Hi all
I created a mod for B and W 1080 Basichome Screen
with the new plugin Drive Free Space Plugin released by SilentExcept
15.02.2009 - First release
16.02.2009 - Updated release v.0.2 with better text alligend for lcd tv
18.02.2009 - New release v.0.3 with more details
18.02.2009 - New release v.0.3 with more details without progress bar
you can download the plugin here :
https://forum.team-mediaportal.com/plugins-47/drive-free-space-plugin-54798/
and the mod you can download in the attached files
in my config i have drive C,D,E,F,G,H and I but you can edit it yourself to how many hard drives you have
attached in the .rar file are all the files you need copy the png files to the \skin\Black & White 1080\media folder and the basichome.xml to \skin\Black & White 1080\ folder
here is the code wich i used in the basichome.xml file
just remove or add the controls wich you dont need
and if you want to change the drive letters
change (X) to the drive you want for example (C)
<label>#Drives(X).AvailableSpace.Percentage</label>
all credits go out to SilentExcept for the plugin and to aj1405 for the great Black and White 1080 skin
I created a mod for B and W 1080 Basichome Screen
with the new plugin Drive Free Space Plugin released by SilentExcept
15.02.2009 - First release
16.02.2009 - Updated release v.0.2 with better text alligend for lcd tv
18.02.2009 - New release v.0.3 with more details
18.02.2009 - New release v.0.3 with more details without progress bar
you can download the plugin here :
https://forum.team-mediaportal.com/plugins-47/drive-free-space-plugin-54798/
and the mod you can download in the attached files
in my config i have drive C,D,E,F,G,H and I but you can edit it yourself to how many hard drives you have
attached in the .rar file are all the files you need copy the png files to the \skin\Black & White 1080\media folder and the basichome.xml to \skin\Black & White 1080\ folder
here is the code wich i used in the basichome.xml file
just remove or add the controls wich you dont need
and if you want to change the drive letters
change (X) to the drive you want for example (C)
<label>#Drives(X).AvailableSpace.Percentage</label>
Code:
<control>
<description>Drive space</description>
<type>textboxscrollup</type>
<textalign>center</textalign>
<textcolor>ffffffff</textcolor>
<id>37483</id>
<posX>50</posX>
<posY>925</posY>
<width>180</width>
<height>300</height>
<font>font10</font>
<label>#Drives(C).AvailableSpace.Data</label>
<visible>yes</visible>
</control>
<control>
<description>Progress Bar</description>
<type>progress</type>
<id>20</id>
<posX>50</posX>
<posY>980</posY>
<width>180</width>
<height>42</height>
<label>#Drives(C).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>
all credits go out to SilentExcept for the plugin and to aj1405 for the great Black and White 1080 skin