summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2021-10-09 16:30:10 +0300
committerDavid Faure <faure@kde.org>2021-10-10 08:09:42 +0000
commitca8b3b5a549e979209ec78276274fe0a212fbf8a (patch)
treea60e4a7a361f70afa12d3d3cad08e0f992fffae9
parent0a8e0c3bad7c146f9e15682a2339eace3c62690e (diff)
downloadshared-mime-info-ca8b3b5a549e979209ec78276274fe0a212fbf8a.tar.gz
audio/mobile-xmf: separate from audio/x-xmf
https://www.iana.org/assignments/media-types/audio/mobile-xmf https://www.iana.org/assignments/media-types/audio/vnd.nokia.mobile-xmf
-rw-r--r--data/freedesktop.org.xml.in12
1 files changed, 10 insertions, 2 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 984ad200..294e83f6 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -3909,11 +3909,19 @@ command to generate the output files.
<expanded-acronym>eXtensible Music Format</expanded-acronym>
<magic priority="50">
<match type="string" value="XMF_" offset="0"/>
- <match type="string" value="\130\115\106\137\062\056\060\060\000\000\000\002" offset="0"/>
</magic>
<glob pattern="*.xmf"/>
<alias type="audio/xmf"/>
- <alias type="audio/mobile-xmf"/>
+ </mime-type>
+ <mime-type type="audio/mobile-xmf">
+ <comment>Mobile XMF audio</comment>
+ <acronym>XMF</acronym>
+ <expanded-acronym>eXtensible Music Format</expanded-acronym>
+ <magic priority="50">
+ <match type="string" value="\130\115\106\137\062\056\060\060\000\000\000\002" offset="0"/>
+ </magic>
+ <glob pattern="*.mxmf"/>
+ <alias type="audio/vnd.nokia.mobile-xmf"/>
</mime-type>
<mime-type type="application/x-sv4cpio">
<comment>SV4 CPIO archive</comment>