[PATCH] Change to any resolution with the HTTP API
#1
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))"
Reply

Logout Mark Read Team Forum Stats Members Help
[PATCH] Change to any resolution with the HTTP API0