Add todo for Mac OSX VLC INTF path
This commit is contained in:
parent
6ab95401e8
commit
e9392e4685
@ -213,7 +213,7 @@ class VlcPlayer(BasePlayer):
|
||||
return False
|
||||
playerController._client.ui.showErrorMessage(getMessage("en", "vlc-interface-not-installed"))
|
||||
return False
|
||||
playerController.vlcIntfPath = os.path.dirname(playerPath).replace("\\","/") + "/lua/intf/"
|
||||
playerController.vlcIntfPath = os.path.dirname(playerPath).replace("\\","/") + "/lua/intf/" # TODO: Make Mac version use /Applications/VLC.app/Contents/MacOS/share/lua/intf/
|
||||
playerController.vlcModulePath = playerController.vlcIntfPath + "modules/?.luac"
|
||||
if _usevlcintf(playerController.vlcIntfPath) == True:
|
||||
playerController.SLAVE_ARGS.append('--lua-config=syncplay={{port=\"{}\"}}'.format(str(playerController.vlcport)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user