mplayer tv://
#!/bin/bash find "`pwd`" -type f > /tmp/playlist.tmp mplayer -ao alsa -shuffle -loop 0 -playlist /tmp/playlist.tmp rm /tmp/playlist.tmp