Jump to content


SouthEastSat

Member Since 16 Jan 2017
Offline Last Active 17 Jan 2017 12:34
-----

Topics I've Started

IPTV EPG Import

16 January 2017 - 23:07

Hi guys first timer here and forgive me if I get things wrong.

 

I have dived into the IPTV on the Enigma2 (zgemma) have been using it for Sky & Virgin.

 

My question is the IPTV supplier I am with generates the EPG with WebGrab+Plus as it works for android & smartTV's but not for the zgemma as you know it don't work the same way as it needs unique identifiers for the banquets and the channels. So I have split the original M3U file into banquets (Movies, Sports, Music, Docs, etc.....) and I have given each banquet a unique reference and then put these into the channels a gave the channels unique reference's.

 

 

Below is a snip of the XML file with a channel and EPG:

 

<?xml version="1.0" encoding="UTF-8"?>
<tv generator-info-name="WebGrab+Plus/w MDB &amp; REX Postprocess -- version  V1.57 -- Jan van Straaten" generator-info-url="http://www.webgrabplus.com">
 
  <channel id="BBC NEWS HD">
    <display-name lang="en">VIP : BBC NEWS HD</display-name>
  </channel>
<programme start="20170115203000 +0000" stop="20170115210000 +0000" channel="BBC NEWS HD">
    <title lang="en">The Travel Show</title>
    <desc lang="en">Join the team on their journey of discovery as they explore new destinations around the globe and uncover hidden sides to some of the world's favourite holiday hotspots. [HD] [S(n)</desc>
    <category lang="en">Entertainment</category>
    <category lang="en">Travel</category>
  </programme>
  <programme start="20170115210000 +0000" stop="20170115213000 +0000" channel="BBC NEWS HD">
    <title lang="en">World News Today</title>
    <desc lang="en">The news programme for audiences who want more depth to their daily coverage. With a focus on Europe, Middle East and Africa. [HD] [S(n)</desc>
    <category lang="en">News &amp; Documentaries</category>
    <category lang="en">News</category>
  </programme>
  <programme start="20170115213000 +0000" stop="20170115220000 +0000" channel="BBC NEWS HD">
    <title lang="en">Our World</title>
    <desc lang="en">The Horrors of the Red House: Filipina women who were raped by Japanese soldiers during WWII tell their stories. Those still alive are fighting for an apology from the government. [HD] [S(n)</desc>
    <category lang="en">News &amp; Documentaries</category>
    <category lang="en">News</category>
  </programme>
  <programme start="20170115220000 +0000" stop="20170115223000 +0000" channel="BBC NEWS HD">
    <title lang="en">BBC News</title>
    <desc lang="en">Twenty-four hours a day, the latest national and international stories as they break. [HD] [S(n)</desc>
    <category lang="en">News &amp; Documentaries</category>
    <category lang="en">News</category>
  </programme>

 

My questions are:

 

1. Is there a way I can use the above EPG data without editing it anyway as I would like to setup epgimporter schedule to grab this everyday.

2. If unable to then is there a service already that I can use already?

3. Is there any software that is easier to generate the channels & banquet's easier with unique identifiers as I am manually doing this and 700+ channels is a pain.

 

Thank you guys