Jump to content


Photo

Problem epg Eurosport


  • Please log in to reply
7 replies to this topic

#1 hispanico

  • Senior Member
  • 93 posts

+2
Neutral

Posted 5 December 2019 - 22:19

I my channels epg of eurosport are not show and i verify that in channels there is:

 

4097:0:1:E094:96:F5A4:0:0:0:0 Eurosport1.it
4097:0:1:BBDD:9837:6E37:0:0:0:0 Eurosport2.it
 
while after edit these in
 
4097:1:0:19:F4F:2198:FBFF:820000:0:0:0 Eurosport1.it
4097:1:0:19:1036:206C:FBFF:820000:0:0:0 Eurosport2.it
 
the epg appear correctly.
 
I try to build a file eurosport.xml with these lines
<?xml version="1.0" encoding="utf-8"?>
<channels>
  <channel id="Eurosport1.it">1:0:19:F4F:2198:FBFF:820000:0:0:0:http%3a//echannelizer.com</channel> <!-- Eurosport 1 HD -->
  <channel id="Eurosport2.it">1:0:19:1036:206C:FBFF:820000:0:0:0:http%3a//echannelizer.com</channel> <!-- Eurosport 2 HD -->
 </channels>
and copy in \root\etc\epgimport, but is not show in filter of plugin epg-importer
 
Can you help me to solve it ?
Thank
Hispa


Re: Problem epg Eurosport #2 doglover

  • Rytec EPG Team
  • 16,974 posts

+635
Excellent

Posted 6 December 2019 - 07:11

The links in the channels file for these are:

<!-- IT Base --><!--13.0E --><channelid="Eurosport1.it">1:0:19:F4F:2198:FBFF:820000:0:0:0:</channel><!-- EurosportHD -->
<!-- IT Base --><!-- 13.0E --><channelid="Eurosport2.it">1:0:19:1036:206C:FBFF:820000:0:0:0:</channel><!-- Eurosport2HD -->

It looks like you want the EPG for IPTV.

 

So make sure that the entries for these channels in your bouquet have the correct service ref:

#SERVICE 4097:0:19:F4F:2198:FBFF:820000:0:0:0:http%3aYourURL:Eurosport 1
#SERVICE 4097:0:19:1036:206C:FBFF:820000:0:0:0:http%3aYourURL:Eurosport 2

You will have EPG then, provided both channels are present in lamedb. Which should be the case if you have access to Hotbird 13E.

 

If not, then you have to create a forced import for epgimport by defining them in custom.channels.xml

(if it does not exist create it)

This file will be automatically used then.

 

Add both the lines from above:

<channel id="Eurosport1.it">1:0:19:F4F:2198:FBFF:820000:0:0:0:http%3a//echannelizer.com</channel> <!-- Eurosport 1 HD -->
<channel id="Eurosport2.it">1:0:19:1036:206C:FBFF:820000:0:0:0:http%3a//echannelizer.com</channel> <!-- Eurosport 2 HD -->

(Create header and channel tags if not already present. - Just like your eurosport.xml file)

 

Willy


Edited by doglover, 6 December 2019 - 07:11.

~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: Problem epg Eurosport #3 hispanico

  • Senior Member
  • 93 posts

+2
Neutral

Posted 6 December 2019 - 15:59

Thank a lot doglover

Yes the EPG is for iptv channels, so if i understand well i must have in \root\etc\epgimport 2 files:

eurosport.sources.xml with inside

