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

Integrate Movies and TV Series into the Kodi library #236

Merged
merged 2 commits into from
Nov 11, 2020

Conversation

michaelarnauts
Copy link
Collaborator

@michaelarnauts michaelarnauts commented Nov 4, 2020

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

@michaelarnauts michaelarnauts added the enhancement New feature or request label Nov 4, 2020
@michaelarnauts michaelarnauts added this to the v1.2.0 milestone Nov 4, 2020
@michaelarnauts michaelarnauts merged commit c3803c5 into master Nov 11, 2020
@michaelarnauts michaelarnauts deleted the vod-integration branch November 11, 2020 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Kodi Library integration
1 participant