-
Notifications
You must be signed in to change notification settings - Fork 89
Add support for names in m3u playlist #7
Comments
This is nice. I'll try to introduce it. |
Now I'm working on this. Can you provide a sample file? |
Fixed in 1c1d819. Thank you. |
Thanks a lot! |
Doesn't work with playlist in the following format: #EXTINF:-1 group-title="Региональные" tvg-name="TV_Bakhoristan" tvg-logo="",TV Bakhoristan |
Because it's illformed. The timelength information(in this case, unknown(-1)) should be followed by a comma(,) like:
|
I'm afraid it's not malformed. There shouldn't be comma. |
This format introduced by Borpas in his IPTV Player long ago before this draft. |
Anyway, it's implemented because this can be done without breaking standard parser :) |
Thanks a lot! |
Hello!
If you have an .m3u playlist with names, e.g. for IPTV, you expect names to be shown, not URL.
EXTINF:-1,MTV Dance
http://...
EXTINF:-1,MTV Hits UK
http://...
EXTINF:-1,MTV Rocks
http://...
Should be shown:
MTV Dance
MTV Hits UK
MTV Rocks
Actual result:
http://...
http://...
http://...
The text was updated successfully, but these errors were encountered: