Tautulli rules doesn't seem to be working? #1731
-
Hi, Just installed Maintainerr, and have configured the integrations with Plex/Radarr/Sonarr/Tautulli. So far, so good. Attempted to create two simple rules; one for "old movies" and one for "old series". Within each, I defined one section with three rules (all of which are AND-ed together): Old movies:
Old series:
Unless I've misunderstood something, this should create a collection of all movies/shows that has 0 views, was added more than 365 days ago, and has not been viewed in the last 300 days. I have multiple movies and shows that should match this, but after running the rules, there are 0 media entries in both collections. Any obvious mistakes that I've done here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Have you tried Test Media on an item you think should match? https://docs.maintainerr.info/latest/Test-Media/ Also check your logs under Settings -> Logs for any errors after running the rules. |
Beta Was this translation helpful? Give feedback.
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 thatnull > 365
would never evaluate totrue
, but, better safe than sorry).Each rule is AND.
Old movies:
Section 1:
Section 2 (OR-ed with the result of section 1):
Old series:
Section 1: