add-ons / plugin.video.streamz

Kodi add-on to watch video-on-demand content from the Streamz service.
https://github.com/add-ons/plugin.video.streamz/wiki
GNU General Public License v3.0
19 stars 4 forks source link

Matrix install fails #36

Closed rottweilerken closed 3 years ago

rottweilerken commented 3 years ago

If you want to install the addon on Matrix (Libreelec nightly build) you get the error: dependency xbmc.python version 2.26 could not be satisfied

michaelarnauts commented 3 years ago

You are correct, the packaged zip on this GitHub page is incorrect, but you should be able to install this Add-on from the Kodi repository just fine.

dagwieers commented 3 years ago

Did you install the add-on from the official Kodi repository? (Search for add-ons, type Streamz and install)

If instead you installed it as a ZIP file from the GitHub repository, you have to clone it, run make multizip and install the zip which has matrix in the version name.

michaelarnauts commented 3 years ago

The packaged zip in https://github.com/add-ons/plugin.video.streamz/releases/tag/v1.0.5 has been corrected, but I suggest to install it through the official Kodi repository as @dagwieers described.

michaelarnauts commented 3 years ago

For completeness, the reason the v1.0.5 release for matrix wasn't modified was fixed in this issue: https://github.com/xbmc/kodi-addon-submitter/pull/20