screensaver.turnoff
screensaver.turnoff copied to clipboard
The LogOff functionality no longer works on Kodi 18
Not clear why, but the LogOff functionality does not seem to work correctly on Kodi 18.
This could be related to #1
So there are two builtins (System.Logoff
and ActivateWindow(LoginScreen)
) that work fine when used with kodi-send -a
but fail when run through xbmc.executebuiltin()
in Python on Kodi v18. No clue why that is.
@dagwieers Any updates on the issue?
Nope, it appears to be a Kodi issue.
PS There is also no comparable JSON-RPC call defined in that v9 JSON-RPC API.
BTW when the Screensaver Turn off is active, Kodi asks for master password after I turn TV on.
Correct, that is part of how it works in Kodi :-/
Just confirming that this still does not work.