• Welcome to IPTV Community! You need login/register in-order to access forum without restriction.

All epg xml files are wrong

Tjabo

New Member
Feb 25, 2019
6
1
3
All xml-files have same entry in "sub-title" element, "Der Rosaflamingo"

Wrong section:
<sub-title lang="xx">Der Rosaflamingo</sub-title>

Should follow this standard:
<sub-title lang="{Language Code}"> {Episode/Movie Title} </sub-title>


<programme start="20190223174500 +0000" stop="20190223184500 +0000" channel="ViasatMotor.se">
<title lang="sv">Motorsport</title>
<sub-title lang="sv">Der Rosaflamingo</sub-title><desc lang="sv">Italien 1999. MotoGP-klassiker. Kördes på Mugello Circuit, Tuscana, Italien. (6/6 1999). 20/2</desc></programme>
<programme start="20190223184500 +0000" stop="20190223220000 +0000" channel="ViasatMotor.se">
<title lang="sv">Motorsport</title>
<sub-title lang="sv">Der Rosaflamingo</sub-title><desc lang="sv">Speedway GP. Från Krsko, Slovenien. Speedway GP Från Krsko, Slovenien. (8/9-18). 22/2</desc></programme>
<programme start="20190223220000 +0000" stop="20190223230000 +0000" channel="ViasatMotor.se">
<title lang="sv">Formel 1 highlights</title>
<sub-title lang="sv">Der Rosaflamingo</sub-title><desc lang="sv">Belgiens GP. Höjdpunkter från Belgiens GP 2018. 22/2. Del 13</desc></programme>
<programme start="20190223230000 +0000" stop="20190224000000 +0000" channel="ViasatMotor.se">
<title lang="sv">Formel 1: Season review 2001</title>
<sub-title lang="sv">Der Rosaflamingo</sub-title><desc lang="sv">Höjdpunkter från säsongen 2001. 21/2</desc></programme>
 
  • Like
Reactions: Jems

Jems

Verified & Trusted reseller
Reseller
Dec 31, 2018
51
15
8
Reseller ID
BilalBekim
@Nonid do you have more info about this problem?
 

UnripTV

Member
Nov 2, 2018
208
113
43
Reseller ID
UnripTV
Any update about this issue yet, Customers on mag portal still asking about the quadrouple EPG.
 

Tjabo

New Member
Feb 25, 2019
6
1
3
Is it possible to remove "Der Rosaflamingo" entry i epg xml-files? It is very annoying to have it on all programs and all channels
 

atrix

New Member
Oct 9, 2018
10
3
3
You can only remove Der Rosaflamingo if you have another system, like TVHeadend system where you download the EPG and manuell remove it in any text editor of your chosing..
 

Tjabo

New Member
Feb 25, 2019
6
1
3
How do you mean? I download EPG every day. Not possible to edit these files manually.
Why is the "Der Rosaflamingo" entry in these XML-files at all? Why can´t the producer of these files just remove that entry?
 

atrix

New Member
Oct 9, 2018
10
3
3
I mean you manually download them to a computer and then remove the "Der Rosaflamingo" and then you put them on a shared folder that the box you use can access, then you just point to where the EPG file is, like: \\your_shared_folder\the_new_epg_without_Der_Rosaflamingo.xml.

I do this via python script:
1) Download some of the EPG I need from here
2) Remove "Der Rosaflamingo"
3) Upload them to a shared folder on my server
4) My Tvheadend server downloads the EPG files one time every 24 hours.
 

atrix

New Member
Oct 9, 2018
10
3
3
Your second question why the person leaves "Der Rosaflamingo", that is just that persons tag, to show that I am the one who did it.
 

Tjabo

New Member
Feb 25, 2019
6
1
3
I have an enigma2 box. I use EPG-importer plugin. Unfortunately it is not possible to use file:/// in URL.
Installed a small web server to solve that problem. It was easy to remove "Der Rosaflamingo" with sed.
Thanks for your help!