Tagged Questions
2
votes
2answers
168 views
Mplayer controls when using stdin playlists
I ran across this post: How can I retain the console input in mplayer when reading from stdin?
But the answer there doesn't work for me. (and I can't comment due to not enough rep)
I'm running the ...
2
votes
2answers
529 views
How can I retain the console input in mplayer when reading from stdin?
I'm playing around with the command line interface of mplayer. I'd like to script it in the following way
find /some/path/ -type f | grep -vif blacklist | mplayer -shuffle -playlist -
where ...