We can create the mplayer playlist by following some simple commands :
$ find [/path/to/directory/] -name "*.mp3" -print > myplaylist.txt $ mplayer -playlist myplaylist.txt
We can create the mplayer playlist by following some simple commands :
$ find [/path/to/directory/] -name "*.mp3" -print > myplaylist.txt $ mplayer -playlist myplaylist.txt
Hey This is not the way to create the playlist file.
Play list file have the .m3u extension and containing the full path of all songs.
let try something like these
$ find [/path/to/directory/] -name “*.mp3″ -print > myplaylist.m3u
$ mplayer -playlist myplaylist.m3u
Hey there dude , sweet post there. I yahoo your blogkeep it going .I seriously heart to read your blog.Last of all have great day thumbs up
Hey dude,
me too, this articles is very helping for me. Keep going good.
I just created the playlist via xml. its working fine.
thanks dude…