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 -a deleted` option #81

Open KaiStarkk opened 1 year ago

KaiStarkk commented 1 year ago

Currently functionality for the re-add function is to re-monitor any items that are unmonitored. This suits the delete -a not-monitored workflow.

I currently use the delete -a delete workflow (makes the most sense to me, and allows me to use the monitor/unmonitor status for other purposes). The request is to have a re-add option that suits this workflow. Summary below:

Workflow re-add -a deleted re-add -a not-monitored
Step 1 Check exclusions Check un-monitored
Step 2 If not available on providers, re-add and delete exclusion If not available on providers, re-monitor

Right column - existing function Left column - requested function

KaiStarkk commented 1 year ago

The list of previously excluded items could be found from API endpoint:

http://{HOST}:{PORT}/api/v3/importlistexclusion?apikey={API_KEY}