Solved Exclude specific add-on from add-ons update permanently?
#1
Is it possible somehow to exclude a specific add-on permanently from showing up in the add-ons update notification list?
I have an add-on that I never want being updated by the official Kodi repository but instead I want to use a self compiled version.
It's just this specific add-on, all other add-ons should update the classic way as intended.
Thanks!
Reply
#2
Changing the addon-id tag value in the addon.xml file to something else comes to mind.
Reply
#3
Or bump the version to something really high should work as well.
Reply
#4
(2023-02-22, 11:56)Hitcher Wrote: Or bump the version to something really high should work as well.

This worked like a charm.

Changing the version number in the according file

Code:
/storage/.kodi/addons/<myaddon>/addon.xml

from 20.x.x to 100.x.x solved my issue.

Thanks!
Reply
#5
Thread marked solved.
Reply

Logout Mark Read Team Forum Stats Members Help
Exclude specific add-on from add-ons update permanently?0