From: Oleg Broytman Date: Mon, 3 Jan 2022 23:11:31 +0000 (+0300) Subject: .mc/mc.ext: `*.inpx` are zip files X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=40d688e0d9e45af341b34abaa277e99b117bdc56 .mc/mc.ext: `*.inpx` are zip files --- 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 &