[[ import xbmc print '

Xbox Media Center - System Informations

' print '
System Info:
' print '
Free Memory: ',xbmc.getInfoLabel('system.freememory') print '
Time: ',xbmc.getInfoLabel('system.time') print '
XBMC Version: ',xbmc.getInfoLabel('system.buildversion'),' Compiled: ',xbmc.getInfoLabel('system.builddate') print '
',xbmc.getInfoLabel('system.mplayerversion') print '

Temperature:
' print '
',xbmc.getInfoLabel('system.cputemperature') print '
',xbmc.getInfoLabel('system.gputemperature') print '
',xbmc.getInfoLabel('system.hddtemperature') print '
',xbmc.getInfoLabel('system.fanspeed') print '

HardDisk:
' print '
',xbmc.getInfoLabel('system.freespace(c)') print '
',xbmc.getInfoLabel('system.freespace(e)') print '
',xbmc.getInfoLabel('system.freespace(f)') print '
',xbmc.getInfoLabel('system.freespace(g)') print '
',xbmc.getInfoLabel('system.hddinfomodel') print '
',xbmc.getInfoLabel('system.hddinfofirmware') print '
',xbmc.getInfoLabel('system.hddinfoserial') print '
',xbmc.getInfoLabel('system.hddinfopw') print '
',xbmc.getInfoLabel('system.hddinfolockstate') print '
',xbmc.getInfoLabel('system.hddlockkey') print '
',xbmc.getInfoLabel('system.hddbootdate') print '
',xbmc.getInfoLabel('system.hddcyclecount') print '

DVD-ROM:
' print '
',xbmc.getInfoLabel('system.dvdinfomodel') print '
',xbmc.getInfoLabel('system.dvdinfofirmware') print '

Hardware:
' print '
',xbmc.getInfoLabel('system.xboxversion') print '
',xbmc.getInfoLabel('system.cpufrequency') print '
',xbmc.getInfoLabel('system.modchip') print '
',xbmc.getInfoLabel('system.bios') print '
',xbmc.getInfoLabel('system.avcablepackinfo') print '
',xbmc.getInfoLabel('system.xboxserial') print '
',xbmc.getInfoLabel('system.videoxberegion') print '
',xbmc.getInfoLabel('system.videodvdzone') print '
',xbmc.getInfoLabel('system.screenresolution') print '
',xbmc.getInfoLabel('system.videoencoderinfo') print '
',xbmc.getInfoLabel('system.kernelversion') print '
',xbmc.getInfoLabel('system.uptime') print '
',xbmc.getInfoLabel('system.totaluptime') ]]