Retrieve XBMC Version from Python
#1
Hi there,

is there a way to read the version of XBMC from within a python script?

Bas
Reply
#2
xbmc.getInfoLabel( "system.buildversion" )
xbmc.getInfoLabel( "system.builddate" )

If you mean revision, then no. Link to pydocs in my signature.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#3
Thanks! I will check it tomorrow.
Reply

Logout Mark Read Team Forum Stats Members Help
Retrieve XBMC Version from Python0