http url to go to home screen
#1
Is there a http url command to set XBMC to the home screen? I saw in the wiki that WINDOW_HOME was defined as 10000 so I tried the following without luck:
http://192.168.0.114/xbmcCmds/xbmcHttp?c...tion(10000)
Reply
#2
Code:
http://192.168.0.114:8080/xbmcCmds/xbmcHttp?command=ExecBuiltIn(ActivateWindow(home))
Or without the :8080 if you've set it up on port 80.
Reply
#3
Perfect, thanks for the help.
Reply

Logout Mark Read Team Forum Stats Members Help
http url to go to home screen0