Hi,
I use this http request to download a m3u list:
http://user:pass@IP:9981/playlist/tagid/my_d?profile=myprofile
and the output is in the form:
#EXTINF:-1 tvg-id="3ui12y3u12y321iu3y" tvg-chno="1", Channel_Name
Is it possible to perform the request to get in the m3u list the tag-id the value Channel_Name, like
#EXTINF:-1 tvg-id="Channel_Name" tvg-chno="1", Channel_Name
Thanks