]> git.sesse.net Git - vlc/blob - extras/MacOSX/Resources/vlc.scriptSuite
* support for applying the same settings to multiple files in single run of the wizar...
[vlc] / extras / MacOSX / Resources / vlc.scriptSuite
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5     <key>Name</key>
6     <string>vlc</string>
7     <key>AppleEventCode</key>
8     <string>VLC#</string>
9     <key>Commands</key>
10     <dict>
11         <key>OpenURL</key>
12         <dict>
13             <key>AppleEventClassCode</key>
14             <string>WWW!</string>
15             <key>AppleEventCode</key>
16             <string>OURL</string>
17             <key>CommandClass</key>
18             <string>VLGetURLScriptCommand</string>
19         </dict>
20         <key>GetURL</key>
21         <dict>
22             <key>AppleEventClassCode</key>
23             <string>GURL</string>
24             <key>AppleEventCode</key>
25             <string>GURL</string>
26             <key>CommandClass</key>
27             <string>VLGetURLScriptCommand</string>
28         </dict>
29         <key>play</key>
30         <dict>
31             <key>AppleEventCode</key>
32             <string>VLC1</string>
33             <key>CommandClass</key>
34             <string>VLControlScriptCommand</string>
35         </dict>
36         <key>stop</key>
37         <dict>
38             <key>AppleEventCode</key>
39             <string>VLC2</string>
40             <key>CommandClass</key>
41             <string>VLControlScriptCommand</string>
42         </dict>
43         <key>previous</key>
44         <dict>
45             <key>AppleEventCode</key>
46             <string>VLC3</string>
47             <key>CommandClass</key>
48             <string>VLControlScriptCommand</string>
49         </dict>
50         <key>next</key>
51         <dict>
52             <key>AppleEventCode</key>
53             <string>VLC4</string>
54             <key>CommandClass</key>
55             <string>VLControlScriptCommand</string>
56         </dict>
57         <key>fullscreen</key>
58         <dict>
59             <key>AppleEventCode</key>
60             <string>VLC5</string>
61             <key>CommandClass</key>
62             <string>VLControlScriptCommand</string>
63         </dict>
64         <key>mute</key>
65         <dict>
66             <key>AppleEventCode</key>
67             <string>VLC6</string>
68             <key>CommandClass</key>
69             <string>VLControlScriptCommand</string>
70         </dict>
71         <key>volumeUp</key>
72         <dict>
73             <key>AppleEventCode</key>
74             <string>VLC7</string>
75             <key>CommandClass</key>
76             <string>VLControlScriptCommand</string>
77         </dict>
78         <key>volumeDown</key>
79         <dict>
80             <key>AppleEventCode</key>
81             <string>VLC8</string>
82             <key>CommandClass</key>
83             <string>VLControlScriptCommand</string>
84         </dict>
85     </dict>
86 </dict>
87 </plist>