My Score Center - version 2.12.0.0 - 4 May 2014 (for MP 1.6/1.7) (1 Viewer)

hilfer

Portal Pro
November 3, 2010
241
3
Home Country
Portugal Portugal
Re: My Score Center - version 2.3.0 - 24 Septmber 2011 With Live Plugin

There are so many.

Which one shall I change to make results display in score center look bigger ??
 

fischy667

Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    967
    290
    42
    Rostock
    Home Country
    Germany Germany
    Re: My Score Center - version 2.3.0 - 24 Septmber 2011 With Live Plugin

    Don't change anything in fonts.xml.:eek:

    Choose one font and put the name the MyScoreCenter.xml, like I described before.

    For StreamedMP open skin\StreamedMP\MyScoreCenter.xml in ProgramData

    search for <description>Results</description>

    10 lines under there is <font>mediastream10</font>

    you can change it to <font>mediastream11</font>

    Instead of mediastream11 you can choose any other font which is mentioned in the fonts.xml
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    AW: My Score Center - version 2.3.0 - 24 Septmber 2011 With Live Plugin

    I don't say you should change anything in font.xml! You should choose one of fonts in there and then put it into myscorecenter.xml. For example use mediastream14c and it should be bigger.
     

    hilfer

    Portal Pro
    November 3, 2010
    241
    3
    Home Country
    Portugal Portugal
    Re: My Score Center - version 2.3.0 - 24 Septmber 2011 With Live Plugin

    So if I understood you right I have to do the following: copy this font:
    <font>
    <name>font14</name>
    <filename>Fluid</filename>
    <height>14</height>
    <start>0</start>
    <end>1536</end>
    </font>

    and paste it to myscorecenter xml ??
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    967
    290
    42
    Rostock
    Home Country
    Germany Germany
    Re: My Score Center - version 2.3.0 - 24 Septmber 2011 With Live Plugin

    So if I understood you right I have to do the following: copy this font:
    <font>
    <name>font14</name>
    <filename>Fluid</filename>
    <height>14</height>
    <start>0</start>
    <end>1536</end>
    </font>

    and +aste it to myscorecenter xml ??

    Replace mediastream10 by font14 (only "font14" not the other stuff around)

    on the position I described before.
     

    hilfer

    Portal Pro
    November 3, 2010
    241
    3
    Home Country
    Portugal Portugal
    Re: My Score Center - version 2.3.0 - 24 Septmber 2011 With Live Plugin

    sorry fishy667 I did it but instead of bigger characters I have smaller characters:

    here it is :

    !-- This control defines the area and the format (font and color)
    in which the score will be displayed -->
    <control>
    <description>Results</description>
    <type>textboxscrollup</type>
    <id>20</id>
    <posX>430</posX>
    <posY>260</posY>
    <visible>yes</visible>
    <width>850</width>
    <height>400</height>
    <seperator>----------------------------------------------------------------------------------------------------</seperator>
    <textcolor>ffFFFFFFff</textcolor>
    <font>mediastream14</font>
    <!--<animation effect="zoom" end="1,1" center="190,470" time="10">WindowClose</animation>-->
    </control>
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    967
    290
    42
    Rostock
    Home Country
    Germany Germany
    Re: My Score Center - version 2.3.0 - 24 Septmber 2011 With Live Plugin

    sorry fishy667 I did it but instead of bigger characters I have smaller characters:

    here it is :

    <!-- This control defines the area and the format (font and color)
    in which the score will be displayed -->
    <control>
    <description>Results</description>
    <type>textboxscrollup</type>
    <id>20</id>
    <posX>430</posX>
    <posY>260</posY>
    <visible>yes</visible>
    <width>850</width>
    <height>400</height>
    <seperator>----------------------------------------------------------------------------------------------------</seperator>
    <textcolor>ffFFFFFFff</textcolor>
    <font>mediastream14</font>
    <!--<animation effect="zoom" end="1,1" center="190,470" time="10">WindowClose</animation>-->
    </control>

    mediastream14 is not possible, try font14 instead

    <!-- This control defines the area and the format (font and color)
    in which the score will be displayed -->
    <control>
    <description>Results</description>
    <type>textboxscrollup</type>
    <id>20</id>
    <posX>430</posX>
    <posY>260</posY>
    <visible>yes</visible>
    <width>850</width>
    <height>400</height>
    <seperator>----------------------------------------------------------------------------------------------------</seperator>
    <textcolor>ffFFFFFFff</textcolor>
    <font>font14</font>
    <!--<animation effect="zoom" end="1,1" center="190,470" time="10">WindowClose</animation>-->
    </control>

    Don't forget the c in my name: fischy667
     

    hilfer

    Portal Pro
    November 3, 2010
    241
    3
    Home Country
    Portugal Portugal
    Re: My Score Center - version 2.3.0 - 24 Septmber 2011 With Live Plugin

    That's it.

    It works using font 14, however if I change to font 16 it gives me smaller characters too.


    thank you guys for your patience
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    967
    290
    42
    Rostock
    Home Country
    Germany Germany
    Re: My Score Center - version 2.3.0 - 24 Septmber 2011 With Live Plugin

    That's it.

    It works using font 14, however if I change to font 16 it gives me smaller characters too.


    thank you guys for your patience

    You have to check which font is possible.
    All possible font are listed here: http://streamedmp.googlecode.com/svn/trunk/fonts.xml

    After font14 the next is font18.

    And it would be nice, if could press THANKS! under a post.
     

    Users who are viewing this thread

    Top Bottom