-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Integrate Movies and TV Series into the Kodi library #9
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
michaelarnauts
force-pushed
the
vod-integration
branch
2 times, most recently
from
September 28, 2020 18:56
98ba352
to
e3c15ef
Compare
michaelarnauts
changed the title
Integrate Movie and TV Series into the Kodi library
Integrate Movies and TV Series into the Kodi library
Sep 28, 2020
2 tasks
michaelarnauts
commented
Oct 3, 2020
michaelarnauts
force-pushed
the
vod-integration
branch
from
October 6, 2020 18:15
c3b7bf3
to
7a4a4b7
Compare
michaelarnauts
force-pushed
the
vod-integration
branch
3 times, most recently
from
October 15, 2020 22:02
660ef5d
to
9d886a1
Compare
michaelarnauts
force-pushed
the
vod-integration
branch
from
October 26, 2020 20:17
32fc2b2
to
0462c83
Compare
michaelarnauts
force-pushed
the
vod-integration
branch
from
October 26, 2020 21:04
c3a91d2
to
b08c4ba
Compare
…to work correctly
I think this is as ready as it can be :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allows to integrate the movies and tv series into Kodi. You have the option to configure the behaviour to export everything or only the items in "My List". This can be configured separately for movies and series. When switching from a full export to "My List", you need to run Library cleanup for the other items to be removed from your library.
When running a library cleanup, we take a snapshot of all ids's in the catalog (or in my list if you only export that) and check if they are in that list. This is a lot faster than using the API, and is also more correct compared with if we would use the cache.
There were quite some issues / wtf's:
/library/tvshows/123456/
, therefore, I'm using query parameters.More information on the implementation: xbmc/xbmc#13566 and xbmc/xbmc#14210