Yes, nothing being downloaded, EPG is missing from: http://clientportal.link:8080/xmltv.php because nothing is there.
Example from other provider contains 2 xml files inside /etc/epgimport
1. channels.xml = Lists channels service reference, sample below:
<!-- IPTVRapid -->
<channel id="Channel 4 HD UK:">1:0:1:84d9:391f:cb3e:0:0:0:0:http%3a//example.m3u8</channel> <!-- Channel 4 HD UK: -->
so:
Buquet name on Enigma: IPTVRapid
channel id= Channel name inside that Buquet
1:0:1xxx service reference of that channel
2. source.xml file: File that directs the EPG where to downloas the EPG for those channels:'
sample:
<sources>
<source type="gen_xmltv" channels="/etc/epgimport/rapid.channels.xml">
<description>RapidEPG</description>
<url>http://provider.xxx/xmltv.php?username=xxxxxxx&password=xxxxxxxx</url>
</source>
</sources>
Not a rocket science, but I guess priority is crappy chinese Boxes and Kodi people buy and not proper Enigma box made for TV!!!
Example from other provider contains 2 xml files inside /etc/epgimport
1. channels.xml = Lists channels service reference, sample below:
<!-- IPTVRapid -->
<channel id="Channel 4 HD UK:">1:0:1:84d9:391f:cb3e:0:0:0:0:http%3a//example.m3u8</channel> <!-- Channel 4 HD UK: -->
so:
Buquet name on Enigma: IPTVRapid
channel id= Channel name inside that Buquet
1:0:1xxx service reference of that channel
2. source.xml file: File that directs the EPG where to downloas the EPG for those channels:'
sample:
<sources>
<source type="gen_xmltv" channels="/etc/epgimport/rapid.channels.xml">
<description>RapidEPG</description>
<url>http://provider.xxx/xmltv.php?username=xxxxxxx&password=xxxxxxxx</url>
</source>
</sources>
Not a rocket science, but I guess priority is crappy chinese Boxes and Kodi people buy and not proper Enigma box made for TV!!!