changing home page look..StreamedMP? (2 Viewers)

kiwijunglist

Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    Try using basic home and the streamedmp skin editor.
    if that doesn't work you'd have to manually edit the home.xml or basichome.xml
     

    Spaldo

    MP Donator
  • Premium Supporter
  • May 7, 2008
    495
    12
    FlashFXP Development Team
    Home Country
    If you have to ask that question, then editing the file is beyound your abilities.
    You'll have to put up with the way it is.

    What a stupid post. Why even bother posting something like that.

    I have done it before, I just cant remember where exactly it is. There is no harm asking for some assistance when someone may know exactly what to change.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    Hi Spaldo, it seems you are using the Standard Home screen, so you want to edit the the myHome.xml file.

    In here you want to edit the properties of the Menu control. In particular the following properties which are highlighted:

    Code:
    <control>
          <description>Menu</description>
          <type>menu</type>
          <id>50</id>
          <posX>550</posX>
          [COLOR="Red"][B]<posY>300</posY>[/B][/COLOR]
          <width>320</width>
          <textcolor>ffffffff</textcolor>
          <textColorNoFocus>ff505050</textColorNoFocus>
          <dimColor>ffffffff</dimColor>
          <buttonTextXOff>0</buttonTextXOff>
          <buttonTextYOff>0</buttonTextYOff>
          <buttonOffset>0</buttonOffset>
          <buttonFont>mediastream16tc</buttonFont>
          <buttonHeight>105</buttonHeight>
          <spaceBetweenButtons>0</spaceBetweenButtons>
          [COLOR="Red"][B]<numberOfButtons>2</numberOfButtons>[/B][/COLOR]
          <textureButtonFocus>-</textureButtonFocus>
          <textureButtonNoFocus>-</textureButtonNoFocus>
          <hoverX>0</hoverX>
          <hoverY>0</hoverY>
          <hoverWidth>1280</hoverWidth>
          <hoverHeight>720</hoverHeight>
          <hoverKeepAspectratio>no</hoverKeepAspectratio>
          <scrollTime>90</scrollTime>
          <scrollTimeMin>45</scrollTimeMin>
          <mouseScrollTime>900</mouseScrollTime>
           <mouseScrollTimeMin>450</mouseScrollTimeMin>
          <textureBackground>-</textureBackground>
          <!--<onleft>17</onleft>-->
          <onright>10</onright>
          <animation effect="fade" time="400" delay="0">WindowOpen</animation>
    </control>

    The reason for the change in Y-Position is so the 2 items are centered but feel free to mess with any properties in this control to get the look you want.
     

    Spaldo

    MP Donator
  • Premium Supporter
  • May 7, 2008
    495
    12
    FlashFXP Development Team
    Home Country
    Hi Spaldo, it seems you are using the Standard Home screen, so you want to edit the the myHome.xml file.

    In here you want to edit the properties of the Menu control. In particular the following properties which are highlighted:

    Code:
    <control>
          <description>Menu</description>
          <type>menu</type>
          <id>50</id>
          <posX>550</posX>
          [COLOR="Red"][B]<posY>300</posY>[/B][/COLOR]
          <width>320</width>
          <textcolor>ffffffff</textcolor>
          <textColorNoFocus>ff505050</textColorNoFocus>
          <dimColor>ffffffff</dimColor>
          <buttonTextXOff>0</buttonTextXOff>
          <buttonTextYOff>0</buttonTextYOff>
          <buttonOffset>0</buttonOffset>
          <buttonFont>mediastream16tc</buttonFont>
          <buttonHeight>105</buttonHeight>
          <spaceBetweenButtons>0</spaceBetweenButtons>
          [COLOR="Red"][B]<numberOfButtons>2</numberOfButtons>[/B][/COLOR]
          <textureButtonFocus>-</textureButtonFocus>
          <textureButtonNoFocus>-</textureButtonNoFocus>
          <hoverX>0</hoverX>
          <hoverY>0</hoverY>
          <hoverWidth>1280</hoverWidth>
          <hoverHeight>720</hoverHeight>
          <hoverKeepAspectratio>no</hoverKeepAspectratio>
          <scrollTime>90</scrollTime>
          <scrollTimeMin>45</scrollTimeMin>
          <mouseScrollTime>900</mouseScrollTime>
           <mouseScrollTimeMin>450</mouseScrollTimeMin>
          <textureBackground>-</textureBackground>
          <!--<onleft>17</onleft>-->
          <onright>10</onright>
          <animation effect="fade" time="400" delay="0">WindowOpen</animation>
    </control>

    The reason for the change in Y-Position is so the 2 items are centered but feel free to mess with any properties in this control to get the look you want.

    Great! thank you very much ltfearme for the post.

    I will save this for future use :D
     

    Spaldo

    MP Donator
  • Premium Supporter
  • May 7, 2008
    495
    12
    FlashFXP Development Team
    Home Country
    Just for everyone's info this works great...

    The only issue is you cannot scroll down, you need to scroll the remote up for it to change over & over.

    I am not sure if this is a MP or skin issue?
     

    lanceuppercu

    Portal Pro
    January 13, 2008
    142
    1
    London
    Hi Spaldo, it seems you are using the Standard Home screen, so you want to edit the the myHome.xml file.

    In here you want to edit the properties of the Menu control. In particular the following properties which are highlighted:

    Code:
    <control>
          <description>Menu</description>
          <type>menu</type>
          <id>50</id>
          <posX>550</posX>
          [COLOR="Red"][B]<posY>300</posY>[/B][/COLOR]
          <width>320</width>
          <textcolor>ffffffff</textcolor>
          <textColorNoFocus>ff505050</textColorNoFocus>
          <dimColor>ffffffff</dimColor>
          <buttonTextXOff>0</buttonTextXOff>
          <buttonTextYOff>0</buttonTextYOff>
          <buttonOffset>0</buttonOffset>
          <buttonFont>mediastream16tc</buttonFont>
          <buttonHeight>105</buttonHeight>
          <spaceBetweenButtons>0</spaceBetweenButtons>
          [COLOR="Red"][B]<numberOfButtons>2</numberOfButtons>[/B][/COLOR]
          <textureButtonFocus>-</textureButtonFocus>
          <textureButtonNoFocus>-</textureButtonNoFocus>
          <hoverX>0</hoverX>
          <hoverY>0</hoverY>
          <hoverWidth>1280</hoverWidth>
          <hoverHeight>720</hoverHeight>
          <hoverKeepAspectratio>no</hoverKeepAspectratio>
          <scrollTime>90</scrollTime>
          <scrollTimeMin>45</scrollTimeMin>
          <mouseScrollTime>900</mouseScrollTime>
           <mouseScrollTimeMin>450</mouseScrollTimeMin>
          <textureBackground>-</textureBackground>
          <!--<onleft>17</onleft>-->
          <onright>10</onright>
          <animation effect="fade" time="400" delay="0">WindowOpen</animation>
    </control>
    nee

    The reason for the change in Y-Position is so the 2 items are centered but feel free to mess with any properties in this control to get the look you want.

    would you happen to know what to edit to get the basic homepage to do that? i like the look of the basic screen but only need tv-series and moving pictures to show up to be perfectly honest!
     

    Spaldo

    MP Donator
  • Premium Supporter
  • May 7, 2008
    495
    12
    FlashFXP Development Team
    Home Country
    would you happen to know what to edit to get the basic homepage to do that? i like the look of the basic screen but only need tv-series and moving pictures to show up to be perfectly honest!

    What is posted above worked for me... I only have 2 items in the main menu now, Moving Pictures & MyTVSeries.

    The only problem is, I can only scroll up.. When you scroll down the highlighted bar gets lost and Media Portal goes all weird.

    I am not sure if there is something else I can edit to fix this, but, I wasn't going to bother ltfearme unless someone else had the same issue.
     

    Users who are viewing this thread

    Top Bottom