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.
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.