v18 How to request the pause state of kodi?
#1
I try to get the current pause and screensaver state. Because I'm not able to understand the use of JSON-RPC_API. I searched in internet.
Any idea how to repair the request correct?

javascript:

{
"jsonrpc": "2.0",
"method": "Application.GetProperties",
"params": {
  "properties": ["PlayPause"]
   },
"id": 1
}
Output: Invalid params.

javascript:

{
"jsonrpc":"2.0",
"id":1,
"method":"xbmc.getCondVisibility",
"params":{
  "properties":["System.ScreenSaverActive",]
  },
}
Output: invalid Methods
Reply

Logout Mark Read Team Forum Stats Members Help
How to request the pause state of kodi?0