-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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: youtube plugin is failing #226613
Comments
Thanks for catching this. Looks like a pretty straight forward addon to package. Is this something you'd be interested in tackling @dschrempf? |
I can, if I find the time! One thing I do not understand is that the |
Fixes NixOS#226613. Add `infotagger` plugin and use it. Two notes on the `infotagger` plugin: - I used the GitHub source, and not https://kodi.tv/addons/nexus/script.module.infotagger/ which links to http://ftp.halifax.rwth-aachen.de/xbmc/addons/nexus/script.module.infotagger/script.module.infotagger-0.0.7.zip. Not sure if this is a problem (or a feature). - The `infotagger` plugin has a weird Python path `resources/modules`. I expect this path may change in the upstream module in the future (it is `lib` for all other modules as far as I can see). I can watch YouTube videos here. However, this PR does not address the relatively new dependency ``` <import addon="inputstream.adaptive" version="20.3.1"/> ``` I do not get any errors though. I am not sure how to proceed (open another issue?; ignore?).
I have tested this and it works for me. Thanks @dschrempf! |
Describe the bug
When using Kodi with the YouTube plugin , I get the following error:
Steps To Reproduce
Steps to reproduce the behavior:
pkgs.kodi-gbm.withPackages (p: with p; [ youtube ]);
kodi
Additional context
inputstream.adaptive
dependency was added but that theinfotagger
dependency is an old one.infotagger
wrapper is here: https://github.com/jurialmunkey/script.module.infotaggerNotify maintainers
@aanderse
@cpages
@edwtjo
@minijackson
@peterhoeg
@sephalon
Metadata
The text was updated successfully, but these errors were encountered: