Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Development: Releases

Arv.Void edited this page Mar 14, 2020 · 20 revisions

The add-on code is both Python 2 and 3 compatible and both Kodi 18 and 19 compatible, and it will stay that way at least until Kodi 19 Matrix Stable is out and mature.

Since Kodi 19, in the end, is making a hard ABI split, 2 versions will get releases from now on every release.

The master branch will contain code ready for the current stable Kodi 18.x version. An automated script will make releases for both Kodi 18 Leia and Kodi 19 Matrix from the same source (the difference is only in the ABI version in addon.xml).

Kodi Leia branch will contain code ready Leia and from that branch will get submitted to the official Kodi repository for Leia (the difference is only in the ABI version in addon.xml). Kodi Matrix branch will contain code ready for Matrix from that branch will get submitted to the official Kodi repository for Matrix (the difference is only in the ABI version in addon.xml).

At the moment sending to the Matrix branch fail because of missing dependencies in Matrix repository. Once all the dependencies are available the add-on will be available in Matrix Kodi repository again.