Ticket #2278: x-ape

File x-ape, 441 bytes (added by shinta, 16 years ago)
Line 
1
2resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
3
4resource(1, "META:TYPE") "audio/x-ape";
5
6resource(2, "META:S:DESC") #'MSDC' "APE (Monkey's Audio) Sound File";
7
8resource(3, "META:L:DESC") #'MLDC' "Losless Compressed APE (Monkey's Audio) Sound File";
9
10resource(4, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-MediaPlayer";
11
12resource(5, "META:EXTENS") message(234) {
13 "extensions" = "ape",
14 "type" = "audio/x-ape"
15};
16