Thu Oct 27, 2011 4:29 am
Thu Oct 27, 2011 9:23 am
Thu Oct 27, 2011 3:16 pm
Thu Oct 27, 2011 4:00 pm
Thu Oct 27, 2011 4:37 pm
$ mplayer -playlist <(find . '*mp3' -type f)
$ mplayer -playlist <(find $HOME/Music/music/independent/Mars_Volta/frances_the_mute '*mp3' -type f)
Thu Oct 27, 2011 6:27 pm
Seems obvious that the following is a bit uncomfortable:
mplayer -playlist <(find $HOME/Music/music/independent/Mars_Volta/frances_the_mute '*mp3' -type f)
mplayer -playlist <(find ~ -type f | egrep -i '(frances_the_mute)')
find ~/music -type f | egrep -i '\.mp3|\.ogg' > musiclist
mplayer -playlist musiclist
mplayer -playlist <(find ~ -type_whatever_')
b) Can i suppress the output?
Thu Oct 27, 2011 6:40 pm
Thu Oct 27, 2011 8:12 pm
luzer$ mplayer -playlist <(find ~ -type f | egrep -i '*Sophie*') > /dev/null
find: `/home/molloy/Data/Backup/configs_for_web_storage/.links2': Permission denied
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Invalid seek to negative position ffffffffffffffff!
Requested audio codec family [mpg123] (afm=mpg123) not available.
Enable it at compilation.
AO: [pulse] Init failed: Connection refused
Failed to initialize audio driver 'pulse'
Requested audio codec family [mpg123] (afm=mpg123) not available.
Enable it at compilation.
AO: [pulse] Init failed: Connection refused
Failed to initialize audio driver 'pulse'
luzer$ xmms2 radd James_Blake/
luzer$ xmms2 play
luzer$
Fri Oct 28, 2011 4:10 pm
Fri Oct 28, 2011 8:24 pm