Information from the EPG
#1
Please help tell me what needs to be changed in the file - MyPVRChannels.xml so that the color shows the status of the current broadcast IPTV

Image
Reply
#2
Here's an example of what needs to be done in View_LiveTVChannels.xml

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
Reply
#3
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

Image

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>
Reply
#4
Thanks for posting this. I will consider adding it to future updates to the skin.
Bitcoin donations: 1Hvo9rWzhAVbuPrshgaGZaD7qcLFTCPuiv
[Skin] Pellucid
[Skin] Maximinimalism
Reply

Logout Mark Read Team Forum Stats Members Help
Information from the EPG0