<?xml version="1.0" encoding="utf-8"?>
<sources>
<sourcecat sourcecatname="IPTV eurosport">
<source type="gen_xmltv" nocheck="1" channels="/etc/epgimport/eurposport.xml">
<description>eurosport</description>
<url><![CDATA[http://link.net:xx/xmltv.php?username=user&password=xxxxxxxxx]]></url>
</source>
</sourcecat>
</sources>
eurosport.xml with inside
<?xml version="1.0" encoding="utf-8"?>
<channels>
  <channel id="Eurosport1.it">1:0:19:F4F:2198:FBFF:820000:0:0:0:http%3a//echannelizer.com</channel> <!-- Eurosport 1 HD -->
  <channel id="Eurosport2.it">1:0:19:1036:206C:FBFF:820000:0:0:0:http%3a//echannelizer.com</channel> <!-- Eurosport 2 HD -->
 </channels>

So in this way when i go in EPG-Importer i select eurosport, run update and this update reference and epg

It's correct ?

 

Thank

Hispa


Edited by hispanico, 6 December 2019 - 16:04.


Re: Problem epg Eurosport #4 doglover

  • Rytec EPG Team
  • 16,974 posts

+635
Excellent

Posted 7 December 2019 - 07:47

That is the correct method.  However I am not sure about this:

<url><![CDATA[http://link.net:xx/x...xxxxxx]]></url>

 

This should contain the URL where to get the EPG data.  This URL you provide could work, but it is up to you to provide the correct one.

 

However,  There is a easier method to provide EPG:

 

1. Copy the attached file to /etc/epgimport/

2. In the Rytec sources, select Italia - Basis (xz)

3. Import

 

Willy

 

PS: This works in the latest version of epgimport (version installed later than 1 July 2019)

 

Attached Files


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: Problem epg Eurosport #5 hispanico

  • Senior Member
  • 93 posts

+2
Neutral

Posted 7 December 2019 - 11:15

That is the correct method.  However I am not sure about this:

<url><![CDATA[http://link.net:xx/x...xxxxxx]]></url>

 

This should contain the URL where to get the EPG data.  This URL you provide could work, but it is up to you to provide the correct one.

 

However,  There is a easier method to provide EPG:

 

1. Copy the attached file to /etc/epgimport/

2. In the Rytec sources, select Italia - Basis (xz)

3. Import

 

Willy

 

PS: This works in the latest version of epgimport (version installed later than 1 July 2019)

Thank i cannot download the file...pls

 

Hispa



Re: Problem epg Eurosport #6 doglover

  • Rytec EPG Team
  • 16,974 posts

+635
Excellent

Posted 7 December 2019 - 13:30

<?xml version="1.0" encoding="utf-8"?>
<channels>
  <channel id="Eurosport1.it">1:0:19:F4F:2198:FBFF:820000:0:0:0:http%3a//echannelizer.com</channel> <!-- Eurosport 1 HD -->
  <channel id="Eurosport2.it">1:0:19:1036:206C:FBFF:820000:0:0:0:http%3a//echannelizer.com</channel> <!-- Eurosport 2 HD -->
<channel id="PREMIERE.ut.cx">4097:0:1:4002:4002:1:0:0:0:0:http%3a//hls.clubplus.eu/ch01/index.m3u8</channel> <!--Premiere-->
<channel id="CINECLASSICS.ut.cx">4097:0:1:4004:4004:1:0:0:0:0:http%3a//hls.clubplus.eu/ch02/index.m3u8</channel> <!--Ciné Classics-->
<channel id="RIRE.ut.cx">4097:0:1:4006:4006:1:0:0:0:0:http%3a//hls.clubplus.eu/ch04/index.m3u8</channel> <!--Rire-->
<channel id="CLUB5.ut.cx">4097:0:1:4008:4008:1:0:0:0:0:http%3a//hls.clubplus.eu/ch05/index.m3u8</channel> <!--Club 5-->
<channel id="GLOUBI.ut.cx">4097:0:1:4010:4010:1:0:0:0:0:http%3a//hls.clubplus.eu/ch06/index.m3u8</channel> <!--Gloubi-->
<channel id="MUSICBOX.ut.cx">4097:0:1:4012:4012:1:0:0:0:0:http%3a//hls.clubplus.eu/ch09/index.m3u8</channel> <!--MusicBox-->
</channels>

 


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: Problem epg Eurosport #7 hispanico

  • Senior Member
  • 93 posts

+2
Neutral

Posted 7 December 2019 - 13:53

Ok doglover thank i download your file and 2 notes to understand well:

 

- already in my epg-import i have selected Italia - Basis (xz)

- in which way selecting this in the epg-importer, thiis know to use the file custom.channels.xml  ?

 

Thank and good day

Hispa



Re: Problem epg Eurosport #8 doglover

  • Rytec EPG Team
  • 16,974 posts

+635
Excellent

Posted 7 December 2019 - 14:15

if the file custom.channels.xml is present in the /etc/epgimport/ folder it is used automatically, in addition to the channels file you define in the sources file.

No selection is needed.


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users