PDA

View Full Version : System Uptime Info Label?


mcowher
2005-10-12, 23:41
i thought i saw a changelog entry talking about adding the system uptime to the system info screen (on 8/20/2005?).

i'm wondering if i can just that data in an info label on one of the windows?

could it be as simple as "system.uptime"?

mcowher
2005-10-13, 06:07
ok, i'm looking at the code for guiwindowsysteminfo.cpp at this link:

http://cvs.sourceforge.net/viewcvs....=markup (http://cvs.sourceforge.net/viewcvs.py/xbmc/xbmc/xbmc/guiwindowsysteminfo.cpp?rev=1.53&view=markup)

i see a function called "getsystemuptime" in this code...is there someway i can call this up in python or reference it as and <info> tag in an xml file?