Reply to thread

Mine are just:


[code]#EXTM3U

#EXTINF:0,Channel Name

http://linktothechannel.com/something.ts[/code]


Lines 2 and 3 then repeat for each channel. I then load the playlist and enrich if needed in the plugin screens then save it again. Then I use that saved file to run in TVServer channel import. I do notice it struggles with m3us I may get from elsewhere with guide id’s and icon urls. Maybe that is some format that isn’t supported. I just regex out all the fat until left with the above.


Top Bottom