more rows in menu (1 Viewer)

helloh

MP Donator
  • Premium Supporter
  • July 8, 2010
    160
    4
    Hi there,

    first of all I want to say thanks for the good skin.
    It looks very good and I am very satisfied with it.

    I have one little question:
    How can I add some rows for the programm information at the pause menu?
    2 rows for programm data are not enough (for me). At least 5 or 6 rows would be fine.

    Do you (or anyone else) know how (where?) to change this setting?

    Thank you!

    I took a screenshot. Please see the red frame.
    mp211f78cdpng.png
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Check mytvFullScreen.xml (Plot)
     
    Last edited:

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    C:\ProgramData\Team MediaPortal\MediaPortal\skin\StreamedMP

    In there you find a block which looks like:

    <control>
    <description>Plot</description>
    <type>textboxscrollup</type>
    <id>38</id>
    <posX>230</posX>
    <posY>590</posY>
    <width>820</width>
    <height>59</height>
    <seperator>__________________________________________________________________________________________________________________________________________________________________________________________</seperator>
    <label>#TV.View.description</label>
    <font>mediastream12</font>
    <visible>!window.isosdvisible+[control.isvisible(10)|window.ispauseosdvisible|player.forwarding|player.rewinding|player.seeking]+string.equals(#StreamedMP.fullVideoOSD,true)</visible>
    </control>


    If you change the value of the height (make it bigger) you should get more rows.
     
    Last edited:

    helloh

    MP Donator
  • Premium Supporter
  • July 8, 2010
    160
    4
    Hi,
    i found it. Thanks.

    But ... :(
    It does not work correct(ly?).
    Yes, there are more lines but now it overlaps the progress bar.

    Do you have any further help for me?

    Thank you! :)

    mp2fcc756c2png.png
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    You also have to change the y-pos (lower it)

    Also you have to change the y-pos for:
    [
    Code:
        <control>
          <description>Channel Name</description>
          <id>14</id>
          <type>label</type>
          <width>900</width>
          <height>25</height>
          <posX>195</posX>
          <posY>535</posY>
          <font>mediastream16tc</font>
          <label>#TV.View.channel</label>
          <visible>!window.isosdvisible+[control.isvisible(10)|window.ispauseosdvisible|player.forwarding|player.rewinding|player.seeking]+string.equals(#StreamedMP.fullVideoOSD,true)</visible>
        </control>
        <control>
          <description>On tv NOW</description>
          <id>36</id>
          <type>textbox</type>
          <width>900</width>
          <height>25</height>
          <posX>195</posX>
          <posY>563</posY>
          <label>#TV.View.title</label>
          <font>mediastream14tc</font>
          <textcolor>ff888888</textcolor>
          <visible>!window.isosdvisible+[control.isvisible(10)|window.ispauseosdvisible|player.forwarding|player.rewinding|player.seeking]+string.equals(#StreamedMP.fullVideoOSD,true)</visible>
        </control>

    Maybe I'm gonna prepare you a quick testversion
     
    Last edited:

    helloh

    MP Donator
  • Premium Supporter
  • July 8, 2010
    160
    4
    Hi,
    thanks for your fast reply.

    Unfortunately it does not work correct.
    Now, the text ishigher but the background don't move.

    //edit:
    I tried your code also. But now there is not text ... :(
     
    Last edited:

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Hi,
    thanks for your fast reply.

    Unfortunately it does not work correct.
    Now, the text ishigher but the background don't move.

    //edit:
    I tried your code also. But now there is not text ... :(


    I uploaded a modified file. See screenshot to get how it looks like.
    1.jpg
     

    Attachments

    • mytvFullScreen.xml
      11.7 KB

    helloh

    MP Donator
  • Premium Supporter
  • July 8, 2010
    160
    4
    Works perfect!
    Thanks!
     

    Users who are viewing this thread

    Top Bottom