In bash, define the function
myplay
:function myplay() { tmp=`mktemp`; find "`pwd`/$1" -name "*.mp3" | sort > $tmp; mpg123 -C -@ $tmp; rm $tmp ;}
Then simply use
myplay dir/to/music
. (This only works with relative paths.)
myplay
:function myplay() { tmp=`mktemp`; find "`pwd`/$1" -name "*.mp3" | sort > $tmp; mpg123 -C -@ $tmp; rm $tmp ;}
myplay dir/to/music
. (This only works with relative paths.)
http://video.google.com/googleplayer.swf?docId=1234501631358404955
http://video.google.com/videoplay?docid=1234501631358404955
,