Create Views for "recently added series" and "recently watched series" (1 Viewer)

AcrimonisMP

New Member
April 26, 2022
2
1
Home Country
France France
Hello,

I am trying to create a view to display recently added Series.
The added date in the online_series table doesn't seem to be the field I am looking for:
series<;><Series.added>;>=;<today-90><;><;><nextStep>season<;><;><Season.seasonIndex>;asc<;><nextStep>episode<;><;><Episode.EpisodeIndex>;asc<;>

Is there a way with the syntax that would allow me to create such a view?

Bonus question, is there a way to create a View for "recently watched Series"?

Thanks in advance,

-ac
 

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    The added date in the online_series table doesn't seem to be the field I am looking for:
    series<;><Series.added>;>=;<today-90><;><;><nextStep>season<;><;><Season.seasonIndex>;asc<;><nextStep>episode<;><;><Episode.EpisodeIndex>;asc<;>
    I think the field you are looking for is <Series.HasNewEpisodes>, when this is set to '1' it indicates the series has had some new episodes added recently. By default, this is for episodes added in the last 7 days but can be changed in the UI configuration.
     

    Users who are viewing this thread

    Top Bottom