Skip to content
Discussion options

You must be logged in to vote

Solution that achieves what I originally intended; display all movies/shows that has not been viewed in 1+ years. Since non-viewed entries has null value, we need to check number of views first (or, technically we probably could get away with rules that assumes that null > 365 would never evaluate to true, but, better safe than sorry).

Each rule is AND.

Old movies:
Section 1:

  1. Tautulli - Times viewed equals number 0
  2. Tautulli - Date added before amount of days 365
    Section 2 (OR-ed with the result of section 1):
  3. Tautulli - Times viewed bigger than number 0 (i.e. 1 or more)
  4. Tautulli - Last view date before amount of days 365

Old series:
Section 1:

  1. Tautulli - Amount of watched episodes equa…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@joachimtingvold
Comment options

@joachimtingvold
Comment options

Answer selected by joachimtingvold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants