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
and in the same vein is "All Unwatched"
Have fun.
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.