Add various module formats to the mime-db

Change-Id: I3e3dc235d8146107aa45f356fdd03d66f6f69dba
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1737
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Zoltán Mizsei
2019-08-24 16:31:49 +00:00
committed by waddlesplash
parent 805d7a776f
commit ec6b0f4650
2 changed files with 22 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "audio/x-med";
resource(2, "META:S:DESC") #'MSDC' "Amiga MED/OctaMED Tracker Module";
resource(3, "META:EXTENS") message(234) {
"extensions" = "med",
"type" = "audio/x-med"
};
+11
View File
@@ -0,0 +1,11 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "audio/x-mo3";
resource(2, "META:S:DESC") #'MSDC' "Compressed Tracker audio";
resource(3, "META:EXTENS") message(234) {
"extensions" = "mo3",
"type" = "audio/x-mo3"
};