Kodi Community Forum

Full Version: [PATCH] Change to any resolution with the HTTP API
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Small patch to extends to Builtins function 'resolution'

http://trac.xbmc.org/ticket/8707

Resolution can then easily be changed from the command line :
Code:
curl "http://127.0.0.1:8080/xbmcCmds/xbmcHttp?command=ExecBuiltIn(Resolution(1920x1080))"
Code:
curl "http://127.0.0.1:8080/xbmcCmds/xbmcHttp?command=ExecBuiltIn(Resolution(1920x1080%20@%2024.00Hz))"