From cc3a891e382266e06d574961f3140fc3f5e7e618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 25 Sep 2010 14:50:18 +0000 Subject: [PATCH] Only claim specific support for multi-media file types that don't belong to the audio or video super type. All other files should now open automatically with MediaPlayer since r38810 even without it claiming direct support for them. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38812 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mediaplayer/MediaPlayer.rdef | 44 +-------------------------- 1 file changed, 1 insertion(+), 43 deletions(-) diff --git a/src/apps/mediaplayer/MediaPlayer.rdef b/src/apps/mediaplayer/MediaPlayer.rdef index 2d34913ab7..1ccc298b74 100644 --- a/src/apps/mediaplayer/MediaPlayer.rdef +++ b/src/apps/mediaplayer/MediaPlayer.rdef @@ -21,49 +21,7 @@ resource file_types message { "types" = "application/x-asf", "types" = "application/x-shockwave-flash", "types" = "audio", - "types" = "audio/32kadpcm", - "types" = "audio/aac", - "types" = "audio/ac3", - "types" = "audio/aiff", - "types" = "audio/basic", - "types" = "audio/3gpp2", - "types" = "audio/mp4", - "types" = "audio/mpeg", - "types" = "audio/riff", - "types" = "audio/voc", - "types" = "audio/vorbis", - "types" = "audio/wav", - "types" = "audio/x-adpcm", - "types" = "audio/x-aifc", - "types" = "audio/x-aiff", - "types" = "audio/x-au", - "types" = "audio/x-riff", - "types" = "audio/x-matroska", - "types" = "audio/x-mp2", - "types" = "audio/x-mp3", - "types" = "audio/x-mpeg", - "types" = "audio/x-ms-asf", - "types" = "audio/x-ms-wma", - "types" = "audio/x-voc", - "types" = "audio/x-vorbis", - "types" = "audio/x-wav", - "types" = "video", - "types" = "video/3gpp2", - "types" = "video/mp4", - "types" = "video/mpeg", - "types" = "video/msvideo", - "types" = "video/quicktime", - "types" = "video/x-avi", - "types" = "video/x-divx", - "types" = "video/x-matroska", - "types" = "video/x-mpeg", - "types" = "video/x-mpeg2", - "types" = "video/x-msmpeg", - "types" = "video/x-ms-asf", - "types" = "video/x-ms-wmv", - "types" = "video/x-msvideo", - "types" = "video/x-ogm", - "types" = "video/x-theora" + "types" = "video" }; resource vector_icon {