Welcome to the new Linux Foundation Forum!
CLI mplayer Shuffle Music Directory & Info?
in Multimedia
Does anyone here know how to configure mplayer in the command line to not only shuffle a directory of music but display the "now playing" info with each song change as well?
As of right now, I am able to shuffle my music directory with the following code:
find ~/Music/ | mplayer -shuffle -playlist -> /dev/null
I am running Debian GNU/Linux Squeeze on an x86_64 laptop.
My thanks to anyone who can help me figure this out!
0
Comments
Place that in a file like shuffle_play
Then give it a try with:
This will only play your mp3 files. If you need other file formats you can modify the script yourself or ask me to do it
Regards
That should do the trick!
Regards