Added some more audio types from Fredrik.

Note, currently everything media related has VLC as preferred application - this
should be changed to our own MediaPlayer (for all supported types).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17470 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-05-15 21:16:53 +00:00
parent df59f3e69d
commit 2316ec552c
7 changed files with 112 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "audio/ac3";
resource(2, "META:S:DESC") #'MSDC' "AC3 Sound File";
resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.videolan-vlc";
resource(4, "META:EXTENS") message(234) {
"extensions" = "ac3",
"type" = "audio/ac3"
};
+16
View File
@@ -0,0 +1,16 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "audio/basic";
resource(2, "META:S:DESC") #'MSDC' "Sun Sound File";
resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.videolan-vlc";
resource(4, "META:EXTENS") message(234) {
"extensions" = "au",
"extensions" = "snd",
"type" = "audio/basic"
};
resource(5, "META:SNIFF_RULE") "0.50 (\".snd\")";
+16
View File
@@ -0,0 +1,16 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "audio/mid";
resource(2, "META:S:DESC") #'MSDC' "MIDI File";
resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.videolan-vlc";
resource(4, "META:EXTENS") message(234) {
"extensions" = "mid",
"extensions" = "midi",
"extensions" = "rmi",
"type" = "audio/mid"
};
+15
View File
@@ -0,0 +1,15 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "audio/mp4";
resource(2, "META:S:DESC") #'MSDC' "MP4 Sound File";
resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.videolan-vlc";
resource(4, "META:EXTENS") message(234) {
"extensions" = "mp4",
"extensions" = "m4a",
"type" = "audio/mp4"
};
+18
View File
@@ -0,0 +1,18 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "audio/x-aiff";
resource(2, "META:S:DESC") #'MSDC' "AIFF Sound File";
resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.videolan-vlc";
resource(4, "META:EXTENS") message(234)
{
"extensions" = "aif",
"extensions" = "aiff",
"extensions" = "aifc",
"type" = "audio/x-aiff"
};
resource(5, "META:SNIFF_RULE") "0.50 (\"AIFF\" | \"AIFC\")";
+16
View File
@@ -0,0 +1,16 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "audio/x-flac";
resource(2, "META:S:DESC") #'MSDC' "FLAC Sound File";
resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.videolan-vlc";
resource(4, "META:EXTENS") message(234) {
"extensions" = "fla",
"extensions" = "flac",
"type" = "audio/x-flac"
};
resource(5, "META:SNIFF_RULE") "0.50 (\"fLaC\")";
+17
View File
@@ -0,0 +1,17 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "audio/x-musepack";
resource(2, "META:S:DESC") #'MSDC' "Musepack Sound File";
resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.videolan-vlc";
resource(4, "META:EXTENS") message(234) {
"extensions" = "mpc",
"extensions" = "mpp",
"extensions" = "mp+",
"type" = "audio/x-musepack"
};
resource(5, "META:SNIFF_RULE") "0.50 (\"MP+\\007\")";