mpNZB 1.5.4 for MediaPortal 1.2.x (1 Viewer)

Shukuyen

Community Plugin Dev
  • Premium Supporter
  • May 8, 2008
    557
    300
    Lake of Constance
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #31
    I've made a skin file for Titan.
    Since it's my first try at a skin file, don't be too hard on me ;)

    I've made it since I liked the Titan skin so much and I really missed being able to use mpNZB.

    So, here it is.

    Can I include your skin file with the next version of the plugin?
     

    pvkleeff

    Portal Member
    July 18, 2007
    32
    5
    49
    Roosendaal
    Home Country
    Netherlands Netherlands
    Everyone still using this plugin please have a look here:
    https://forum.team-mediaportal.com/threads/sites-xml-cleaning.120246/

    I want to do some spring cleaning in the sites.xml and need your help with it. I will release a new version compatible with 1.4 when I get permission by @pvkleeff to include his Titan skin file.

    Off course you can :)

    You need to change one thing for 1.4 though:
    Since the togglebutton control is now completely removed in 1.4 (http://wiki.team-mediaportal.com/1_...d_Changes/1.3.0_to_1.4.0/Togglebutton_removed) you have to change it to a checkbutton

    so:
    <description>Pause Queue</description>
    <type>togglebutton</type>
    <id>6</id>
    <posX>120</posX>
    <posY>510</posY>
    <label>Pause Queue</label>
    <onright>50</onright>
    <ondown>2</ondown>
    <onup>7</onup>
    <textureFocus>hiddenmenu_item_selected.png</textureFocus>
    <textureNoFocus>-</textureNoFocus>

    should become:
    <description>Pause Queue</description>
    <type>checkbutton</type>
    <id>6</id>
    <posX>120</posX>
    <posY>510</posY>
    <label>Pause Queue</label>
    <onright>50</onright>
    <ondown>2</ondown>
    <onup>7</onup>
    <textureFocus>hiddenmenu_item_selected.png</textureFocus>
    <textureNoFocus>-</textureNoFocus>

    I think you have to change it in your code too, because I still get errors concerning the togglebutton when I open the plugin (after changing the skin file)
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Thanks for Update men, it works fine now again ;-) So i can unwatch this threa because you have start a new one for 1.5.5 ?
     
    Last edited:

    Users who are viewing this thread

    Top Bottom