Kodi Community Forum

Full Version: Exclude specific add-on from add-ons update permanently?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
Changing the addon-id tag value in the addon.xml file to something else comes to mind.
Or bump the version to something really high should work as well.
(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!
Thread marked solved.