From 43821aaf680debfa3040eb5ca01b464869b1e10a Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Wed, 29 Sep 2010 11:03:44 +0000 Subject: [PATCH] Add auto-identified RealMedia movies (.rmvb) mime type. Could help regarding the uber evil #6666 issue... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38849 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/data/beos_mime/video/x-rmvb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/data/beos_mime/video/x-rmvb diff --git a/src/data/beos_mime/video/x-rmvb b/src/data/beos_mime/video/x-rmvb new file mode 100644 index 0000000000..150d837f04 --- /dev/null +++ b/src/data/beos_mime/video/x-rmvb @@ -0,0 +1,16 @@ + +resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime"; + +resource(1, "META:TYPE") "video/x-rmvb"; + +resource(2, "META:S:DESC") #'MSDC' "RealMedia Movie"; + +resource(3, "META:L:DESC") #'MLDC' "RealMedia Variable Bitrate movie"; + +resource(4, "META:EXTENS") message(234) { + "extensions" = "rmvb", + "type" = "video/x-rmvb" +}; + +resource(5, "META:SNIFF_RULE") "0.50 (\".RMF\")"; +