mkvtoolnix/share/mime/mkvtoolnix.xml
Moritz Bunkus be9dce2a54 GUI: add MIME type for MKVToolNix GUI's settings files
Part of the implementation of #1209.
2015-06-22 22:49:12 +02:00

24 lines
882 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-mmg-settings">
<comment>mkvmerge GUI settings</comment>
<comment xml:lang="de">Einstellungen für mkvmerge GUI</comment>
<comment xml:lang="es">ajustes de mkvmerge GUI</comment>
<glob pattern="*.mmg"/>
<magic>
<match type="string" offset="0" value="[mkvmergeGUI]"/>
</magic>
<sub-class-of type="text/plain"/>
</mime-type>
<mime-type type="application/x-mkvtoolnix-gui-settings">
<comment>MKVToolNix GUI settings</comment>
<comment xml:lang="de">Einstellungen für MKVToolNix GUI</comment>
<glob pattern="*.mtxcfg"/>
<magic>
<match type="string" offset="0" value="[MKVToolNix%20GUI%20Settings]"/>
</magic>
<sub-class-of type="text/plain"/>
</mime-type>
</mime-info>