Show Available disk space?
#1
Hi,
I tried searching Google and XBMC forums but can't find much. On my home screen I want to display free disk space of the connected sources (internal HD and USB HD). I experimented with adding it to the skin but as far as I understand it can only display the hard drive info on which XBMC is installed.

Are there any good addons for this or does anyone have any good advice on how to achieve this?

Edit: Found one way of doing it at least, in the skin I set up a new info label that displays
Code:
$INFO[Window(Home).Property(freespace)]
and then I use a python script to set the property value
Code:
win.setProperty('freespace',str(TheValue))
This should suffice I think.
Reply

Logout Mark Read Team Forum Stats Members Help
Show Available disk space?0