2019-09-17, 12:26
2019-09-17, 22:57
Here's an example of what needs to be done in View_LiveTVChannels.xml
Do this for the label in both the itemlayout and focusedlayout sections of the list. hth
PHP Code:
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>288</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Label]</label>
<selectedcolor>red</selectedcolor> <!-- added to highlight active channel -->
</control>
Do this for the label in both the itemlayout and focusedlayout sections of the list. hth
2019-09-18, 14:18
nonJon thanks you.
This is not exactly what I wanted. But you sent me to the desired file and I did what I wanted.
That's what happened
This is not exactly what I wanted. But you sent me to the desired file and I did what I wanted.
That's what happened
Code:
<control type="image">
<posx>520</posx>
<posy>57</posy>
<width>7-col-gutter</width>
<height>12</height>
<texture colordiffuse="1600FFFF">colors/white.png</texture>
</control>
<control type="progress">
<posx>520</posx>
<posy>55</posy>
<width>7-col-gutter</width>
<height>1</height>
<midtexture border="6">colors/white.png</midtexture>
<colordiffuse>6800EF00</colordiffuse>
<visible>ListItem.HasEpg</visible>
<info>ListItem.Progress</info>
</control>
2019-10-09, 23:14
Thanks for posting this. I will consider adding it to future updates to the skin.