Anthirian / script.service.janitor

Janitor is an addon for Kodi that cleans up any watched videos from your hard drive(s) based on various criteria
GNU General Public License v3.0
26 stars 14 forks source link

Support videos not included in movie/tv show/music video library sections #49

Open DDzwiedziu opened 8 years ago

DDzwiedziu commented 8 years ago

Hello

My "work" flow is such I often download content from YT to watch it offline(-ish). Those are indexed by the Kodi library, but not in the standard movie/TV show/music video sections. So they're not covered by the VideoLibrary.Get* methods. It could be done by using VideoLibrary.Export and subtracting the output of VideoLibrary.Get{Episodes,Movies,MusicVideos}, but it seems costly.