-
Notifications
You must be signed in to change notification settings - Fork 454
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
[plugin.video.themoviedb.helper] 5.2.25 #4526
[plugin.video.themoviedb.helper] 5.2.25 #4526
Conversation
I don't understand this error? This is a valid version afaik. EDIT: I've removed the |
28a380b
to
daa002a
Compare
I've fixed all the errors. Checker is still complaining because of the dependency module that needs to go in first but otherwise should be clean now. |
Does the addon checker need running again for this (and script.skinvariables) now that script.module.jurialmunkey v0.1.18 has been committed? |
daa002a
to
0b08385
Compare
Yeah, it looks like Bas tried yesterday but it hadn't quite hit the repo yet so still failed. I just retriggered now by force pushing a blank commit amend and looks like green light now. |
major problem on search, 'the accents are not supported' on Fuse Example |
@kris06 this isn't the correct place for issues. Please go here instead: https://github.com/jurialmunkey/plugin.video.themoviedb.helper/issues |
Is there any particular reason this is being overlooked? |
It's not being overlooked, but the PR is huge, so it takes up a lot of time to review. And thus is not a PR that we can quickly check and merge when we have some minutes lefts. I will start a review today and see if I can fine a larger slot of time. But for the future: if you keep the PR's a bit smaller, things do go faster: 2 smaller PR's (after one another) will go faster than one huge one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a first check of non-Python stuff.
<extension point="xbmc.service" library="resources/service.py" /> | ||
<extension point="xbmc.python.module" library="resources/modules"/> | ||
<extension point="xbmc.addon.metadata"> | ||
<reuselanguageinvoker>false</reuselanguageinvoker> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason why reuselanguageinvoker
is disabled? This will require a new Python invoker with each run, instead of re-using the existing one with subsequent plugin requests. Re-using saves a lot of CPU and is faster.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because of this long standing bug which causes Kodi to hang and/or crash when reuselanguageinvoker plugins are used as widgets: xbmc/xbmc#21653
Thanks for the update.
Thanks, I really appreciate it as this is the last dependency needed before I can submit my skin to the Omega repo. |
0b08385
to
4b3956f
Compare
Yeah this is my fault. I'm really sorry about getting so tardy on submitting updates as I know this is a massive pita to review. BTW - the plugin is on the Matrix repo but I needed to make a new submission against Nexus as the info tag changes means it no longer works on Matrix -- it's still huge but if you compare against that version might give some indication of where there are trivial vs. significant changes. A lot is refactoring pushing things around as I try to unpick some of my poorer choices from when I was beginning to learn python (my eventual goal was to modularise things to make it all a bit more manageable but release cycle beat time/motivation available - so unfortunately it's still a mammoth). If it helps at all here's the compare from my repo for the tag of the version in Matrix repo (v4.10.14) and this PR: |
So it took me quite some time but I got through it. Hopefully the future PR's are smaller :) |
That's awesome news. Many thanks basieter, it's really appreciated. |
Yes definitely will be I promise! Really appreciate you taking the time to review. |
Description
Add and update TMDbHelper for Nexus and higher.
NOTE
Requires script.module.jurialmunkey to be updated in this PR first to meet dep requirements: xbmc/repo-scripts#2624
Acts as a helper plugin to generate widgets and retrieve details from online APIs for skinners. See wiki for full feature list
https://github.com/jurialmunkey/plugin.video.themoviedb.helper/wiki
Note an older version exists on Matrix repo. However, I'm submitting new for Nexus as the current version now uses the new infotag setters and so now only works on Nexus or higher.
Checklist:
Additional information :