siku2 / script.service.sponsorblock

Kodi add-on for SponsorBlock
MIT License
124 stars 14 forks source link

Please support Kodi 19.x "Matrix" #21

Closed SubZero5 closed 3 years ago

SubZero5 commented 3 years ago

Please support Kodi 19.x "Matrix" Ref: https://kodi.tv/article/kodi-19x-matrix-release-candidate

siku2 commented 3 years ago

Oh absolutely, that would be great. Can't wait to finally use Python 3... It'll take some time to setup a working test environment but I generally don't expect there to be many issues to fix so this should be fairly straightforward.

SubZero5 commented 3 years ago

Will happily wait. ;)

siku2 commented 3 years ago

Looks like the addon itself is already compatible with Python 3. The only problem here is Kodi, because the addon metadata requests Python version 2 instead of 3. Looks like the only way around this is to have a separate repository for Matrix.

Edit: Looks like there's a way to keep things simpler after all, by simply not specifying a requirement on the Python version at all.

teeedubb commented 3 years ago

Great - thanks! I'll install it over the weekend EDIT: It works just as well as the Kodi 18 version

matejdro commented 3 years ago

I upgraded my Kodi to 19 couple of days ago and I must report it works great so far. No update-related issues with the Addon.

siku2 commented 3 years ago

Cool, closing this then.