]> git.phdru.name Git - dotfiles.git/commitdiff
.mc/mc.ext: `*.inpx` are zip files
authorOleg Broytman <phd@phdru.name>
Mon, 3 Jan 2022 23:11:31 +0000 (02:11 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 3 Jan 2022 23:11:31 +0000 (02:11 +0300)
.mc/mc.ext

index a5312ac0b6dbabde3a8e0d6f09239fcb56167505..10104439555fd9143c111cdbb8f650774002ddcd 100644 (file)
@@ -92,6 +92,10 @@ regex/i/\.xml$
 type/^XML *(1\.0 *)?document
    Include=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 &
 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 &