Personal Kodi addon repository and source for custom skins/addons.
addons/ Source for each addon
skin.estuary.custom/ Fork of skin.estuary with customizations
repository.allolive/ The repo addon itself (declares the URL below)
repository/ Built repo (generated by ./build.sh)
addons.xml Index Kodi reads to discover addons
addons.xml.md5 Change detection
<id>/<id>-<version>.zip One zip per addon version
./build.shRegenerates repository/ from addons/. Commit and push to update the live repo at
https://raw.githubusercontent.com/allolive/kodi_addons/main/repository/.
- Get
repository/repository.allolive/repository.allolive-1.0.0.ziponto the device (any path Kodi can read). - In Kodi: Settings → Add-ons → Install from zip file → pick the zip.
- After install, Kodi fetches all subsequent addon updates automatically from the repository URL.
- Bump
version="..."in the addon'saddon.xml(e.g.addons/skin.estuary.custom/addon.xml). - Run
./build.sh. git add . && git commit -m "skin.estuary.custom <version>: <change>".git push.- On each device: Settings → Add-ons → Check for updates (or wait for the periodic check).
- Create
addons/<addon-id>/with a validaddon.xml. - Run
./build.sh— it'll be picked up automatically.