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
194 stars 13 forks source link

Re-Add not changing monitored status #77

Open Argosy87 opened 1 year ago

Argosy87 commented 1 year ago

Hi,

I was just trying what if i add the movies in radarr unmonitored and then let excludarr check if they are available else where or not before my download starts... Now i noticed that excludarr scan every file and give the correct output and asks me to change to monitored, then says it Succesfully changed the status of the movies listed in Radarr to monitored! When i go check in radarr they are still unmonitored.

Argosy87 commented 1 year ago

I know very little of this code but i see in radarr_actions.py that there only is one argument to change the monitored flag? When i try the api it needs a validation of the id, qualityProfileId and the path? When i try the api with all this data the status changes.