- January 18, 2007
- 803
- 47
- Home Country
- Germany
AW: Drive Free Space Plugin
Here ...
C:\ProgramData\Team MediaPortal\MediaPortal\skin\<skinname>\Media
Here ...
C:\ProgramData\Team MediaPortal\MediaPortal\skin\<skinname>\Media
<control>
<description>Drive space</description>
<type>textboxscrollup</type>
<id>37483</id>
<posX>50</posX>
<posY>110</posY>
<width>300</width>
<height>300</height>
<font>font11</font>
<label>#DriveFreeSpace.AvailableSpace.Data</label>
<visible>yes</visible>
</control>
<control>
<description>Progress Bar</description>
<type>progress</type>
<id>20</id>
<posX>50</posX>
<posY>135</posY>
<width>500</width>
<height>30</height>
<label>#DriveFreeSpace.AvailableSpace.Percentage</label>
<texturebg>progress_background_tvhome.png</texturebg>
<lefttexture>progress_blank30.png</lefttexture>
<midtexture>progress_mid_white30.png</midtexture>
<righttexture>progress_blank30.png</righttexture>
<visible>yes</visible>
</control>
property #Drives.AvailableSpace.Data split in two (#DriveFreeSpace.AvailableSpace.Data.Drives and #DriveFreeSpace.AvailableSpace.Data.Total) - .Drives works exactly as old one and .Total returns the formatted data for all selected drives - requested by cruse