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
197 stars 12 forks source link

Change Excluded to Monitored if not on streaming services #15

Closed KaHooli closed 2 years ago

KaHooli commented 3 years ago

I'd like to see an option that would make movies/shows that are Excluded back to Monitored if they are no longer found on a streaming service.

I can imagine not everyone will want this option, hence it being optional. 😁

haijeploeg commented 3 years ago

Hi Kahooli,

I investigated this and this should be possible. I could check if the movie is blacklisted in radarr and retrieve all not monitored movies and set them to monitored.

I will try to develop another subcommand for this in the upcoming days.

haijeploeg commented 2 years ago

Hmm, I tried a few methods, but there is no possible way to read the excluded movies via the API unfortunately. I first thought blacklist is the same as excluded, but blacklist is ofc the blacklisted releases that failed to download for example.

I can however read all not-monitored movies and set them back to monitored if they are not on a streaming provider anymore. Is that something you would like to see?

KaHooli commented 2 years ago

I can however read all not-monitored movies and set them back to monitored if they are not on a streaming provider anymore. Is that something you would like to see?

That sounds good 👍

haijeploeg commented 2 years ago

This has been added in version v0.1.5. You can upgrade using pip or docker :)