-
Notifications
You must be signed in to change notification settings - Fork 29
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
Autoconfigure IPTV Simple Client fails #107
Comments
See https://www.facebook.com/groups/kodivlaanderen for a work-around |
@peno64 Thanks for the update! On Android 11 there is the additional issue that you can't perform this workaround. The dialog for choosing the paths in IPTV Simple does not allow you to browse to the Kodi data folder (I guess this is due to increased security on Android 11) However I found that IPTV Simple is using a config file named "instance-settings-1.xml" instead of "settings.xml". IPTV Manager is writing into the last one. I hope this can help for a bugfix. I've renamed settings.xml to instance-settings-1.xml (overwrite) and now it works! |
@bigjim80 On kodi 19 the used file is also instance-settings-1.xml and there it works so that is why I kept this name. Overwriting this file could work also but is not something everybody can do... |
Thx for the info! I mentioned the overwrite method just as another workaround. |
I have more the impression that both files are ok because I don't have to overwrite instance-settings-1.xml |
I've renamed settings.xml to instance-settings-1.xml (overwrite) and now it works! This is on a fresh install of libreeelc 11.0.0 that comes with nexus with catchup TV plugin |
Same issue. The problem is that on embarked systems such as Google TV, you can't rename settings.xml to instance-settings-1.xml! |
I ran into the same issue as you. Hope this helped. |
By the way, my first idea was to look where the settings.xml gets created: # Configure IPTV Simple
output_dir = kodiutils.addon_profile() If there is no add-onn object provided for the addon_profile() call it falls back to xbmcaddon.Addon(); # Configure IPTV Simple
output_dir = kodiutils.addon_profile(addon) I couldn't get the package installed on my chromecast to comfirm if this resolves the issue. And then I found the file manager in Kodi for the before described work around. So I gave up on installing a custom build. Perhaps someone else can see if I was thinking in the right direction. WKR |
I'm new to Kodi and as far as I understand, output_dir seems to be used in order to write the playlist and epg to the |
I created an addon to fix the IPTV Manager installation issues. No more need to manually copy files or change permissions. The addon is doing it for you. See https://github.com/peno64/script.IPTVManager.Fix how to install and execute the addon. |
@peno64 Thanks but please consider contributing a fix for this issue to IPTV Manager directly, if you can. |
@locness3 |
I created a PR to integrate the work-around in the addon immediatly. |
Nice. |
The addon is updated but I have no idea how to push it to the standard kodi repo. @michaelarnauts can you provide me information how to do this? |
Release v0.2.4 can be installed manually to have this fix |
No, it can't, because the dependancy xbmc.python version 2.26 can't be satisfied. |
@stemy2 |
Ok, thanks. |
@stemy2 |
I forgot to reboot, it's working now. |
Hello, Just sharing my fix with the Nvidia Shield and the IPTV simple client was not working... Solution : modify the instance-settings-1.xml file by hand using adb in order to add the m3u8 and epg file location. |
I have a Nokia 8010 streaming box with Android 11. I did a fresh install with the latest Kodi.
I exactly followed the installation guide for IPTV Manager
When I try to autoconfigure IPTV Simple, I got a successful confirmation.
However, IPTV Simple is not configured at all. I get the message EPG file path is not configured.
This is the log when running the autoconfigure IPTV Simple:
https://ibb.co/ThX4b9S
Any idea?
Thanks!
The text was updated successfully, but these errors were encountered: