Jump to content


Photo

IPTV epg import


  • Please log in to reply
34 replies to this topic

Re: IPTV epg import #21 sonicdacrack

  • Member
  • 12 posts

0
Neutral

Posted 9 February 2017 - 11:41

Well its not working sadly no madder what i do :-(



Re: IPTV epg import #22 doglover

  • Rytec EPG Team
  • 17,008 posts

+638
Excellent

Posted 9 February 2017 - 11:54

At the moment I do not see the error.

Realize that EPG for IPTV channels is contructed via the holes in enigma and EPGimport.  It is not straightforward.

 

The only thing I can do is try it here on my own receiver.  So if you could provide me (via PM) with an actual working bouquet entry, and your actual channels.xml, sources.xml and XMLTV file I can try to make it work on one of my own receivers.

You have to trust me on that one.

 

Willy


~~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: IPTV epg import #23 sonicdacrack

  • Member
  • 12 posts

0
Neutral

Posted 10 February 2017 - 08:20

Something what crossed my mind is...

I receive 28.2 uk channels... due to the location i live in BBC will loose reception for most part of the day...

During the days between 8 and 11 i can receive bits of BBC in order to make a channelscan.

 

NOW, since there is no real satellite connection to the programm and EPG is beeing updated through rytec.

 

We should be able to load a dummy channel list into the bouquet and have these updated as usaual via epgimport or whatever and link them via e-channelizer to the iptv channel...



Re: IPTV epg import #24 Nebo85

  • Member
  • 5 posts

0
Neutral

Posted 26 February 2017 - 10:16

Hello!
I want to use a different source for epg then rytec. It is this one: epg.serbianforum.org/epg.xml.gz

In Kodi it is working, but with the EPGImport Plugin it is not. But if I open this EPG File with "Prog Guide" (this is a Software from ProgDVB) and do an Export to xml, and then compress it to gz and put it to my HDD, then the EPGImport is working. This is my sources.xml File:

<?xml version="1.0" encoding="ISO-8859-3"?>
<sources>

<channel name="ExYU">
    <url>/media/hdd/epg/rytec.channels.xml</url>
 
</channel>

<source type="gen_xmltv" channels="ExYU">
    <description>SerbianforumEPG</description>
    <url>http://epg.serbianfo...pg.xml.gz</url>
    <!-- <url>/media/hdd/epg/TVGuid.xml.gz</url> -->
    
</source>

</sources>



Re: IPTV epg import #25 doglover

  • Rytec EPG Team
  • 17,008 posts

+638
Excellent

Posted 26 February 2017 - 10:57

Downloaded the file form your example and found out why it does not work directly.

The file is a gzipped tar file.

 

The epg.xml file is first put into a tar ball.  This tar ball is gzipped.

The EPGimport routine does not handle this sort of files.  The epg.xml should be gzipped whithout first creating a tarball.

 

You sources file should work just fine. The problem is the xml file, as I described above.

 

You can automate the process of retreiving the file from the above mentioned website, by using a sh script and setting cron job on your enigma machine.

 

The sh script could look something like this:

wget epg.serbianforum.org/epg.xml.gz -O /media/hdd/epg/epg.xml.gz 
gunzip /media/hdd/epg/epg.xml.gz

You get then a epg.xml file on your hdd.  This file can be used in the epgimport plug-in

No need to rezip it.

 

Your sources file would look like this then:

<?xml version="1.0" encoding="ISO-8859-3"?>
<sources>
<channel name="ExYU">
    <url>/media/hdd/epg/rytec.channels.xml</url>

</channel><source type="gen_xmltv" channels="ExYU">
    <description>SerbianforumEPG</description>
    <url>/media/hdd/epg/epg.xml</url>
   
</source></sources>

Willy


Edited by doglover, 26 February 2017 - 10:59.

~~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: IPTV epg import #26 Nebo85

  • Member
  • 5 posts

0
Neutral

Posted 3 March 2017 - 19:58

Downloaded the file form your example and found out why it does not work directly.

The file is a gzipped tar file.

 

The epg.xml file is first put into a tar ball.  This tar ball is gzipped.

The EPGimport routine does not handle this sort of files.  The epg.xml should be gzipped whithout first creating a tarball.

 

You sources file should work just fine. The problem is the xml file, as I described above.

 

You can automate the process of retreiving the file from the above mentioned website, by using a sh script and setting cron job on your enigma machine.

 

The sh script could look something like this:

wget epg.serbianforum.org/epg.xml.gz -O /media/hdd/epg/epg.xml.gz 
gunzip /media/hdd/epg/epg.xml.gz

You get then a epg.xml file on your hdd.  This file can be used in the epgimport plug-in

No need to rezip it.

 

Your sources file would look like this then:

<?xml version="1.0" encoding="ISO-8859-3"?>
<sources>
<channel name="ExYU">
    <url>/media/hdd/epg/rytec.channels.xml</url>

</channel><source type="gen_xmltv" channels="ExYU">
    <description>SerbianforumEPG</description>
    <url>/media/hdd/epg/epg.xml</url>
   
</source></sources>

Willy

Hello Willy!

Thank you very much. I found out, that there is another Link from the same source to an unpacked xml file (http://epg.serbianforum.org/epg.xml), so i do not need the script anymore.

But now I have another problem:
There are some channels without epg. I uninstalled the xmltv import plugin, and installed it again. After that, a few more channels got epg, but still not all of them.

I checked the Service Reference multiple times in the userboquet and the rytec.channels.xml. A also looked if the mapping of the channels between the rytec.channels.xml and the epg.xml file is correct.

I did not find any mistake.

Here is an example for one the channels not working:
 

<?xml version="1.0" encoding="utf-8"?>
<!-- service references can be found in /etc/enigma2/lamedb -->
<channels>

 

<channel id="ORF1">1:0:19:132F:3EF:1:C00000:0:0:0:</channel>
<channel id="ORF2">1:0:19:1330:3EF:1:C00000:0:0:0</channel>

</channels>

 

 

and here the epg.xml file of my new source:

 

 <channel id="ORF1">
    <display-name lang="de">ORF 1 - ORF 1</display-name>
    <url>http://www.nextgen-i...-iptv.com</url>
  </channel>
  <channel id="ORF2">
    <display-name lang="de">ORF 2 - ORF 2</display-name>
    <url>http://www.nextgen-i...-iptv.com</url>
  </channel>

 

I hope you have one more good idea
:)



Re: IPTV epg import #27 Nebo85

  • Member
  • 5 posts

0
Neutral

Posted 3 March 2017 - 20:08

 

Downloaded the file form your example and found out why it does not work directly.

The file is a gzipped tar file.

 

The epg.xml file is first put into a tar ball.  This tar ball is gzipped.

The EPGimport routine does not handle this sort of files.  The epg.xml should be gzipped whithout first creating a tarball.

 

You sources file should work just fine. The problem is the xml file, as I described above.

 

You can automate the process of retreiving the file from the above mentioned website, by using a sh script and setting cron job on your enigma machine.

 

The sh script could look something like this:

wget epg.serbianforum.org/epg.xml.gz -O /media/hdd/epg/epg.xml.gz 
gunzip /media/hdd/epg/epg.xml.gz

You get then a epg.xml file on your hdd.  This file can be used in the epgimport plug-in

No need to rezip it.

 

Your sources file would look like this then:

<?xml version="1.0" encoding="ISO-8859-3"?>
<sources>
<channel name="ExYU">
    <url>/media/hdd/epg/rytec.channels.xml</url>

</channel><source type="gen_xmltv" channels="ExYU">
    <description>SerbianforumEPG</description>
    <url>/media/hdd/epg/epg.xml</url>
   
</source></sources>

Willy

Hello Willy!

Thank you very much. I found out, that there is another Link from the same source to an unpacked xml file (http://epg.serbianforum.org/epg.xml), so i do not need the script anymore.

But now I have another problem:
There are some channels without epg. I uninstalled the xmltv import plugin, and installed it again. After that, a few more channels got epg, but still not all of them.

I checked the Service Reference multiple times in the userboquet and the rytec.channels.xml. A also looked if the mapping of the channels between the rytec.channels.xml and the epg.xml file is correct.

I did not find any mistake.

Here is an example for one the channels not working:
 

<?xml version="1.0" encoding="utf-8"?>
<!-- service references can be found in /etc/enigma2/lamedb -->
<channels>

 

<channel id="ORF1">1:0:19:132F:3EF:1:C00000:0:0:0:</channel>
<channel id="ORF2">1:0:19:1330:3EF:1:C00000:0:0:0</channel>

</channels>

 

 

and here the epg.xml file of my new source:

 

 <channel id="ORF1">
    <display-name lang="de">ORF 1 - ORF 1</display-name>
    <url>http://www.nextgen-i...-iptv.com</url>
  </channel>
  <channel id="ORF2">
    <display-name lang="de">ORF 2 - ORF 2</display-name>
    <url>http://www.nextgen-i...-iptv.com</url>
  </channel>

 

I hope you have one more good idea
:)

 

sorry, wrong channels...

this is the one not working:
 

<channel id="RTLKockica">1:0:16:15:1:40:A000000:0:0:0:</channel>

 

and here is the entry from the epg.xml

<channel id="RTLKockica">
    <display-name lang="hr">RTL Kockica - RTL Kockica</display-name>
    <url>http://www.nextgen-i...-iptv.com</url>
  </channel>



Re: IPTV epg import #28 Nebo85

  • Member
  • 5 posts

0
Neutral

Posted 3 March 2017 - 20:37

ok, this one had 6 zero instead of 5....

but what about this channel:

<channel id="CinestarPremiere1">1:0:19:737:C5A8:16E:A00000:0:0:0:</channel>

 

 

<channel id="CinestarPremiere1">
    <display-name lang="hr">CineStar Premiere - CineStar Premiere</display-name>
    <url>http://www.nextgen-i...-iptv.com</url>
  </channel>



Re: IPTV epg import #29 doglover

  • Rytec EPG Team
  • 17,008 posts

+638
Excellent

Posted 4 March 2017 - 07:44

In the epg.xml file this channel is named:

<channel id="CineStar Premiere">
    <display-name lang="hr">CineStar Premiere</display-name>
    <url>http://www.serbianforum.org</url>
  </channel>

Willy


~~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: IPTV epg import #30 Nebo85

  • Member
  • 5 posts

0
Neutral

Posted 6 March 2017 - 19:31

In the epg.xml file this channel is named:

<channel id="CineStar Premiere">
    <display-name lang="hr">CineStar Premiere</display-name>
    <url>http://www.serbianforum.org</url>
  </channel>

Willy

 

Sorry, i forgot to say - this is my new source: http://epg.nextgen-iptv.com/epg.xml

 

<channel id="CinestarPremiere1">
    <display-name lang="hr">CineStar Premiere - CineStar Premiere</display-name>
    <url>http://www.nextgen-i...-iptv.com</url>
  </channel>

 

Today i got the epg for this channel to, without doing anything?
I also lost today the epg for ~10 other channels. After manual update, they appear again.
The question now is - why they get lost?



Re: IPTV epg import #31 doglover

  • Rytec EPG Team
  • 17,008 posts

+638
Excellent

Posted 7 March 2017 - 08:13

I do not have a clue why.

 

Willy


~~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: IPTV epg import #32 wile_e

  • Senior Member
  • 141 posts

0
Neutral

Posted 7 March 2017 - 13:33

Hi Willy,

 

for the IPTV channels that are listed here : https://forums.openp...ls-service-ref/, there was a source in the XMLTV import plugin for these. I have been noticing for some time that this source is not present anymore. Some of us try to rebuild this content by referring to the topics on this board. But I must admit it is not that easy and it remains time-consuming. Is it possible to include this source with the existing ones (Rytec Germany/Austria/Swiss, Rytec France, Rytec Israel, etc ...) ?

 

Thanks,

 

Ariane



Re: IPTV epg import #33 doglover

  • Rytec EPG Team
  • 17,008 posts

+638
Excellent

Posted 7 March 2017 - 13:47

This source is still present.  (called Rytec IPTV XMLTV )  And the links are still included in the channels file.

 

Willy


~~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: IPTV epg import #34 wile_e

  • Senior Member
  • 141 posts

0
Neutral

Posted 7 March 2017 - 13:57

I don't have this. After Rytec Hungary, it is Rytec Israel.

I will update the plugin to see if this solves the problem.



Re: IPTV epg import #35 thomas.mcnamara.

  • Member
  • 7 posts

0
Neutral

Posted 16 November 2017 - 23:34

Hi need so help with an error im getting on epg-importer can someone contact me please

Sent from my SM-G935F using Tapatalk


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users