X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.mc%2Fmc.ext;h=10104439555fd9143c111cdbb8f650774002ddcd;hp=a5312ac0b6dbabde3a8e0d6f09239fcb56167505;hb=40d688e0d9e45af341b34abaa277e99b117bdc56;hpb=f08975628aad267b22545b05b182f0b79918d441 diff --git a/.mc/mc.ext b/.mc/mc.ext index a5312ac..1010443 100644 --- a/.mc/mc.ext +++ b/.mc/mc.ext @@ -92,6 +92,10 @@ regex/i/\.xml$ type/^XML *(1\.0 *)?document Include=xml +# LRE/Flibusta INPX +regex/\.(inpx)$ + Include=zip + include/audio #Open=[ "`audtool --get-volume`" -eq 0 ] && (audacious & sleep 3); audtool --playlist-clear; case %f in *.m3u8?) while read song; do audtool --playlist-addurl "$song"; done < %f ;; *) audtool --playlist-addurl %f ;; esac; audtool --playback-play #Open=mplayer %f &