Change the size of the station logos in Live TV OSD ? (1 Viewer)

D3ltoroxp

MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hello Community,

    i will change the size of the channel logos in the tv osd ? Where can i do this. I will change the size too 200x200 pixel becaus i will use my self generated icons, but now there was a little bit to small for me.

    In wich xml can i change the value that the channel logos are show'n in 200x200 pixel ?
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    I think it is in TVOSD.xml ->

    Code:
        <control>
            <description>TV Logo</description>
            <type>image</type>
            <id>0</id>
            <posX>275</posX>
            <posY>800</posY>
            <width>150</width>
            <height>120</height>
            <align>center</align>
            <centered>yes</centered>
            <texture>#TV.View.thumb</texture>
            <keepaspectratio>yes</keepaspectratio>
        </control>

    It should be the width and height value.
     

    Users who are viewing this thread

    Top Bottom