rfsbraz / deleterr

Deleterr is a Python script designed to help you manage available disk space in your Plex media server.
MIT License
147 stars 6 forks source link

Add Overseerr support #6

Open rfsbraz opened 1 year ago

rfsbraz commented 1 year ago
mlamoure commented 1 year ago

Just a comment - Overseer supports applying radarr tags to requests, which could be a method to support the first two bullets.

rfsbraz commented 1 year ago

Thats a good callout cheers, I'll add that to the docs

nandi95 commented 4 months ago

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

rfsbraz commented 4 months ago

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.