PredatH0r / ChanSort

TV channel list editor for Samsung, LG, Sony, Hisense, Panasonic, Philips, Sharp, Toshiba and MANY more.
837 stars 112 forks source link

M3U files: missing tags and enhancements #335

Closed lars18th closed 1 year ago

lars18th commented 1 year ago

Hi,

This is a continuation of an ancient issue (#268):

Now the support for M3U playlist sources (for SAT>IP) is working. However, some missing tags and enchancements could be added. Here a list of the things to improve:

Input list:

#EXTM3U url-tvg="http://satip-server.local/epg/myepg.xml"
#
#EXTINF:-1 tvg-id="3sat" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/3sat.png",3sat HD
#EXTALBUMARTURL:https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/3sat.png
http://satip-server.local/?src=1&freq=11347&pol=v&msys=dvbs2&mtype=8psk&sr=22000&pids=0,16,17,18,20,21,6500,6510,6520,6521,6522,6523,6530,6531,6570
#
#EXTINF:-1 tvg-id="kika" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/kika.png",KiKA HD
#EXTALBUMARTURL:https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/kika.png
http://satip-server.local/?src=1&freq=11347&pol=v&msys=dvbs2&mtype=8psk&sr=22000&pids=0,16,17,18,20,21,6600,6610,6620,6621,6622,6630,6631,6670

Output list:

#EXTM3U url-tvg="http://satip-server.local/epg/myepg.xml"
#
3sat HD
#EXTALBUMARTURL:https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/3sat.png
http://satip-server.local/?src=1&freq=11347&pol=v&msys=dvbs2&mtype=8psk&sr=22000&pids=0,16,17,18,20,21,6500,6510,6520,6521,6522,6523,6530,6531,6570
#
KiKA HD
#EXTALBUMARTURL:https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/kika.png
http://satip-server.local/?src=1&freq=11347&pol=v&msys=dvbs2&mtype=8psk&sr=22000&pids=0,16,17,18,20,21,6600,6610,6620,6621,6622,6630,6631,6670

Thank you for this useful tool. Regards.

PredatH0r commented 1 year ago

It was a bug that the #EXTINF tags got removed. This and your other 2 points are now fixed in https://github.com/PredatH0r/ChanSort/releases/tag/v2023-01-04

lars18th commented 1 year ago

Hi @PredatH0r ,

It was a bug that the #EXTINF tags got removed. This and your other 2 points are now fixed in https://github.com/PredatH0r/ChanSort/releases/tag/v2023-01-04

Thank you! All is working now like a charm. So I close the issue.