This should import. However:
<programme start="20170206120000 -0500" stop="20170206130000 -0500" channel="A&E">
<title lang="en">Dog the Bounty Hunter</title>
<sub-title lang="en">Bounty Baby</sub-title>
<desc lang="en">The cops ask Dog for help tracking down a renegade teen with a history of running hard, and Lyssa, eight months pregnant, joins the hunt</desc>
<credits>
<actor>Duane 'Dog' Chapman</actor>
<actor>Beth Chapman</actor>
<actor>Leland Chapman</actor>
</credits>
<category lang="en">Reality TV</category>
<rating system="US">
<value>TVPG</value>
</rating>
</programme>
Only the Title, Subtitle and desc tags will be imported. The rest is ignored in Enigma2.
Therefore I incorporated these tags into the desc tag. Like here:
<programme start="20170204173500 +0100" stop="20170204191000 +0100" channel="ClubRTL.be">
<title lang="fr">Miracle en Alaska</title>
<sub-title lang="fr">[Film] . (Big Miracle.) (Durée : 95 mn.) (2012)</sub-title>
<desc lang="fr">Un journaliste et une militante de Greenpeace mobilisent l'opinion publique et la classe politique pour sauver trois baleines piégées par la banquise en Alaska.
En octobre 1988, au nord de l'Alaska, à Barrow, trois baleines grises sont piégées par la banquise. Les cétacés peuvent à peine respirer. Ils risquent la noyade. Adam Carlson, un journaliste, réalise un sujet pour la télévision pour alerter l'opinion publique sur le sort de ces baleines condamnées. Rachel Kramer, son ancienne petite amie, volontaire et militante pour l'organisation Greenpeace, décide de le rejoindre afin de sauver les mammifères marins. Déterminée, elle tente de mobiliser les gouvernements américain et soviétique pour obtenir plusieurs hélicoptères et un brise-glace. Les médias s'emparent de cette affaire...
John Chase (Roy), Ahmaogak Sweeney (Nathan), John Pingayak (Malik), Dermot Mulroney, Ted Danson, Kristen Bell, John Krasinski, Drew Barrymore.:</desc>
</programme>
But this is not the reason it does not import. Because basically the structure is correct.
You also need a channels file. This is the file which contains the links between the channels listed in the XMLTV file and the service refs of the channels.
I am missing this in your post. The channels file will look like this:
<?xml version="1.0" encoding="utf-8"?>
<!-- service references can be found in /etc/enigma2/lamedb -->
<channels>
<channel id="TVL.be">1:0:1:1:0:32:0:0:0:0:http%3a//urtmpkal-f.akamaihd.net/i/1ef9833b4_1@128347/index_1_av-p.m3u8</channel> <!-- TVL ++IPTV++ -->
<channel id="ATV.be">1:0:1:2:0:32:0:0:0:0:http%3a//urtmpkal-f.akamaihd.net/i/1ut1nl3fq_1@316656/index_1_av-p.m3u8</channel> <!-- ATV ++IPTV++ -->
<channel id="TVoost.be">1:0:1:3:0:32:0:0:0:0:http%3a//urtmpkal-f.akamaihd.net/i/1uaalhcyz_1@309863/index_1_av-p.m3u8</channel> <!-- TV Oost ++IPTV++ -->
<channel id="DobbitTV.be">1:0:1:10:0:32:0:0:0:0:http%3a//193.110.252.20%3a1935/live/dobbittv.stream/playlist.m3u8</channel> <!-- Dobbit TV ++IPTV++ -->
<channel id="AntenneCentre.be">1:0:1:1:1:32:0:0:0:0:http%3a//vm109.imust.org%3a1935/live/livestream/playlist.m3u8</channel> <!-- Antenne Centre ++IPTV++ -->
<channel id="TeleMonsBorinage.be">1:0:1:2:1:32:0:0:0:0:http%3a//vm109.imust.org%3a1935/live/telemb-live/playlist.m3u8</channel> <!-- Tele MB ++IPTV++ -->
</channels>
Which will provide EPG for these channels in the bouquet. (these actual working IPTV channels - but can be regio locked)
#SERVICE 4097:0:1:2:0:32:0:0:0:0:http%3a//urtmpkal-f.akamaihd.net/i/1ut1nl3fq_1@316656/index_1_av-p.m3u8:atv
#DESCRIPTION atv
#SERVICE 4097:0:1:1:0:32:0:0:0:0:http%3a//urtmpkal-f.akamaihd.net/i/1ef9833b4_1@128347/master.m3u8:TV Limburg
#DESCRIPTION TV Limburg
#SERVICE 4097:0:1:3:0:32:0:0:0:0:http%3a//urtmpkal-f.akamaihd.net/i/156m2vpg5_1@322941/index_1_av-p.m3u8:TV Oost
#DESCRIPTION TV Oost
#SERVICE 4097:0:1:1:1:32:0:0:0:0:http%3a//vm109.imust.org%3a1935/live/livestream/playlist.m3u8:Antenne Centre
#DESCRIPTION Antenne Centre
#SERVICE 4097:0:1:2:1:32:0:0:0:0:http%3a//streaming.imust.eu%3a1935/live/telemb-live/playlist.m3u8:Télé MB
#DESCRIPTION Télé MB
#SERVICE 4097:0:1:10:0:32:0:0:0:0:rtmp%3a//193.110.252.20%3a1935/live/dobbittv.stream:Dobbit TV
#DESCRIPTION Dobbit TV
So can you send me your list pls. (you can remove or replace the URL's with some dummy values)
Willy
Edited by doglover, 7 February 2017 - 10:24.