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:
committed by
waddlesplash
parent
805d7a776f
commit
ec6b0f4650
@@ -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"
|
||||
};
|
||||
@@ -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"
|
||||
};
|
||||
Reference in New Issue
Block a user