View Single Post
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#453
Okay. So I have this here.

cd /media/mmc1/Videos ;youtube-dl-x --no-part -f 5 -o "%(stitle)s.%(ext)s" `xclip -out` sleep 30 ; mplayer `/bin/ls -1t |head -1`

It downloads the correct video, then in about 40 seconds, it opens up mplayer but it plays a different video then what was chosen.

Any ideas?

And yeah, I really like this set up you made for us.