Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kodi 19 compatibility #32

Closed
Forceflow opened this issue Nov 22, 2020 · 2 comments
Closed

Kodi 19 compatibility #32

Forceflow opened this issue Nov 22, 2020 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@Forceflow
Copy link

Forceflow commented Nov 22, 2020

This is probably known, but the standard Android TV version of Kodi has switched to 19.0 beta, and the Yelo TV app stops working after the automatic upgrade. It stays in an "installed" state, but is automatically disabled.

I don't know if it's a compatibility issue, or just a flag that needs to be switched. Similar add-ons like VRTnu or VTMGo (which depends on adaptive-inputstream as well) seem to work.

@michaelarnauts
Copy link
Contributor

@Forceflow I think the code itself is compatible with Kodi 19, but you'll need to modify the addons.xml file so the xbmc.python is 3.0.0, like this:

    <import addon="xbmc.python" version="3.0.0"/>

I don't have a Telenet account, so I can't really test this though. This could be easily fixed by using the release workflow from #30 so the right zip-files are made automatically.

@dagwieers dagwieers added the duplicate This issue or pull request already exists label Nov 22, 2020
@dagwieers
Copy link
Contributor

This is a duplicate of #26 but from a different perspective ;-)

@dagwieers dagwieers pinned this issue Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants