HTPCInfo plugin v1.15.0 for MediaPortal 1.3.0 and higher (12 Viewers)

Skar

Portal Pro
July 28, 2008
85
0
Home Country
Germany Germany
AW: HTPCInfo plugin for MediaPortal v1.3.2

Hi,

(how) can i change the color of the text inside the plugin? I use BlackGlass skin with the "black pc/white backround"-backdrop. And with the text in the plugin being white, i cant read most of it. Is it possible to change the color to grey (like the category color) by myself somehow without knowing much about coding? Is it a single line somewhere inside a file by chance?

Besides that, great plugins! keep up the great work. Thx!!

ciao
Skar
 

Micropolis

Portal Pro
July 22, 2009
1,588
1,796
Bavaria
Home Country
Germany Germany
Re: AW: HTPCInfo plugin for MediaPortal v1.3.2

Hello Skar,

... (how) can i change the color of the text inside the plugin? ...

if I take a look in the skin files from Black Glass, categories are defined as follows (example):

<control>
<description>Graphic Device Name</description>
<type>label</type>
<id>1</id>
<posX>490</posX>
<posY>55</posY>
<label>Graphic (#HTPCInfo.DisplayDeviceCount):</label>
<font>font10</font>
<textcolor>90ffffff</textcolor>
</control>

and normal text as

<control>
<description>Graphic Device Value</description>
<type>fadelabel</type>
<id>1</id>
<posX>620</posX>
<posY>55</posY>
<font>font12</font>
<label>#HTPCInfo.DisplayDevice1Description (Driver version #HTPCInfo.DisplayDevice1DriverVersion)</label>
<width>650</width>
<wrapString> : : : </wrapString>
</control>


To change the color of normal (or value) text, please extend the appropriate control definition with "<textcolor>90ffffff</textcolor>". This must be done on all relevant fields.

Hint: In my opinion the current HTPCInfo skin files for Black Glass, which I found in SVN, are not up to date with version 1.3.0 or higher of this plugin. Please ask Tgx to publish new versions.

Cheers, Micropolis
 

JimmyBoy

Portal Pro
April 18, 2008
107
8
Home Country
United Kingdom United Kingdom
re: HTPCInfo plugin v1.3.2 for MediaPortal 1.2.0 RC/1.2.1

I know it's being a little picky, but I find the titles of your thread a little confusing, ie. this thread is titled "HTPCInfo plugin for MediaPortal v1.3.2", it would make more sense (to me at least) if it was "HTPCInfo v1.3.2 plugin for MediaPortal v1.2.1". As it reads at the moment, it suggests that the plugin is for MediaPortal v1.3.2 (which obviously doesnt exist yet), and may be slightly confusing for new users.
 

torbjorns

MP Donator
  • Premium Supporter
  • January 27, 2008
    145
    5
    Home Country
    Sweden Sweden
    Re: HTPCInfo plugin v1.3.2 for MediaPortal 1.2.0 and higher

    Is it possible to install this plugin with .mpei. Right now Im a bit confused how to install the HTPCInfo_v1.3.2.zip containing the Installer{CopyFile} and MediaPortalExtension.xml files. Thanks for great plugin
     

    torbjorns

    MP Donator
  • Premium Supporter
  • January 27, 2008
    145
    5
    Home Country
    Sweden Sweden
    Re: HTPCInfo plugin v1.3.2 for MediaPortal 1.2.0 and higher

    Hi torbjorns :)

    As stated in first post, mpe1 can be found here:
    MEDIAPORTAL - HTPCInfo

    Thanks for your quick response. Am I missing something here? All I can find is a Download link and there is just a .zip file with the files I stated before. The firstpage says that a "HTPCInfo.mpe1" could be dowloaded... but I cant find it...
     

    rekenaar

    Retired Team Member
  • Premium Supporter
  • December 17, 2006
    4,421
    805
    Home Country
    South Africa South Africa
    Re: HTPCInfo plugin v1.3.2 for MediaPortal 1.2.0 and higher

    I have just tested again and I get the mpe1 file:
    • clicked on link in 1st post to go to list all repository entries of Micropolis
    • scroll down and click HTPCInfo
    • click on big download button
    • get mpe1 file

    from 1st post:
    download and start the installer file "HTPCInfo.mpe1" from the download repository
     

    torbjorns

    MP Donator
  • Premium Supporter
  • January 27, 2008
    145
    5
    Home Country
    Sweden Sweden
    Re: HTPCInfo plugin v1.3.2 for MediaPortal 1.2.0 and higher

    I have just tested again and I get the mpe1 file:
    • clicked on link in 1st post to go to list all repository entries of Micropolis
    • scroll down and click HTPCInfo
    • click on big download button
    • get mpe1 file

    from 1st post:
    download and start the installer file "HTPCInfo.mpe1" from the download repository

    Thanks a lot. Using IE8-9 gives the .zip when hitting the download button. FF 3.6-7.01 give the .mpe1. (I tried it on 2 comps):eek:
     

    Users who are viewing this thread

    Top Bottom