summaryrefslogtreecommitdiff
path: root/.mac/Library/LaunchAgents/me.crute.RemoteVLCAltPort.plist
diff options
context:
space:
mode:
Diffstat (limited to '.mac/Library/LaunchAgents/me.crute.RemoteVLCAltPort.plist')
-rw-r--r--.mac/Library/LaunchAgents/me.crute.RemoteVLCAltPort.plist18
1 files changed, 18 insertions, 0 deletions
diff --git a/.mac/Library/LaunchAgents/me.crute.RemoteVLCAltPort.plist b/.mac/Library/LaunchAgents/me.crute.RemoteVLCAltPort.plist
new file mode 100644
index 0000000..5d6c9ed
--- /dev/null
+++ b/.mac/Library/LaunchAgents/me.crute.RemoteVLCAltPort.plist
@@ -0,0 +1,18 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>Label</key>
6 <string>me.crute.RemoteVLC</string>
7 <key>RunAtLoad</key>
8 <true/>
9 <key>ProgramArguments</key>
10 <array>
11 <string>/Applications/VLC.app/Contents/MacOS/VLC</string>
12 <string>-I</string>
13 <string>rc</string>
14 <string>--advanced</string>
15 <string>--rc-host=127.0.0.1:1235</string>
16 </array>
17</dict>
18</plist>