matthuisman / slyguy.addons

Github mirror of SlyGuy add-ons
https://www.matthuisman.nz/2020/02/slyguy-kodi-repository.html
293 stars 79 forks source link

IPTV Merge stripping Logos and other data #324

Closed markosjal closed 1 year ago

markosjal commented 1 year ago

I am trying to use IPTV Merge and getting a result as listed below as an example. I noticed something was off when I lost the logos.

input= #EXTINF:-1 channelID='9233008939' tvg-num='56' tvg-chno='56' tvg-name='Olympic Channel' tvg-id='9233008939' tvg-logo='https://mysecetdomain.com/Logos/US/olympics.png' group-title='Sports',Olympic Channel http://10.0.0.250:5004/MyList/watch/9233008939

This is the output of IPTVMerge for that channel (no logo and other info missing)= #EXTINF:-1 tvg-chno="184" tvg-id="Olympic Channel",Olympic Channel http://10.0.0.250:5004/MyList/watch/9233008939 (no idea how to fix the missing line break in the pasted code above it is across 2 lines as normal)

Not sure but maybe this has to do with the single quotes used instead of double quotes? This is only one source having this issue. I check the other three sources and they show logos , etc.

markosjal commented 1 year ago

Just confirmed changing all quotes in the playlist to double quotes make IPTV Merge happy but would still call it a bug.

matthuisman commented 1 year ago

Yup it'll be single quotes.

On Tue, 27 Dec 2022, 11:45 markosjal, @.***> wrote:

I am trying to use IPTV Merge and getting a result as listed below as an example. I noticed something was off when I lost the logos.

input=

EXTINF:-1 channelID='9233008939' tvg-num='56' tvg-chno='56'

tvg-name='Olympic Channel' tvg-id='9233008939' tvg-logo=' https://mysecetdomain.com/Logos/US/olympics.png' group-title='Sports',Olympic Channel http://10.0.0.250:5004/MyList/watch/9233008939

This is the output of IPTVMerge for that channel (no logo and other info missing)=

EXTINF:-1 tvg-chno="184" tvg-id="Olympic Channel",Olympic Channel

http://10.0.0.250:5004/MyList/watch/9233008939

Not sure but maybe this has to do with the single quotes used instead of double quotes? This is only one source having this issue. I check the other three sources and they show logos , etc.

— Reply to this email directly, view it on GitHub https://github.com/matthuisman/slyguy.addons/issues/324, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPQAKNL2T7ZR7XJQZYYSCTWPINZNANCNFSM6AAAAAATJ6C3PQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

matthuisman commented 1 year ago

I think the spec for m3u8 states double quotes. I'll see if I can make merge accept either.

If you our your playlist directly into IPTV Simple client with single quotes, does it work?

On Tue, 27 Dec 2022, 11:54 markosjal, @.***> wrote:

Just confirmed changing all quotes in the playlist to double quotes make IPTV Merge happy but would still call it a bug.

— Reply to this email directly, view it on GitHub https://github.com/matthuisman/slyguy.addons/issues/324#issuecomment-1365495086, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPQAKIAUC5M4OSZUT6QIWDWPIO27ANCNFSM6AAAAAATJ6C3PQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

matthuisman commented 1 year ago

0.22.8 now supports ' attributes