Thanks, I'm using suls script on enigma2.
Enigma2 and some other devices doesnt seem to like http
s. If yoy just
remove the s from the link it works.
On enigma boxes you NEED to use the
gz link for it to work.
I had some issues with suls script (the url that it makes in /etc/epgimport/suls...sources.xml) doesnt seem to be stable with rapids epg.
Sometimes it works but if ONE tag is missing(seems to be often) in the majorepgfile.xml it seems to not read anything.
I created a new file called myownepg.sources.xml that look like this and then checked that source under plugins/epgimport/sources:
<sources>
<sourcecat sourcecatname="myownepg">
<source type="gen_xmltv" nocheck="1" channels="/etc/epgimport/suls_iptv_iptv_channels.xml">
<description>IPTV - Basic</description>
<url>
http://theGZlinkFromYourDashcoard.xml.gz</url>
</source>
</sourcecat>
</sources>