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

Dry run mode? #2

Closed pven closed 3 years ago

pven commented 3 years ago

Hi,

When I am right, there is no dry run mode in exclude_streaming_radarr. Is it possible to add this? I want to see which movies will be deleted, before they are really deleted in Radarr.

haijeploeg commented 3 years ago

Hi Pven,

That is correct, it is on my to do list. I will try to add this feature this week.

haijeploeg commented 3 years ago

Hi Pven,

I have just added a CLI tool. It took a little bit longer than I expected, but I decided to rewrite the tool to a more user friendly approach. You can now install the tool via: pip install excludarr. Please let me know if you encounter any other problems!