Commit 37182a2a authored by Felix Paul Kühne's avatar Felix Paul Kühne

Info.plist: add support for dvdmedia packages, which are essentially Video_TS...

Info.plist: add support for dvdmedia packages, which are essentially Video_TS dumps for Apple's DVD Player.app
(cherry picked from commit 6a4cd277610ed2e2186a582ad8a6522db1da3f0f)
parent 72d830b5
......@@ -24,7 +24,8 @@ Mac OS X:
* Fix crash within the video output code
* Fix BDMV folder selection issue on OS X Mountain Lion, which treats such
folders as a AVCHD file as soon as they include an item named INDEX.BDM
* Fix bug which caused a hidden fullscreen panel
* Fix bug which caused a hidden fullscreen panel
* Allow VLC to be associated with .dvdmedia packages
Qt:
* Fix clearing of Media Info panel on dialog exit
......
......@@ -41,6 +41,20 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>dvdmedia</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>movie.icns</string>
<key>CFBundleTypeName</key>
<string>DVD Media Document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSTypeIsPackage</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment