Skin change from API
#1
Is it possible to change current skin from API (http,json)
or from python script?
http://xbmc:8080/xbmcCmds/xbmcHttp?command=SetSkin("skin.myskin")
Reply
#2
This could work but probably won't work. See: http://forum.xbmc.org/showthread.php?tid=101421
Reply
#3
It works:
_http://192.168.13.233:8080/xbmcCmds/xbmcHttp?command=SetGUISetting(3;lookandfeel.skin;skin.intelsound)
_http://192.168.13.233:8080/xbmcCmds/xbmcHttp?command=ExecBuiltIn(ReloadSkin())
Reply

Logout Mark Read Team Forum Stats Members Help
Skin change from API0