haijeploeg / excludarr

Excludarr manages your libraries in Radarr/Sonarr. It keeps track of your library and checks if your movies and series are also available on a configured streaming provider. It can exclude the movies and series that are available on a configured streaming provider. But it can also re-add movies and series if they are not streaming anymore.
MIT License
202 stars 12 forks source link

Remove from downloaders when deleting #80

Open KaiStarkk opened 1 year ago

KaiStarkk commented 1 year ago

Not sure if the APIs will allow this, but current behaviour is that the movie/serie will be deleted from Radarr/Sonarr, but files are left in the downloader.

Both Radarr/Sonarr are able to remove files from the downloader, but I'm not sure if they expose this function through the API?

KaiStarkk commented 1 year ago

The relevant API endpoint seems to be:

DELETE
[/api/v3/queue/{id}](https://sonarr.tv/docs/api/#/Queue/delete_api_v3_queue__id_)

This appears to also have the benefit of allowing blocklisting, which may resolve the current bug #79