-
-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
I am having an issue where all items in the collection are being removed each night, and then being added again shortly after
All my rules are exhibiting this behavior and I am pretty stumped over it. Here is one of them
rules:
- "0":
- firstValue: Plex.seenBy
action: CONTAINS
lastValue: Overseerr.addUser
- operator: AND
firstValue: Overseerr.isRequested
action: EQUALS
customValue:
type: boolean
value: "true"
- operator: AND
firstValue: Overseerr.mediaAddedAt
action: BEFORE
customValue:
type: custom_days
value: "90"
- operator: AND
firstValue: Radarr.tags
action: NOT_CONTAINS_PARTIAL
customValue:
type: text
value: dnd
- "1":
- operator: OR
firstValue: Overseerr.mediaAddedAt
action: BEFORE
customValue:
type: custom_days
value: "60"
- operator: AND
firstValue: Overseerr.isRequested
action: EQUALS
customValue:
type: boolean
value: "true"
- operator: AND
firstValue: Radarr.tags
action: NOT_CONTAINS_PARTIAL
customValue:
type: text
value: dnd
- "2":
- operator: OR
firstValue: Plex.lastViewedAt
action: BEFORE
customValue:
type: custom_days
value: "365"
- operator: AND
firstValue: Radarr.tags
action: NOT_CONTAINS_PARTIAL
customValue:
type: text
value: dnd
- "3":
- operator: OR
firstValue: Plex.viewCount
action: EQUALS
customValue:
type: number
value: 0
- operator: AND
firstValue: Plex.addDate
action: BEFORE
customValue:
type: custom_days
value: "730"
- operator: AND
firstValue: Radarr.tags
action: NOT_CONTAINS_PARTIAL
customValue:
type: text
value: dnd