13 Nov, 2008 playing subdirectories with mplayer ver. 2 :) #!/bin/bashfind `pwd`$1 > /tmp/playlistmplayer -loop 0 -shuffle -playlist /tmp/playlistit works better.