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

Working with kodi only plugins #128

Open
ktaragorn opened this issue Sep 2, 2016 · 1 comment
Open

Working with kodi only plugins #128

ktaragorn opened this issue Sep 2, 2016 · 1 comment

Comments

@ktaragorn
Copy link

The documentation implies that to test "scripts", we

  1. add "script" to addons.xml for it to work in kodi
  2. pip install the "script", to test in CLI

But this is unnecessarily 2 steps and leads to issues with kodi only modules/"scripts"

  1. Out of sync script.module.parsedom version in pip is ancient.
  2. Not present in pip script.module.urlresolver isnt present in pip

Is there a recommended solution for this? Is it possible to wrap around scripts just like xbmc code is being?

@auspex
Copy link

auspex commented Nov 22, 2016

It's a long time since I had anything to do with pip, and I've never had anything to do with dependencies for an xbmcswift plugin, but you need to specify the dependencies of your script. See https://pip.pypa.io/en/stable/user_guide/#requirements-files

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

No branches or pull requests

2 participants