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 v18 with InputStream Adaptive #49445

Merged
merged 2 commits into from Feb 23, 2019
Merged

Kodi v18 with InputStream Adaptive #49445

merged 2 commits into from Feb 23, 2019

Conversation

sephalon
Copy link
Contributor

@sephalon sephalon commented Oct 30, 2018

Motivation for this change

My primary motivation was to get the Amazon VOD plugin with InputStream Adaptive backend up and running.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@domenkozar
Copy link
Member

lgtm

@infinisil
Copy link
Member

Any update on this?

@worldofpeace
Copy link
Contributor

@infinisil it's in beta 5 so we're waiting on a release.

@sephalon
Copy link
Contributor Author

Updated to Kodi v18rc5.2 and inputstream-adaptive 2.3.12; still works so far.

@worldofpeace
Copy link
Contributor

@sephalon https://kodi.tv/article/kodi-180 😄

@worldofpeace worldofpeace removed the 2.status: wait-for-upstream Waiting for upstream fix (or their other action). label Jan 30, 2019
@cpages
Copy link
Contributor

cpages commented Feb 2, 2019

lgtm, but this update will probably break a bunch of plugins that we'll need to fix afterwards

@sephalon
Copy link
Contributor Author

Updated to Kodi v18.0 final now. Also updated some dependencies that I previously forgot about.

inputstream.adaptive cannot be updated before xbmc/inputstream.adaptive#230 hasn't been fixed. 2.3.12 still works though.

Copy link
Contributor

@cpages cpages left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me

@aanderse
Copy link
Member

Any chance of this getting in 19.03?

@worldofpeace
Copy link
Contributor

worldofpeace commented Feb 22, 2019

If @cpages says this is fine, I'll merge this.

However all the plugins that we have we'll need to be updated because of breakage.

@cpages
Copy link
Contributor

cpages commented Feb 23, 2019

From the wiki it says that most plugins should just work, and I see that just a few fail to build (some of which seem already broken anyway #25490). I think it's worth to have this in 19.03

@cpages cpages merged commit 24c3cbf into NixOS:master Feb 23, 2019
@cpages
Copy link
Contributor

cpages commented Feb 23, 2019

If @cpages says this is fine, I'll merge this.

However all the plugins that we have we'll need to be updated because of breakage.

Just a heads-up that I updated all the ones that were failing to build. I can't test all of them, though, so let's hope for the best

@aanderse
Copy link
Member

@cpages I found an issue with inputstream-adaptive when I tried to load the Netflix plugin.

Error Contents: No module named Cryptodome.Random

Looks like python2Packages.pycryptodomex is required.

@cpages
Copy link
Contributor

cpages commented Apr 21, 2019

@aanderse if I read correctly, pycryptodomex is a dependency of the netflix plugin itself, not of inputstream-adaptive. But then it also lists Libwidevine as a requirement, so maybe you can open a separate issue?

@aanderse
Copy link
Member

@cpages I thought I had read somewhere it was a dependency of inputstream-adaptive itself, not kodi... but I can't find a reference to that now (and you aren't having this issue) so that's obviously wrong.
If this python library is a dependency and assumes the system already has it installed I guess the two options are to include with kodi itself, or make a nix package for netflix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants