X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.mc%2Fmenu;fp=.mc%2Fmenu;h=60a3e4b7621cfe441156ca4daf40f0dee183fd2c;hp=18340985d878c579a55316b1143c327561ebf2f3;hb=08c562aba797febbab80d76d8e20e6b31e0bb314;hpb=89786416922cac2e5498bb135e3eb78afcb88c85 diff --git a/.mc/menu b/.mc/menu index 1834098..60a3e4b 100644 --- a/.mc/menu +++ b/.mc/menu @@ -134,59 +134,59 @@ I Identify image + t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u8?|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 audacious & sleep 3; fi - for f in %s; do - case "$f" in - *.m3u8?) while read song; do - audtool --playlist-addurl "$song" - done < "$f" ;; - *) audtool --playlist-addurl "$f" ;; - esac - done - #deadbeef --queue %s & + #if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi + #for f in %s; do + # case "$f" in + # *.m3u8?) 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|m3u8?|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t = t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u8?|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ p Load the audiofile(s) or playlist(s) - if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi - audtool --playlist-clear - for f in %s; do - case "$f" in - *.m3u8?) while read song; do - audtool --playlist-addurl "$song" - done < "$f" ;; - *) audtool --playlist-addurl "$f" ;; - esac - done - #deadbeef --queue %s & + #if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi + #audtool --playlist-clear + #for f in %s; do + # case "$f" in + # *.m3u8?) 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|m3u8?|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 audacious & sleep 3; fi - audtool --playlist-clear - for f in %s; do - case "$f" in - *.m3u8?) while read song; do - audtool --playlist-addurl "$song" - done < "$f" ;; - *) audtool --playlist-addurl "$f" ;; - esac - done - exec audtool --playback-play + #if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi + #audtool --playlist-clear + #for f in %s; do + # case "$f" in + # *.m3u8?) while read song; do + # audtool --playlist-addurl "$song" + # done < "$f" ;; + # *) audtool --playlist-addurl "$f" ;; + # esac + #done + #exec audtool --playback-play + deadbeef %s & #mplayer -playlist %f & - #deadbeef %s & + t lr & f \.m3u8? 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 audacious & sleep 3; fi - audtool --playlist-clear - while read song; do - audtool --playlist-addurl "$song" - done < random-playlist-tmp.m3u - audtool --playback-play + #if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi + #audtool --playlist-clear + #while read song; do + # audtool --playlist-addurl "$song" + #done < random-playlist-tmp.m3u + #audtool --playback-play + deadbeef --queue random-playlist-tmp.m3u & deadbeef --play #mplayer -playlist random-playlist-tmp.m3u & - #deadbeef --queue random-playlist-tmp.m3u & deadbeef --play (sleep 5; exec rm random-playlist-tmp.m3u) & + t lr & f \.(m3u8?|mp3|MP3|cue|aac|ac3|ape|dts|flac|ogg|OGG|pls|WAV|wav|wv|avi|AVI|flv|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wma|wmv)$