From 5c2b6e1dcb35e9044ed1049a3955bdf06867df8f Mon Sep 17 00:00:00 2001 From: Etoh Date: Tue, 18 Jun 2013 10:01:42 +0200 Subject: [PATCH] Change syncplay.lua OSX install path to include both paths --- resources/syncplay.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/syncplay.lua b/resources/syncplay.lua index 704c9e7..b4faaaf 100644 --- a/resources/syncplay.lua +++ b/resources/syncplay.lua @@ -15,10 +15,13 @@ Place the syncplay.lua file in one of the VLC /lua/intf/ sub-directories. By def * Windows (current user): %APPDATA%\VLC\lua\intf\ * Linux (all users): /usr/lib/vlc/lua/intf/ * Linux (current user): ~/.local/share/vlc/lua/intf/ -* Mac OS X (all users): ~/Library/Application Support/org.videolan.vlc/lua/intf/ +* Mac OS X (all users): /Applications/VLC.app/Contents/MacOS/share/lua/intf/ +* Mac OS X (current user): ~/Library/Application Support/org.videolan.vlc/lua/intf/ If a directory does not exist then you may have to create it. +If you copy the file to the 'all users' directory then you may need to re-copy the file when you update VLC. + Note: You may have to copy the VLC 'modules' folder to make it a sub-directory of the 'intf' folder. === Commands and responses ===