ReloadSkin from script
#1
Exclamation 
Hi,

I've written a small script to update my skin through svn. This far everything works fine!
Is it possible to "initiate" a XBMC.ReloadSkin() from the script??

Thanks in advance & best regards,

Mike
Reply
#2
yes you can !


Code:
xbmc.executebuiltin( "XBMC.ReloadSkin()" )
Reply
#3
AWESOME !!!

thanks ppic !!!

greets,
Mike
Reply

Logout Mark Read Team Forum Stats Members Help
ReloadSkin from script0