Return active theme file?
#1
Hello XBMC Community,

Is it possible to get the name of the current/active theme file with python, like you can get the current/active skin folder with xbmc.getSkinDir()?

Thanks,
Martomo
Reply
#2
currently no function to do that it seems from a brief look at the code. could easily be added and should be
Reply
#3
Nice, thanks for the quick response, looking forward to this feature Smile
Reply
#4
cptspiff traveled back in time and added that infolabel awhile ago.

He just returned and said to do this.

xbmc.getInfoLabel( "skin.currenttheme" )

Good luck.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#5
Works like a charm, thanks man!
Reply

Logout Mark Read Team Forum Stats Members Help
Return active theme file?0