X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.mc%2Fmenu;h=acb6b51acf4fbb5c7ef7d181a6f71c405c7e95ce;hb=1dd7ac76fb5d0fdc4506c1a29f5ffa3f5184b9a1;hp=8f2acbe6d225b63b49c618a359cee8211ada91a6;hpb=ce3f8e3f7787e17f1dcbc2ceb36d701f80a2af0d;p=dotfiles.git diff --git a/.mc/menu b/.mc/menu index 8f2acbe..acb6b51 100644 --- a/.mc/menu +++ b/.mc/menu @@ -122,28 +122,43 @@ I View icon, JPEG-2000, TIFF, WebP image + t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t a Add the audiofile(s) or playlist(s) - if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 200 audacious & sleep 3; fi + if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi for f in %s; do - audtool --playlist-addurl "$f" + case "$f" in + *.m3u) while read song; do + audtool --playlist-addurl "$song" + done < "$f" ;; + *) audtool --playlist-addurl "$f" ;; + esac done #deadbeef --queue %s & + t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t = t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ p Load the audiofile(s) or playlist(s) - if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 200 audacious & sleep 3; fi + if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi audtool --playlist-clear for f in %s; do - audtool --playlist-addurl "$f" + case "$f" in + *.m3u) while read song; do + audtool --playlist-addurl "$song" + done < "$f" ;; + *) audtool --playlist-addurl "$f" ;; + esac done #deadbeef --queue %s & + t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t P Play the audiofile(s) or playlist(s) - if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 200 audacious & sleep 3; fi + if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi audtool --playlist-clear for f in %s; do - audtool --playlist-addurl "$f" + case "$f" in + *.m3u) while read song; do + audtool --playlist-addurl "$song" + done < "$f" ;; + *) audtool --playlist-addurl "$f" ;; + esac done exec audtool --playback-play #mplayer -playlist %f & @@ -152,9 +167,11 @@ P Play the audiofile(s) or playlist(s) + t lr & f \.m3u R Play the playlist in random order "$HOME"/admin/prog/audio-cdr-video/audio/shuffle-playlist.py %f random-playlist-tmp.m3u - if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 200 audacious & sleep 3; fi + if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi audtool --playlist-clear - audtool --playlist-addurl random-playlist-tmp.m3u + while read song; do + audtool --playlist-addurl "$song" + done < random-playlist-tmp.m3u audtool --playback-play #mplayer -playlist random-playlist-tmp.m3u & #deadbeef --queue random-playlist-tmp.m3u & deadbeef --play