this post was submitted on 10 Aug 2024
6 points (100.0% liked)

Addons 4 Kodi

599 readers
1 users here now

Saving for exodus

founded 2 years ago
MODERATORS
 

Hi! I'm currently working on a kodi addon and I found that if you install/update from a zip file, then delete and replace the zip file with updated content, kodi cant load the contents for some reason. You have to restart. Then it works as expected. Uninstalling and reinstalling doesnt change it.

Anyone have experience with this?

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 week ago* (last edited 1 week ago) (1 children)

I just started playing around with creating an add-on and yes, I have the same experience. Have you found a solution?

[–] [email protected] 1 points 1 week ago (1 children)

Hi there. Thanks for commenting on this. I did find "kind of" a solution. I wrote a script which directly replaced the files I changed in the target directly instead of going over the installation process again and again.

This is not how its supposed to be of course. I should have opened an issue but rn I dont have the time. Hope this helps.

[–] [email protected] 2 points 4 days ago

Hoi. Thanks for letting me know. I now program directly in the target directory. So far that works.