PureVisionHD 1080 (6 Viewers)

catavolt

Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,428
    10,455
    Königstein (Taunus)
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #42
    Hi to all!

    I just uploaded the new version 1.3 of PureVisionHD.

    You´ll find the DL here: MEDIAPORTAL - free MediaCenter HTPC Software - PureVisionHD 1.3

    There are a lot of changes, especially in terms of even better readability and bugfixes for a lot of display errors.
    Bugfixing included navigation issues with remote control, support of e.g. OnlineVideos and MP-TVSeries Version 2.0, MyStreamradio 1.0 etc.

    I´d like to thank all of you for your constructive inputs and ideas. :D

    I hope you´ll like the slightly new design.

    Have fun!
     

    Attachments

    • PVHD BasicHome-Music playing.jpg
      PVHD BasicHome-Music playing.jpg
      130.6 KB
    • PVHDProgram Guide.jpg
      PVHDProgram Guide.jpg
      160.5 KB

    Paranoid Delusion

    Moderation Manager
  • Premium Supporter
  • June 13, 2005
    13,062
    2,978
    Cheshire
    Home Country
    United Kingdom United Kingdom
    Bloody hell that was quick, you were not kidding when you said 1.3 was on its way.

    Do you know how many times i have deleted my cached folder contents today, here goes another LOL

    :D

    EDIT: OK not funny getting Man U for TV Screenshots ;)
     

    Paranoid Delusion

    Moderation Manager
  • Premium Supporter
  • June 13, 2005
    13,062
    2,978
    Cheshire
    Home Country
    United Kingdom United Kingdom
    Okay, being pickey now (besides ManU).

    Purevision TV.JPG

    TV on, seems much smaller than other buttons, plus the green is garish, maybe the same colour from the epg osd would be better, or something slightly darker.

    Regards

    Does it hurt sooo much??? How about Chelsea?!?

    Yes it hurts, just get used to it as most of my friends are Liverpool supporters :).
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,428
    10,455
    Königstein (Taunus)
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #46
    I´m working on it! Since I don´t have TVServer running, this error escaped.... :sorry:

    Here is a screenshot of the new designed togglebutton. Your absolutely right - the old ones didn´t look that amazing...

    Please find enclosed the file "togglebuttons.zip" with the new designed buttons. Copy the content into your skin folder ...\skin\PureVisionHD\Media (overwrite) and clear the cache folder.
     

    Attachments

    • Image2.png
      Image2.png
      408.7 KB

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,428
    10,455
    Königstein (Taunus)
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #47
    Bugfix for TVServer

    TV on, seems much smaller than other buttons, plus the green is garish, maybe the same colour from the epg osd would be better, or something slightly darker.

    Hi to all,

    please find enclosed the bugfixed file "mytvhomeserver.xml" to fix the a.m. bug.

    Please copy the file into your PureVisionHD folder (overwrite!).

    :sorry: for the inconvenience, but I´m not running the TVServer - therefore this error escaped...
     

    Attachments

    • mytvhomeServer.xml
      30.6 KB

    mamachan

    MP Donator
  • Premium Supporter
  • September 25, 2006
    724
    48
    Home Country
    Italy Italy
    Customize TV section

    Is possible to customize TV section (My TV - i dont't use TVServer)?
    I'd like to change MP-Series button with "My Programs Plugin" button.

    Thanks
    massimo
     

    Attachments

    • Image2.png
      Image2.png
      531.3 KB

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,428
    10,455
    Königstein (Taunus)
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #49
    Re: Customize TV section

    Hi mamachan,

    in MP nearly all is possible... and within the skins also ;) .

    So here we go:

    First open mytvhome.xml (with an editor which supports the XML format!!!!).
    Search for this code:

    Code:
    <control>
            <description>TV Shows</description>
            <type>button</type>
            <id>14</id>
            <hyperlink>9811</hyperlink>
            <label>1300</label>
            <onup>13</onup>
            <ondown>77</ondown>
            <alignY>center</alignY>
            <visible>plugin.isenabled(MP-TV Series)</visible>
          </control>

    Then replace it with this one (you may copy/paste it from here):

    Code:
    <control>
            <description>My Programs</description>
            <type>button</type>
            <id>14</id>
            <hyperlink>3</hyperlink>
            <label>My Programs</label>
            <onup>13</onup>
            <ondown>77</ondown>
            <alignY>center</alignY>
            <visible>yes</visible>
          </control>

    Save the file.
    Clear the cache.
    Start MP.
    Enjoy!
     

    Users who are viewing this thread

    Top Bottom