You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Anthirian
changed the title
[feature request] Support videos not included in movie/tv show/music video library sections
Support videos not included in movie/tv show/music video library sections
Oct 2, 2016
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.
The text was updated successfully, but these errors were encountered: