rfsbraz / deleterr

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

Does this work with Sonarr? #98

Closed newadventure079 closed 2 months ago

newadventure079 commented 2 months ago

Sonarr is mentioned all over the main repo but at https://github.com/rfsbraz/deleterr/blob/develop/docs/CONFIGURATION.md it says Sonarr [NOT IMPLEMENTED YET]

rfsbraz commented 2 months ago

It does work with Sonarr but it can only delete full series now, not individual seasons (https://github.com/rfsbraz/deleterr/issues/14). I'll update the docs thanks!

newadventure079 commented 2 months ago

Will it delete a single episode after being watched in Plex?

rfsbraz commented 2 months ago

No, if the show matches your configuration the entire show will be removed. So if you set a show to be deleted after being unwatched for 3 months, any play of any episode during that period will prevent it from being deleted. Like I said, more fine grain control over how a show is deleted (episode, season, show) will be added in the future.