# HG changeset patch # User Oleksandr Gavenko # Date 1328571236 -7200 # Node ID 8354ab3a704223653d9bcb7fa06a0edb4e9a183f # Parent bc02af7c6a99b080aa590faac5d088ceb4ee776d Fix: Old VLC under Debian have no association for wmv mimetype. diff -r bc02af7c6a99 -r 8354ab3a7042 .mc/bindings --- a/.mc/bindings Tue Feb 07 01:25:59 2012 +0200 +++ b/.mc/bindings Tue Feb 07 01:33:56 2012 +0200 @@ -349,8 +349,9 @@ regex/\.([vV][oO][bB])$ Include=video +# Old VLC under Debian have no association for wmv mimetype. regex/\.([wW][mM][vV])$ - Include=video + Open=vlc %f & regex/\.([oO][gG][mM])$ Include=video