diff --git a/resources/lua/intf/syncplay.lua b/resources/lua/intf/syncplay.lua index 3c8df92..f160d95 100644 --- a/resources/lua/intf/syncplay.lua +++ b/resources/lua/intf/syncplay.lua @@ -5,7 +5,7 @@ Principal author: Etoh Other contributors: DerGenaue, jb Project: http://syncplay.pl/ - Version: 0.2.4 + Version: 0.2.5 Note: * This interface module is intended to be used in conjunction with Syncplay. @@ -81,9 +81,9 @@ You may also need to re-copy the syncplay.lua file when you update VLC. --]==========================================================================] -local connectorversion = "0.2.4" +local connectorversion = "0.2.5" local durationdelay = 500000 -- Pause for get_duration command etc for increased reliability (uses microseconds) -local loopsleepduration = 5000 -- Pause for every event loop (uses microseconds) +local loopsleepduration = 2500 -- Pause for every event loop (uses microseconds) local quitcheckfrequency = 20 -- Check whether VLC has closed every X loops local host = "localhost" diff --git a/syncplay/constants.py b/syncplay/constants.py index b8774ea..8e6e7a1 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -63,7 +63,7 @@ COMMANDS_AUTH = ['a','auth'] COMMANDS_TOGGLE = ['t','toggle'] MPC_MIN_VER = "1.6.4" VLC_MIN_VERSION = "2.0.0" -VLC_INTERFACE_MIN_VERSION = "0.2.4" +VLC_INTERFACE_MIN_VERSION = "0.2.5" CONTROLLED_ROOMS_MIN_VERSION = "1.3.0" USER_READY_MIN_VERSION = "1.3.0" MPC_PATHS = [