Skip to content

Items get repeatedly removed and added back to collections #1446

@Zipties

Description

@Zipties

I am having an issue where all items in the collection are being removed each night, and then being added again shortly after

image

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions