Integrate Movies and TV Series into the Kodi library #236
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.
See add-ons/plugin.video.streamz#9
Fixes #221