add-ons / plugin.video.streamz

Kodi add-on to watch video-on-demand content from the Streamz service.
https://github.com/add-ons/plugin.video.streamz/wiki
GNU General Public License v3.0
19 stars 4 forks source link

Integrate Movies and TV Series into the Kodi library #9

Closed michaelarnauts closed 4 years ago

michaelarnauts commented 4 years ago

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:

More information on the implementation: https://github.com/xbmc/xbmc/pull/13566 and https://github.com/xbmc/xbmc/pull/14210

michaelarnauts commented 4 years ago

I think this is as ready as it can be :)