Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allolive Kodi Addons

Personal Kodi addon repository and source for custom skins/addons.

Structure

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 the repo

./build.sh

Regenerates repository/ from addons/. Commit and push to update the live repo at https://raw.githubusercontent.com/allolive/kodi_addons/main/repository/.

First-time install on a Kodi box

  1. Get repository/repository.allolive/repository.allolive-1.0.0.zip onto the device (any path Kodi can read).
  2. In Kodi: Settings → Add-ons → Install from zip file → pick the zip.
  3. After install, Kodi fetches all subsequent addon updates automatically from the repository URL.

Releasing a new version

  1. Bump version="..." in the addon's addon.xml (e.g. addons/skin.estuary.custom/addon.xml).
  2. Run ./build.sh.
  3. git add . && git commit -m "skin.estuary.custom <version>: <change>".
  4. git push.
  5. On each device: Settings → Add-ons → Check for updates (or wait for the periodic check).

Adding a new addon

  1. Create addons/<addon-id>/ with a valid addon.xml.
  2. Run ./build.sh — it'll be picked up automatically.

About

Personal Kodi addon repository: custom skins and addons

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages