MediaStream by pilehave - upd. 22/08/09 (1 Viewer)

lar1r

Portal Member
August 25, 2007
44
2
1) seems that the peview window is somewhat off. Ideas what xml file has this info?
2) I added some more rows in the guide so I can see more channels, but how can I increase font size in the guide

Thanks for a really good skin!
 

Attachments

  • tvguide.png
    tvguide.png
    636.9 KB

pilehave

Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #72
    yeah the fonts are copied. I don't use any other screen were i need a date near the files. How do i get a screenshot?

    Press "Alt" + "PrtSc" and use any picture-editing program to paste the screenshot into a new file ("Ctrl" + "v"). Save the file as JPEG, GIF or PNG. Then you can add it to your message here :)
     

    Yabba

    Portal Pro
    July 13, 2007
    131
    4
    Home Country
    Spain Spain
    It's just cosmetic, but anyways... I see random font changes in some texts. Not only in TV-Series, I know I saw it last night in some other place but I just don't remember where... it was too late, I'm afraid :)

    sshot-3.jpg

    And just a question... is it me who's lacking something or there's really an empty space at the right in that view? I thought there should be a series poster or something, but maybe the skin is designed with that empty space on purpose. I personally would prefer a poster, anyway the background is almost invisible. And sometimes long series names get truncated... when there's a lot of empty space that could be used :

    sshot-4.jpg
     

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,726
    1,183
    Alingsås
    Home Country
    Sweden Sweden
    There are a number of options to remove the topbar. In myHome you should remove or comment out the following:

    Code:
    <!-- Topbar -->
    
        <control>
          <description>Back button</description>
          <type>button</type>
          <id>10</id>
          <posX>10</posX>
          <posY>45</posY>
          <width>50</width>
          <height>52</height>
          <textureFocus>button_shutdown_focus.png</textureFocus>
          <textureNoFocus>button_shutdown_nofocus.png</textureNoFocus>
          <label>-</label>
          <action>99</action>
          <onleft>90001</onleft>
          <onright>11</onright>
          <onup>90001</onup>
          <ondown>90001</ondown>
        </control>
    	
        <control>
          <description>videowallpaper button</description>
          <type>button</type>
          <id>11</id>
          <posX>60</posX>
          <posY>45</posY>
          <width>50</width>
          <height>52</height>
          <textureFocus>button_tvdesktop_focus.png</textureFocus>
          <textureNoFocus>button_tvdesktop_nofocus.png</textureNoFocus>
          <label>-</label>
          <action>101</action>
          <onleft>10</onleft>
          <onright>12</onright>
          <onup>90001</onup>
          <ondown>90001</ondown>
        </control>
    	
        <control>
          <description>basichome button button</description>
          <type>button</type>
          <id>12</id>
          <posX>110</posX>
          <posY>45</posY>
          <width>50</width>
          <height>52</height>
          <textureFocus>Basic_focus.png</textureFocus>
          <textureNoFocus>Basic_nofocus.png</textureNoFocus>
          <label>-</label>
          <action>115</action>
          <onleft>11</onleft>
          <onright>13</onright>
          <onup>90001</onup>
          <ondown>90001</ondown>
        </control>
    	
        <control>
          <description>Exit button</description>
          <type>button</type>
          <id>13</id>
          <posX>160</posX>
          <posY>45</posY>
          <width>50</width>
          <height>52</height>
          <textureFocus>button_close_focus.png</textureFocus>
          <textureNoFocus>button_close_nofocus.png</textureNoFocus>
          <label>-</label>
          <action>97</action>
          <onleft>12</onleft>
          <onright>90001</onright>
          <onup>90001</onup>
          <ondown>90001</ondown>
        </control>

    The menu-generator now allows you to select if this code should be in the home-screen in the first place!

    The topbar in all the other screens can be disabled in MediaPortal Configuration. The plugin is a window-plugin called "Topbar" :)

    I think you misunderstood me. I don't use the topbar plugin. I'm talking about the "now playing" overlay for music and other media (video). Never mind.

    Another thing, when I enter MP-TV Series screen, the series description is not shown (graphical mode) until I select a show and go back. I'm using the latest MP-TV Series SVN. Anyone else get this?

    Emph
     

    Avigrace

    Portal Pro
    December 13, 2005
    85
    3
    123
    Home Country
    England England
    I get this also, selecting a show then going back I then see the information (latest SVN), also 3 or 4 rows of tv show banners would look much nicer IMO
     

    Yabba

    Portal Pro
    July 13, 2007
    131
    4
    Home Country
    Spain Spain
    Another thing, when I enter MP-TV Series screen, the series description is not shown (graphical mode) until I select a show and go back. I'm using the latest MP-TV Series SVN. Anyone else get this?

    Not here at least... I see series description at once, only thing I've noticed is at start, there's an instant when I only see the labels but they are replaced inmediately with series description text, in less than a second.

    I really don't remember if my version of MP-TVSeries is latest or not ... mine is v2.0.3126, and I use the old adagio : it works, so don't ever touch it :)
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #77
    1) seems that the peview window is somewhat off. Ideas what xml file has this info?
    2) I added some more rows in the guide so I can see more channels, but how can I increase font size in the guide

    Thanks for a really good skin!

    The preview window is where it always have been, but I guess that adding more channels to the Guide moved it up and behind the preview...

    You can change the font-size by replacing the font in this section with a larger:

    Code:
        <control>
          <description>template for program title light area</description>
          <type>label</type>
          <id>24</id>
          <posY>13</posY>
          <visible>no</visible>
          <label>-</label>
          <font>mediastream12</font>
        </control>
    	
        <control>
          <description>vertical timeline</description>
          <type>image</type>
          <id>25</id>
          <posX>55</posX>
          <posY>240</posY>
          <height>323</height>
          <colordiffuse>ffffffff</colordiffuse>
          <texture>tvguide_slider.png</texture>
        </control>
    	
        <control>
          <description>template for program title darkarea</description>
          <type>label</type>
          <id>26</id>
          <posY>13</posY>
          <label>-</label>
          <font>mediastream12</font>
          <visible>no</visible>
        </control>

    Next available font in size would be "mediastream14", but take a look at "fonts.xml" to see which are allready there.
     

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,726
    1,183
    Alingsås
    Home Country
    Sweden Sweden
    Here are some screens showing what I mean about the "now playing" window, and also of my empty series descriptions.

    Emph
     

    Attachments

    • movingpictures.jpg
      movingpictures.jpg
      76.5 KB
    • mp-tvseries.jpg
      mp-tvseries.jpg
      38.1 KB

    Darre

    Portal Pro
    April 21, 2007
    925
    80
    Home Country
    Norway Norway
    Here are some screens showing what I mean about the "now playing" window, and also of my empty series descriptions.

    Emph

    re-read my post, I edited it 3 mins after you posted a reply. If you add <visible> to the right places then you fix what you want :)
     

    Slurm

    MP Donator
  • Premium Supporter
  • December 16, 2006
    301
    33
    57
    Graz
    Home Country
    Austria Austria
    Here are some screens showing what I mean about the "now playing" window, and also of my empty series descriptions.

    Emph

    I have made a slightly different xml for mptvseries. maybe you want to try it.
     

    Attachments

    • screenshot.jpg
      screenshot.jpg
      186.1 KB
    • TVSeries.xml
      30.6 KB

    Users who are viewing this thread

    Top Bottom