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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [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.