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

Add Sonarr? #4

Closed jokerigno closed 2 years ago

jokerigno commented 3 years ago

Hi,

do you think it would be possible to add same method also for Sonarr?

haijeploeg commented 3 years ago

Hi jokerigno,

I have thought about it. I am currently rewriting the whole script to a command line tool, so it will become easier to list, delete and configure :). Unfortunately lately I have a lot of other work to do, but I expect to pick up development of the script this week. When the basic functionalitity of Radarr is integrated in the tool, I will try to add Sonarr as well.

I have to figure out if there is some API available that lists also series. Via the API of TMDB I cannot do that. I will come back to you as soon as I have a solution for this!

jokerigno commented 3 years ago

Great! For sonarr I think you can use TMDB as well:

https://www.themoviedb.org/documentation/api

Or JustWatch for example.

haijeploeg commented 3 years ago

Hi Jokerigno,

You are right! I thought it was not available for the TV endpoint. https://developers.themoviedb.org/3/tv/get-tv-watch-providers. I will definitely integrate this :).

jokerigno commented 3 years ago

Hi, any update on using also sonarr?

Moreover are you thinking on a docker container to run it? Or how is the best way to run it?

haijeploeg commented 3 years ago

Hi Jokerigno,

No there is not an update for Sonarr yet. Lately I did not have a lot of spare time. In the beginning of May I have some free time again, I'm planning to intergrate this during those days.

I prefer to run this as a cronjob just on the system. I am planning to release a docker container as well that you can use.

jokerigno commented 3 years ago

Great news. I hope to have this and not_monitored (highlighted in another issue)to final have a lot of free space again!

foXaCe commented 2 years ago

hello, do you still have plans to adapt it to sonarr?

haijeploeg commented 2 years ago

I finally found the time to integrate this. You can check the progress in the linked PR.

foXaCe commented 2 years ago

hello very good I'm waiting the merge

haijeploeg commented 2 years ago

This has been added in version 0.2.0. Sonarr is only supported on the exclude command yet. The check command will be later added. Let me know what you think of it!