Added audio mimetype for APE (Monkey's Audio), curtesy of SHINTA. Thanks!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25706 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
abc690633a
commit
cfccb35af6
16
src/data/beos_mime/audio/x-ape
Normal file
16
src/data/beos_mime/audio/x-ape
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
|
||||
|
||||
resource(1, "META:TYPE") "audio/x-ape";
|
||||
|
||||
resource(2, "META:S:DESC") #'MSDC' "APE (Monkey's Audio) Sound File";
|
||||
|
||||
resource(3, "META:L:DESC") #'MLDC' "Losless Compressed APE (Monkey's Audio) Sound File";
|
||||
|
||||
resource(4, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-MediaPlayer";
|
||||
|
||||
resource(5, "META:EXTENS") message(234) {
|
||||
"extensions" = "ape",
|
||||
"type" = "audio/x-ape"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user