# HG changeset patch # User Oleksandr Gavenko # Date 1333742118 -10800 # Node ID 49a59f56956e5dd9418b73c8147640dfac327bd5 # Parent 7ae811635f6e37708a2cf1973e507bf662622213 My Debian have no association for video/mp4 mimetype. diff -r 7ae811635f6e -r 49a59f56956e .config/mc/mc.ext --- a/.config/mc/mc.ext Fri Apr 06 22:19:50 2012 +0300 +++ b/.config/mc/mc.ext Fri Apr 06 22:55:18 2012 +0300 @@ -114,6 +114,12 @@ # Old VLC under Debian have no association for wmv mimetype. regex/\.([wW][mM][vV])$ Open=vlc %f & +# My Debian have no association for video/x-flv mimetype. +regex/\.([fF][lL][iIcCvV])$ + Open=vlc %f +# My Debian have no association for video/mp4 mimetype. +regex/\.([mM][pP]4|[mM][pP][eE]?[gG])$ + Open=vlc %f regex/\.([aA][vV][iI])$ Include=video @@ -127,8 +133,6 @@ Include=video regex/\.([mM][oO][vV]|[qQ][tT])$ Include=video -regex/\.([mM][pP]4|[mM][pP][eE]?[gG])$ - Include=video # MPEG-2 TS container + H.264 codec regex/\.([mM][tT][sS])$ Include=video @@ -136,8 +140,6 @@ Include=video regex/\.([wW][mM][vV])$ Include=video -regex/\.([fF][lL][iIcCvV])$ - Include=video regex/\.([oO][gG][mM])$ Include=video