Custom views (1 Viewer)

ScoopD

Portal Member
April 24, 2007
37
4
Melbourne
Home Country
I've created a couple of custom views that I've been using for a while now. Anyone who wants to use these will have to open their database with a SQLite editor and go to the views table to add them manually.

I call this one "Genre Unwatched" based on the standard Genre view
Code:
group:<Series.Genre><;><;><;><nextStep>series<;><Episode.Watched>;=;0<;><;><nextStep>season<;><Season.UnwatchedItems>;=;1<;><Season.seasonIndex>;asc<;><nextStep>episode<;><Episode.Watched>;=;0<;><Episode.EpisodeIndex>;asc<;>

and in the same vein is "All Unwatched"
Code:
series<;><;><;><nextStep>season<;><Season.UnwatchedItems>;=;1<;><Season.seasonIndex>;asc<;><nextStep>episode<;><Episode.Watched>;=;0<;><Episode.EpisodeIndex>;asc<;>

Have fun.
 

Users who are viewing this thread

Top Bottom