(2020-11-27, 01:19)matthuisman Wrote: Kodi only checks for updates every X hours.
You can force update check by using context menu on repo (check for updates)
- Option to convert any addon to m3u playlist and use it with IPTV Merge, like @primaeval's IPTV addons.
That's impossible. The add-ons need to export playlist and epg for merge to work with. There is no way to automatically convert them.
You should be able to use with his IPTV Add-ons.
IPTV Merge > Playlists > Add > File > special://profile/addon_data/plugin.video.iptvsimple.addons/streams.m3u8
IPTV Merge > EPG > Add > File > special://profile/addon_data/plugin.video.iptvsimple.addons/xmltv.xml
(this is just based off his source code - not tested)
Seems like you may not be aware that IPTV Merge runs as a service and will run a merge in the background every X mins (see the addon settings)
When it does this, no dialogs are shown. It stores the timestamp of last merge.
So, if you launch Kodi and it's been more than the period, it will indeed run a merge at login.
Run Merge is just a way to force a merge to see any errors etc.
Therefore, your other suggestions are not really required
Thanks for your replay.
I understand that IPTV Merge run a merge in the background every X mins, but my intention is to force an update on each login to stay always updated for the latest update (if changes have been made in epg etc) when kodi starts. But as you wrote it is probably not so necessary.
Anyway, I added this line: <onload> RunPlugin (plugin: //plugin.program.iptv.merge/? _ = merge) </onload> and it works, only the problem is that now with every login I get the dilaog box of run merge.
Regarding IPTV Add-ons. It is indeed capable of converting a standard addon to m3u playlist (via SUBSCRIBE).
Here's the playlist created, and it's the
code that does it. Of course I do not need this option for plutotv because it has been nicely integrated with IPTV Merge, but for any other addon that will be.
You are right that you can use IPTV Add-ons to create the playlist, and then combine the streams.m3u8 with IPTV Merge, but I thought it would be nicer if everything could be done via IPTV Merge (i.e. SUBSCRIBE to addon and convert to playlist).