2012-03-06, 03:34 AM
I took out the string in the Guide.xml file referencing the @number altogether. I then modified the name to be the same whether or not there is an icon. I then left justified the name and included the channel number in the name for each channel (my TV uses a "-" instead of a "." in the channel numbers. For example 2.3, 2.4, etc. I labeled 2-1, 2-2, etc. this also will allow naming of the logo files).
Lastly, I moved the icons over to the left.
This is what the code looks like:
<Element name="Channels" location="1.55,16.6" size="15.45,6.12" alpha="255" clearBeforeRender="true">
<Rect location="0.2,0" size="99.6,100" fillColor="Channels" />
<Text text="@name" visible="!@hasChannelIcon" location="26,0" size="72,100" font="DefaultMinimum" align="Left" valign="Center" />
<Text text="@name" visible="@hasChannelIcon" location="26,0" size="72,100" font="DefaultMinimum" align="Left" valign="Center" />
<Image source="@icon" location="0,2" size="26,96" fixedAspectRatio="true" />
</Element>
Here's a screenshot:
[ATTACHMENT NOT FOUND]
Lastly, I moved the icons over to the left.
This is what the code looks like:
<Element name="Channels" location="1.55,16.6" size="15.45,6.12" alpha="255" clearBeforeRender="true">
<Rect location="0.2,0" size="99.6,100" fillColor="Channels" />
<Text text="@name" visible="!@hasChannelIcon" location="26,0" size="72,100" font="DefaultMinimum" align="Left" valign="Center" />
<Text text="@name" visible="@hasChannelIcon" location="26,0" size="72,100" font="DefaultMinimum" align="Left" valign="Center" />
<Image source="@icon" location="0,2" size="26,96" fixedAspectRatio="true" />
</Element>
Here's a screenshot:
[ATTACHMENT NOT FOUND]
[SIZE="2"]P4 2.6, 1gb ram, XP sp3, HVR-1600, NPVR 2.3.6, Weather, TV Listings, TV Recordings[/SIZE]