Run VLC from syncplay.lua message to avoid need for file logging
This commit is contained in:
parent
e2db09be9c
commit
7ac4c352bf
@ -253,6 +253,8 @@ class VlcPlayer(BasePlayer):
|
||||
if "[syncplay]" in line:
|
||||
if "Listening on host" in line:
|
||||
break
|
||||
if "Hosting Syncplay" in line:
|
||||
break
|
||||
elif "Couldn't find lua interface" in line:
|
||||
playerController._client.ui.showErrorMessage(getMessage("en", "vlc-failed-noscript").format(line), True)
|
||||
break
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user