Open rfsbraz opened 1 year ago
Just a comment - Overseer supports applying radarr tags to requests, which could be a method to support the first two bullets.
Thats a good callout cheers, I'll add that to the docs
It would be a good addition. Only delete things that have been watched by the requester (and have been sitting idly for a while)
This is what I started to work on before finding this repo: The logic would be something like https://github.com/nandi95/removearr/blob/main/main.ts#L20
It would be a good addition. Only delete things that have been watched by the requester (and have been sitting idly for a while)
This is what I started to work on before finding this repo: The logic would be something like https://github.com/nandi95/removearr/blob/main/main.ts#L20
That's a good suggestion, although my goal is to rely on little external configuration as possible. Still, that could be a good in-between step if I only add support for filtering overserr users.