2016-05-10, 09:48
Hi guys and ladies!
I'm trying to switch video screen resolution through KODI, with JSON-RPC, but some troubles are appear.
I do that with this query:
And system ( in this case Raspberry Pi) change resolution, wih dialog window for submiting that change. After that, I try to submit that change with JSON-RPC query for move left cursor and query for select, but that does not work.
How to submit that change, with some JSON-RPC query ?
I'm trying to switch video screen resolution through KODI, with JSON-RPC, but some troubles are appear.
I do that with this query:
Code:
{"jsonrpc":"2.0","method":"Settings.SetSettingValue", "params":{"setting":"videoscreen.resolution","value":41},"id":1}
And system ( in this case Raspberry Pi) change resolution, wih dialog window for submiting that change. After that, I try to submit that change with JSON-RPC query for move left cursor and query for select, but that does not work.
How to submit that change, with some JSON-RPC query ?