Hi all
I have problems with IPTV automatic network. I have an IPVT list like this:
#EXTM3U
#EXTINF:-1 tvg-id="AAAA",AAAA
http://XXXX/XXXX/YYYYYY
#EXTINF:-1 tvg-id="BBB",BBB
http://XXXX/XXXX/YYYYYY
#EXTINF:-1 tvg-id="CCCC",CCCC
http://XXXX/XXXX/ZZZZZZZ
Take note lines 3 and 5 are the same
When I create the IPTV network tvheadend tells me "iptv: m3u parse: 2 new mux(es) in network 'blabla' (total 3)"
Tvheadend only adds 2 channels and not 3. How can I make it add all the channels even if there are http that are the same?
Thanks