I know my way around xml-files. Have been responsible for skinmaking on Peter Pan image.
I see in the file it contains info for both 0.8W (Canal Digital) and 4.8E (Viasat). I only have 0.8W
But many channels on 0.8 and 4.8 are the same.
I see some channels that do not exist anymore.
Example:
<channel id="TV2Humor.no">
<display-name lang="nb">TV2 Humor</display-name>
<url>http://www.altibox.no</url>
</channel>
If I do like this:
# <channel id="TV2Humor.no">
<display-name lang="nb">TV2 Humor</display-name>
<url>http://www.altibox.no</url>
</channel>
I figure you will understand it is to be removed.
If I find that EPG is better from another source.
<channel id="NRK1.no">
<display-name lang="nb">NRK1</display-name>
<url>http://www.altibox.no</url>
</channel>
<channel id="NRK1.no">
<display-name lang="nb">NRK1</display-name>
I could do like this.
# <url>http://www.altibox.no</url>
<url>http://www.vg.no</url>
</channel>
Does this seem OK?
I see there are also some Icelandic channels in this list
Of this I know nothing, so I will leave it as is.
Another thing.
I figure you are using OpenPLI.
In Peter Pan I have a issue with extended description in InfoBar and recorded shows.
Extended description for now and next is allways overwritten with transponder EPG in InfoBar. Also recorded shows is allways showing extended description from transponder.
If I am in ChannelSelction I will see EPG from EPG Importer.
Is this the same in OpenPLI?
Could be I am using wrong widgets, renderers and converters. But it seems to me they are the same as in ChannelSelection. So it could be a programming issue.
Edited by oddvarr, 21 July 2020 - 10:05.