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:
@@ -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"
|
||||
};
|
||||
|
||||
@@ -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\")";
|
||||
@@ -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"
|
||||
};
|
||||
|
||||
@@ -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"
|
||||
};
|
||||
|
||||
@@ -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\")";
|
||||
@@ -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\")";
|
||||
@@ -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\")";
|
||||
Reference in New Issue
Block a user