Kodi Community Forum

Full Version: Showing (available) diskspace as Progressbar? - (SystemInfo -> Storrage)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

Is there a Way to show the available Discspace within "System Info -> Storrage" (SettingsSystemInfo.xml) as Progressbar?

there are Labels, but thows hold/show "only" the free Space from the different discs. (Label id="2" -> Harddisc1 / Label id="3" -> Harddisc2 / ... )
-> did already try <info>Control.GetLabel(2)</info>

the only Infolabels which i found, seems to show the space from the drive Kodi is installed - System.UsedSpace, System.TotalSpace

is there may a way to show a Progressbar for every listed Harddisk within "Settings Info -> Storrage". (would imho. give a better overview than just these Labels). (or alternatively "Total discspace" for every Item.)
Not possible unfortunately.

You would need a python script to get the disk usage and output to a window property that is a progress number.