cabernetwork / provider_video_m3u

Provides an interface to the M3U and XMLTV.XML URLs
MIT License
1 stars 1 forks source link

XMLTV File Contains No Program Data #7

Closed bobcoup closed 1 week ago

bobcoup commented 1 week ago

Cabernet Version: 0.9.15.00-RC01 M3U Plugin: 0.1.15

The M3U Plugin is configured with XMLTV enabled and set to get the info from here, https://i.mjh.nz/SamsungTVPlus/gb.xml.gz.

The EPG task appears to run, but all that is in the XMLTV link looks as follows:

Action Movies - Rakuten TV Movies / Not Available 60 Movies Action Movies - Rakuten TV Movies / Not Available 60 Movies Action Movies - Rakuten TV Movies / Not Available 60 Movies Action Movies - Rakuten TV Movies / Not Available 60 Movies Action Movies - Rakuten TV Movies / Not Available 60 Movies Action Movies - Rakuten TV Movies / Not Available 60 Movies The original gb.xml contains program data. This issue only seems to have started occuring since 0.1.15.
rocky4546 commented 1 week ago

The issue is that the Samsung M3U8 file contains multiple channel ids (which is not an issue), but the ids are all different. Then the xml file contains one of the ids (the tvg-id) and not the "channel-id". So when Cabernet uses the channel-id, it will not find it in the xml file causing the results you see. Here is the issue. There is no standard on either the xml or the m3u, so will need to figure out how to let you configure it to apply the id you want when importing the m3u8 file. The primary default will be tvg-id since that is suppose to be the tv guide channel id.

rocky4546 commented 1 week ago

Give version 16 a try and let me know if it is working.

bobcoup commented 1 week ago

Hello. Version 16 seems to have fixed the issue. Thanks!