Mplayer ============ Public domain ******************************************************************************** ##Play shuffle #!/bin/bash CWD=$(pwd) find "${CWD}" -type f -maxdepth 1 > ~/.playlist.txt mplayer -shuffle -loop 0 -playlist ~/.playlist.txt ******************************************************************************** ##Config File ###~/.mplayer/config volume=100 ******************************************************************************** _BY: Pejman Moghadam, Farid Ahmadian_ _TAG: mplayer, shuffle_ _DATE: 2012-01-25 16:17:08_