Hey guys, thanks for the replies
I'm not too sure where to go from here. Jeditrav, thanks for posting that little mod there. I may end up using those xmls. Originally I wanted to get a larger image inside that box. If I were to just take it away, it may look cleaner.
<width>170</width>
<height>170</height>
^Is that the dimensions of that box for the channel logo? Perhaps I can make my own template for channel logos in photoshop to make my own logos based off those dimensions.
If not, if I were to remove that box, could I just use larger image sizes for channel logos? Sorry if my wording is a bit off of what I am trying to describe.
Heya,
Within the TVOSD.xml and tvZAPOSD.xml files there is a 'TV Logo' control -
<control>
<description>TV Logo</description>
<type>image</type>
<id>1</id>
<posX>16</posX>
<posY>450</posY>
<width>150</width>
<height>150</height>
<texture>#TV.View.thumb</texture>
<keepaspectratio>yes</keepaspectratio>
<centered>yes</centered>
</control>
<description>TV Logo</description>
<type>image</type>
<id>1</id>
<posX>16</posX>
<posY>450</posY>
<width>150</width>
<height>150</height>
<texture>#TV.View.thumb</texture>
<keepaspectratio>yes</keepaspectratio>
<centered>yes</centered>
</control>
Channel logos are set to 150x150 to fit within the 170x170 'box' - if you use bigger logos, they may be constrained to 150x150; if so, you could try removing/modifying the width & height lines - you might also need to reposition the bigger logo (posX & posY).
Hope that helps!