Сhange the screen resolution without notification (json)
#1
{"jsonrpc": "2.0", "method": "Settings.SetSettingValue", "params": {"setting": "videoscreen.resolution", "value": 28}, "id": 1}

the resolution is switched, and after that the message "save this resolution? yes \ no" appears. how do i turn this message off so that the resolution is switched without it.
Reply
#2
you could try sending a key and see if it works, not sure if a key will clear the message, maybe enter or "Y"

https://kodi.wiki/view/JSON-RPC_API/v13#Input.SendText

if the default selection is yes then https://kodi.wiki/view/JSON-RPC_API/v13#Input.Select could work
Reply
#3
it works. thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Сhange the screen resolution without notification (json)0