Kodi Community Forum
[PATCH] Change to any resolution with the HTTP API - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: [PATCH] Change to any resolution with the HTTP API (/showthread.php?tid=69643)



[PATCH] Change to any resolution with the HTTP API - Gwendal - 2010-02-05

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))"