PureVisionHD 1080 (5 Viewers)

catavolt

Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,896
    11,786
    Königstein (Taunus)
    Home Country
    Germany Germany
    Anjin: As here in Germany the delivered EPG does not contain episode numbers/titles, I can´t test it. Sorry! For the icon size and dimming: I made this for enhanced contrast of the selected thumb. The icon size is optimized for the "Big Screen" in the living room as MP is primarily intended for HTPCs.
     

    hkjensen

    MP Donator
  • Premium Supporter
  • June 11, 2007
    164
    66
    Copenhagen
    Home Country
    Denmark Denmark
    Anjin

    The episode information can be set as part of the Title, there is an options to select what information you wan't to be displayed (episode:1/2) or episodename (part 3)
    Ex:
    The series Medium season 4 episode 3 out of 26 would be displayed as:
    Medium (4.3/26)
    if episode info is set to episodenumber

    Only if the informations has to be placed another place than in the title the skin has to be opdated.

    https://forum.team-mediaportal.com/...handeling-display-0002325-a-67370/#post482092
     

    Anjin

    Portal Pro
    March 28, 2008
    59
    7
    Home Country
    Thanks Catavolt, hkjensen.



    Regards the episode information,I checked this function on another MP client running purevisionHD 2.5 and it does work well, so I have an installation/configuration issue here.

    I have a single seat MP client (SVN 23361) that does not display the epsiode data (with config option selected) regardless of skin chosen. This client was updated to the SVN 23361 and then configuration restored using the BackUp settings plugin TV plugin, which I suspect has caused the problem. I checked MediaPortal.xml file and it has an entry

    <entry name="showEpisodeInfo">2</entry>

    So I will rebuild the MP client and try again.

    Thanks
     

    lebovitz

    Portal Member
    January 28, 2008
    32
    9
    Home Country
    United States of America United States of America
    Hi Catavolt,

    Upgrading to the latest SVN didn't help.
    Whenever I switch to the Hebrew language OR mark the RTL characters checkbox, MP crashes.

    Is there something in the log file, which could explain this. The computer was just formatted, and I can't seem to find what is different between the 2 computers.
    Also I don't know why it works with the Blue3 skin...
    The computer is running Windows XP Pro SP3

    Maybe the different behavior between the 2 computers is due to the fact that 1 computer is attached to a 1440x990 LCD and the other is to a 1920x1080 television. The screen resolution might cause this?
     

    YuryKos

    Portal Member
    January 21, 2008
    17
    0
    Hi catavolt,

    Thanks a lot for your beautiful skin.
    Could you let me know about possibility to show the weather item in the right top corner in "My Videos"?

    Thanks
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,896
    11,786
    Königstein (Taunus)
    Home Country
    Germany Germany
    Therefore you have to copy the following code into the files myvideo.xml and/or myvideotitle.xml:
    Code:
    <control>
          <description>Weather image</description>
          <type>image</type>
          <id>1</id>
          <posX>1220</posX>
          <posY>0</posY>
          <align>right</align>
          <texture>#infoservice.weather.today.img.big.fullpath</texture>
          <visible>plugin.isenabled(InfoService)</visible>
        </control>
     

    YuryKos

    Portal Member
    January 21, 2008
    17
    0
    Therefore you have to copy the following code into the files myvideo.xml and/or myvideotitle.xml:
    Code:
    <control>
          <description>Weather image</description>
          <type>image</type>
          <id>1</id>
          <posX>1220</posX>
          <posY>0</posY>
          <align>right</align>
          <texture>#infoservice.weather.today.img.big.fullpath</texture>
          <visible>plugin.isenabled(InfoService)</visible>
        </control>

    Thanks for your quick reply.
    I have done this but there are only clouds located on the screen, without any lettering.
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,896
    11,786
    Königstein (Taunus)
    Home Country
    Germany Germany
    You were talking about the weather item, so I thought you only like the image. So here we go - enter the following code also:
    Code:
    <control>
          <description>Location</description>
          <type>label</type>
          <id>1</id>
          <width>400</width>
          <height>50</height>
          <posX>1215</posX>
          <posY>15</posY>
          <align>right</align>
          <font>font14B</font>
          <textcolor>coral</textcolor>
          <shadowAngle>45</shadowAngle>
          <shadowDistance>3</shadowDistance>
          <shadowColor>66B8B8B8</shadowColor>
          <label>#infoservice.weather.location</label>
          <visible>plugin.isenabled(InfoService)</visible>
        </control>
        <control>
          <description>Temperature</description>
          <type>label</type>
          <id>1</id>
          <width>400</width>
          <height>50</height>
          <posX>1200</posX>
          <posY>45</posY>
          <align>right</align>
          <font>font16</font>
          <textcolor>lightskyblue</textcolor>
          <shadowAngle>45</shadowAngle>
          <shadowDistance>3</shadowDistance>
          <shadowColor>66B8B8B8</shadowColor>
          <label>#infoservice.weather.today.temp</label>
          <visible>plugin.isenabled(InfoService)</visible>
        </control>
        <control>
          <description>Condition</description>
          <type>label</type>
          <id>1</id>
          <width>400</width>
          <height>50</height>
          <posX>1110</posX>
          <posY>45</posY>
          <align>right</align>
          <font>font12</font>
          <textcolor>lightskyblue</textcolor>
          <shadowAngle>45</shadowAngle>
          <shadowDistance>3</shadowDistance>
          <shadowColor>66B8B8B8</shadowColor>
          <label>#infoservice.weather.today.condition</label>
          <visible>plugin.isenabled(InfoService)</visible>
        </control>
     

    onebrokennec

    Portal Member
    August 11, 2009
    5
    0
    Home Country
    United States of America United States of America
    I tried this skin on my old tube TV and it wasn't very readable. Big problem though. After switching back to my old skin (aMPed) or any other skin, MediaPortal hangs on the Loading Window Plugins screen on startup. I have removed all components of the PureVision skin and plugins but no change. What's the deal?
     

    Users who are viewing this thread

    Top Bottom