JSOn Fullscreen Toggle
#1
Can anyone tell me why this isn't setting the app to be fullscreen?

curl -u $username:$password --data-binary '{ "jsonrpc": "2.0", "method": "GUI.SetFullscreen", "params": {"fullscreen": true }, "id": "folkrule"}' -H 'content-type: application/json;' http://$hostport/jsonrpc

The below works fine:

curl -u $username:$password --data-binary '{ "jsonrpc": "2.0", "method": "VideoLibrary.Scan", "id": "folkrule"}' -H 'content-type: application/json;' http://$hostport/jsonrpc

Thanks,
Losty
Reply


Messages In This Thread
JSOn Fullscreen Toggle - by erolosty - 2014-04-08, 09:33
RE: JSOn Fullscreen Toggle - by Montellese - 2014-04-08, 11:57
RE: JSOn Fullscreen Toggle - by erolosty - 2014-04-09, 05:11
RE: JSOn Fullscreen Toggle - by Montellese - 2014-04-09, 07:42
RE: JSOn Fullscreen Toggle - by erolosty - 2014-04-09, 10:19
RE: JSOn Fullscreen Toggle - by axa88 - 2016-08-26, 05:13
RE: JSOn Fullscreen Toggle - by digiltd - 2017-03-09, 15:41
Logout Mark Read Team Forum Stats Members Help
JSOn Fullscreen Toggle0