Open ilikenwf opened 2 years ago
After testing it appears this happens any time I alter ANY settigs with the mapping editor...be it a channel number, or just enabling/disabling in bulk.
See "Filters" and "Mapping" in the Docs.
I modified the hashing fuction in xepg.go to also take the m3u filename into account, and this fixes the issue as it does appear the iptv-org at least avoids duplicate channel names.
If one imports a list such as the IPTV-Org list: https://raw.githubusercontent.com/iptv-org/iptv/master/streams/us.m3u
We see that multiple cases of alternate streams existing for a given channel, using the same tvg-id because it is the same channel, just from alternative sources.
The problem with this is that xTeve is only using one stream URL and reuses it for every subsequent appearance of that tvg-id for the list in question.
In the example above, xTeve's m3u output resolves both "Reelz Channel" and "Reelz (720p) to the "https://a.jsrdn.com/broadcast/d37066a396/+0000/c.m3u8" URL instead of each to their respective URLs.