MOD: Basichome free drive space plugin :) Updated 18-02-2009 (1 Viewer)

Rico

Portal Pro
December 23, 2008
188
12
Straelen
Home Country
Germany Germany
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>


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
 

Attachments

  • new release with progress bar.JPG
    new release with progress bar.JPG
    164.6 KB
  • new release without progress bar.JPG
    new release without progress bar.JPG
    177.8 KB
  • basichome free drive space mod by rico 0.2.rar
    30.7 KB
  • basichome free drive space mod with progress bar by rico v.0.3.rar
    30.8 KB
  • basichome free drive space mod without progress bar by rico v.0.3.rar
    30.8 KB

xuxo

Portal Member
February 6, 2008
35
0
Small OT question:

Is your Weather thing there (top left on the home screen) also one of your own modifications or build in?
I would like also to display the weather info in my home screen :confused:


regards!!!
 

Rico

Portal Pro
December 23, 2008
188
12
Straelen
Home Country
Germany Germany
Hi all

Working on a new updated release of the basic home drive space mod
i will release it when everything is fine in my eyes :)


check attached screenshot for the work i have done so far
 

Attachments

  • new release.JPG
    new release.JPG
    175.9 KB

Users who are viewing this thread

Top Bottom