kodi-pvr / pvr.iptvsimple

IPTV Simple client for Kodi PVR
GNU General Public License v2.0
759 stars 371 forks source link

M3U's "tvg-chno" tag is ignored #859

Closed xfarrow closed 1 month ago

xfarrow commented 2 months ago

I loaded a m3u playlist (specifically this one) but the tag "tvg-chno" is ignored, meaning that the number of the channel is only given by the order it is found in.

Here an example of what happens: iptvsimpleclient

"RTL 102.5", according to the playlist I provided, should be on channel 36, not 26. Thank you for your work.

Edit: The option "Only number by channel order in M3U" is disabled.

phunkyfish commented 2 months ago

Ok, so you need that option enabled. Do you have multiple PVR clients or just iptvsimple?

xfarrow commented 2 months ago

Hi, thank you so much for your quick reply. The option states "Ignore any tvg-chno tags [...]", so why should it be enabled? Am I missing anything? However, I tried to enable it but the result is identical. Seems like IPTVSIMPLE always orders channels by the order it is found in the file, at least in this case.

The problem happens both on Windows and on Android.

No, I do not have other PVR clients, nor other add-ons whatsoever (except the ones iptvsimple depends on).

phunkyfish commented 2 months ago

Make sure you clear the PVR data after changing the setting and post a full debug log using a paste site and I’ll take a look

xfarrow commented 2 months ago

Thank you again. It's the first time interacting with the Kodi/iptvsimple community. I hope this debug log is what you expected.

By the way, if you wish to try yourself, the M3U link I provided is legal, having the publicly available Italian live TV.

phunkyfish commented 2 months ago

By the way, if you wish to try yourself, the M3U link I provided is legal, having the publicly available Italian live TV.

Great, can you provide the M3U and XMLTV links?

phunkyfish commented 2 months ago

Your log appears to be missing the debug statements for iptvsimple. Do you have debug mode enabled? Then restart kodi and send that log file.

xfarrow commented 2 months ago

This is the M3U playlist and the link I inserted in the XMLTV: https://raw.githubusercontent.com/Tundrak/IPTV-Italia/main/iptvitaplus.m3u

I'll do as requested as soon as possible :-)

xfarrow commented 1 month ago

Hey, I found the issue: I had to enable a switch in the global PVR settings, not in the Iptvsimple settings. Thanks for your help though.