Win KODI4SMARTIE - Kodi DLL for LCD Smartie
(2017-04-30, 02:20)barcoboy Wrote: I backed up my config.ini and plugins directory and tried a brand new empty config with only the lcd4smartie plugin, and no actions, with the following as screen 1 (sticky):

Code:
Line 1: $dll(kodi4smartie,7,XBMC.GetInfoLabels,System.CurrentWindow)
Line 2: $dll(kodi4smartie,7,XBMC.GetInfoLabels,System.CurrentControl)

and the same random delay happened, although not as frequently.

That is a pretty elaborate config. Very nice.. You could probably use function 9 instead of comparing strings for your actions

I just did the same thing on my W10 setup and am not seeing any delay what so ever. I have my refresh interval set to 1000ms so as you would expect the update take 1 second. Look at the kodi4smartie log file to see what the round trip times are

Code:
05/01/17 19:21:49: Sending: {"id":1294,"jsonrpc":"2.0","method":"XBMC.GetInfoLabels","params":{"labels":["System.CurrentWindow"]}}
05/01/17 19:21:49: Received: {"id":1294,"jsonrpc":"2.0","result":{"System.CurrentWindow":"Videos"}}
05/01/17 19:21:49: Sending: {"id":1295,"jsonrpc":"2.0","method":"XBMC.GetInfoLabels","params":{"labels":["System.CurrentControl"]}}
05/01/17 19:21:49: Received: {"id":1295,"jsonrpc":"2.0","result":{"System.CurrentControl":""}}
05/01/17 19:21:50: Sending: {"id":1296,"jsonrpc":"2.0","method":"XBMC.GetInfoLabels","params":{"labels":["System.CurrentWindow"]}}
05/01/17 19:21:50: Received: {"id":1296,"jsonrpc":"2.0","result":{"System.CurrentWindow":"Videos"}}
05/01/17 19:21:50: Sending: {"id":1297,"jsonrpc":"2.0","method":"XBMC.GetInfoLabels","params":{"labels":["System.CurrentControl"]}}
05/01/17 19:21:50: Received: {"id":1297,"jsonrpc":"2.0","result":{"System.CurrentControl":""}}
Reply


Messages In This Thread
RE: KODI4SMARTIE - Kodi DLL for LCD Smartie - by Jakester34 - 2017-05-02, 01:33
Logout Mark Read Team Forum Stats Members Help
KODI4SMARTIE - Kodi DLL for LCD Smartie0