Run VLC from syncplay.lua message to avoid need for file logging

This commit is contained in:
Etoh 2013-11-17 11:33:13 +00:00
parent e2db09be9c
commit 7ac4c352bf

View File

@ -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