2018-03-29, 01:05
So looking at this page: https://kodi.wiki/view/Opening_Windows_and_Dialogs
There are several built in Sub-Sections with videodb paths. Ex: InProgressTvShows = videodb://inprogresstvshows
The inprogresstvshows referenced above, only returns shows that have at least 1 unwatched episode AND at least 1 watched episode, thus leaving out shows that have unwatched episodes but no watched episodes.
Since it references "videodb", I thought maybe it was some sort of stored procedure in the DB or something, but opening it in SQLite Expert, I didn't see any stored procedures or anything.
So where are these custom paths stored/created?
Is it possible to create a new one that returns a COMPLETE list of TV Shows that have any unwatched episodes?
There are several built in Sub-Sections with videodb paths. Ex: InProgressTvShows = videodb://inprogresstvshows
The inprogresstvshows referenced above, only returns shows that have at least 1 unwatched episode AND at least 1 watched episode, thus leaving out shows that have unwatched episodes but no watched episodes.
Since it references "videodb", I thought maybe it was some sort of stored procedure in the DB or something, but opening it in SQLite Expert, I didn't see any stored procedures or anything.
So where are these custom paths stored/created?
Is it possible to create a new one that returns a COMPLETE list of TV Shows that have any unwatched episodes?