Hello,
my provider adds new/deletes iptv channels quite often.
His preferred solution is the software, named IPTV player, where one can insert link to m3u on server, player downloads it on start; EPG is also provided and link is in m3u, in the first line:
Now (let's forget for now about EPG), the biggest problem with all this in Mediaportal is the channels rescan. Time to time, I need to go to TV server setup and rescan all channels, it's time consuming. Also, it doesn't delete outdated channels, I need to compare old and new playlists manually. I do it once in 1-2 month, but this is boring.
Question: why this scanning is needed for m3u at all?
Please assess idea if there are any caveats to write i.e. custom scripts (I can write them by myself, I'm developer) that can update MP database to be in sync with m3u i.e. before tv server start, or there are some stream parameters cached during scanning in order to not do that work on each tuning? In that case I can at least write tool that removes channels that are removed on server playlist and prepares extracted m3u that contains new channels only, for faster scanning?
my provider adds new/deletes iptv channels quite often.
His preferred solution is the software, named IPTV player, where one can insert link to m3u on server, player downloads it on start; EPG is also provided and link is in m3u, in the first line:
#EXTM3U url-tvg=http://goodnet.tv/App_Files/jtv.zip url-epg=http://goodnet.tv/stb/epg.zip m3uautoload=1 cache=1000 deinterlace=1 aspect-ratio=4:3 tvg-shift=0
Now (let's forget for now about EPG), the biggest problem with all this in Mediaportal is the channels rescan. Time to time, I need to go to TV server setup and rescan all channels, it's time consuming. Also, it doesn't delete outdated channels, I need to compare old and new playlists manually. I do it once in 1-2 month, but this is boring.
Question: why this scanning is needed for m3u at all?
Please assess idea if there are any caveats to write i.e. custom scripts (I can write them by myself, I'm developer) that can update MP database to be in sync with m3u i.e. before tv server start, or there are some stream parameters cached during scanning in order to not do that work on each tuning? In that case I can at least write tool that removes channels that are removed on server playlist and prepares extracted m3u that contains new channels only, for faster scanning?