summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-09-07 11:49:04 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-09-07 12:10:29 +0200
commitb0797e8fe99bf5eb0b399ad2a57b62e8f0c71fed (patch)
tree0d0428c26ab1d50262060059b16d23ef174a4aa9 /TOOLS
parentae64f29930e1fc86b8abd3b71a1335912511e751 (diff)
downloadmpv-b0797e8fe99bf5eb0b399ad2a57b62e8f0c71fed.tar.bz2
mpv-b0797e8fe99bf5eb0b399ad2a57b62e8f0c71fed.tar.xz
macosx_application: handle URL events as fileopen events
This allows to open URLs directly with mpv. This is useful for streaming and libquvi supported sites.
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/osxbundle/mpv.app/Contents/Info.plist46
1 files changed, 10 insertions, 36 deletions
diff --git a/TOOLS/osxbundle/mpv.app/Contents/Info.plist b/TOOLS/osxbundle/mpv.app/Contents/Info.plist
index 4661981803..4c9340d808 100644
--- a/TOOLS/osxbundle/mpv.app/Contents/Info.plist
+++ b/TOOLS/osxbundle/mpv.app/Contents/Info.plist
@@ -190,57 +190,31 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLName</key>
- <string>Real Time (Streaming) Protocol</string>
+ <string>Streaming Protocol</string>
<key>CFBundleURLSchemes</key>
<array>
+ <string>mms</string>
+ <string>mmst</string>
+ <string>http</string>
+ <string>httpproxy</string>
<string>rtp</string>
<string>rtsp</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- <key>CFBundleURLName</key>
- <string>File over HTTP/FTP/UDP</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>icyx</string>
- <string>udp</string>
<string>ftp</string>
- <string>http_proxy</string>
- <string>http</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- <key>CFBundleURLName</key>
- <string>Microsoft Media Services</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>mms</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- <key>CFBundleURLName</key>
- <string>Cuesheet</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>cue</string>
+ <string>udp</string>
+ <string>smb</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLName</key>
- <string>CD/DVD Media</string>
+ <string>CD/DVD/Bluray Media</string>
<key>CFBundleURLSchemes</key>
<array>
- <string>dvdnav</string>
+ <string>cdda</string>
<string>dvd</string>
<string>vcd</string>
+ <string>bd</string>
</array>
</dict>
</array>