-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic configuration from another addon #740
Comments
It will need to wait until API support is added. |
I did just spot a comment where someone simple renamed settings.xml to instance-settings-1.xml and that worked, so that could be a simpler approach. I originally had something less destructive (renaming current instances etc) but it didn't prove as reliable. Also, as we can no longer set settings of instances, there is no fast way to force IPTV Simple to refresh it's data. |
Would you recommend to implement this in code? I like the workaround of renaming |
I implemented that in code for IPTV Merge. |
Thanks! IPTV Manager does not seem very active either. Is IPTV Merge somewhere available now the Kodi forums are down? This repo does not seem active? I am looking for a user friendly solution for Retrospect. Would it be possible to replace IPTV manager with IPTV merge (as it also uses the same method for querying channel lists and EPG). Why is IPTV Merge not in the official repository? |
IPTV merge supports IPTV manager addons automatically :)
So add support for IPTV manager and you'll get IPTV merge too.
IPTV merge isn't in official repo. Just the slyguy repo.
https://www.matthuisman.nz/2019/02/iptv-merge-kodi-add-on.html
https://github.com/matthuisman/slyguy.addons
|
Some plugins, like service.iptv.manager, are able to configure iptvsimple automatically.
However, with the introduction multiple instances this is not possible anymore. As the settings are no longer in settings.xml.
What is your opinion on automatic configuration? Any ideas on how to create a new instance from another addon?
Related issues:
IPTV Simple multiple instances? #106
Autoconfigure IPTV Simple Client fails #107
IPTV Manager support #1674
The text was updated successfully, but these errors were encountered: