luongz / iptv-jp

A collection of Japanese TV channel links.
The Unlicense
558 stars 55 forks source link

Remove unnecessary space at beginning of titles #90

Closed tsr closed 3 months ago

tsr commented 3 months ago

Please remove the unnecessary space at beginning of titles, as it makes sorting in various applications with additional channels complicated.

E.g.:

#EXTINF:-1 group-title="Tokyo" tvg-id="nhkg_tokyo" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/6/6f/NHK%E7%B7%8F%E5%90%88%E3%83%AD%E3%82%B42020-.png", NHK G

should be:

#EXTINF:-1 group-title="Tokyo" tvg-id="nhkg_tokyo" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/6/6f/NHK%E7%B7%8F%E5%90%88%E3%83%AD%E3%82%B42020-.png",NHK G

Notice the removed space between the , and N.

Thank you very much!

luongz commented 3 months ago

Can you explain: "it makes sorting in various applications with additional channels complicated"?

weldon1045 commented 3 months ago

Probably they mean sorting from A-Z is complicated due to the space before the channel title being present.

I don't know which client are they using and which other clients may have the same problem.