How to import IPTV m3u8 playlist to TV channels menu? Take, for example, this playlist: . It doesn't appear in the list of TV channels automatically, I only can "add current media" to channel list. Then I tried to replace contetns of tv.m3u8 file with my channel list, but unsuccessfully. tv.m3u8 file has this format:
#EXTINF:0,Channel1Name,,0
but standard playlist has another one, and SMplayer doesn't understand it in tv.m3u8:
#EXTINF:0 tvg-name="ICTV" tvg-logo="http://nashnet.tv/tv_logo/36.png", ICTV
So the only way to get correct TV channels list is to edit entire list manually((( Is there a shorter way to do this?