From b0797e8fe99bf5eb0b399ad2a57b62e8f0c71fed Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 7 Sep 2013 11:49:04 +0200 Subject: 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. --- TOOLS/osxbundle/mpv.app/Contents/Info.plist | 46 +++++++---------------------- 1 file changed, 10 insertions(+), 36 deletions(-) (limited to 'TOOLS') 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 @@ CFBundleTypeRole Viewer CFBundleURLName - Real Time (Streaming) Protocol + Streaming Protocol CFBundleURLSchemes + mms + mmst + http + httpproxy rtp rtsp - - - - CFBundleTypeRole - Viewer - CFBundleURLName - File over HTTP/FTP/UDP - CFBundleURLSchemes - - icyx - udp ftp - http_proxy - http - - - - CFBundleTypeRole - Viewer - CFBundleURLName - Microsoft Media Services - CFBundleURLSchemes - - mms - - - - CFBundleTypeRole - Viewer - CFBundleURLName - Cuesheet - CFBundleURLSchemes - - cue + udp + smb CFBundleTypeRole Viewer CFBundleURLName - CD/DVD Media + CD/DVD/Bluray Media CFBundleURLSchemes - dvdnav + cdda dvd vcd + bd -- cgit v1.2.3