Is it possible to disable then re-enable the screensaver over JSON?
#1
Is it possible to disable then re-enable the screensaver over JSON?

I need this functionality in my plugin.

If you can provide a python example of how to call this, I would really appreciate it as I am JSON-Dumb so far.

Thanks!
-Jeremy White
Reply
#2
I'm looking for the same function. I discovered from this post http://forum.kodi.tv/showthread.php?tid=...pid1197422 there is a way to determine whether the screensaver is active using

Code:
{"jsonrpc": "2.0", "method": "XBMC.GetInfoBooleans", "params": { "booleans": ["System.ScreenSaverActive "] }, "id": 1}
Reply

Logout Mark Read Team Forum Stats Members Help
Is it possible to disable then re-enable the screensaver over JSON?0