-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrieve blacklist from radarr instead of adding manually in config (Blacklisted_tmdb_ids) #84
Comments
Here is the api request and response from endpoint /api/exclusions
P.S: I dont like Christmas or feminists! LOL |
Traktarr already filters movies that are in Radarr (traktarr.py)
This seems like the place to add it. I think it would be best to make it a variable, set to on by default. I've found another issue, which is related, and would most likely be addressed in the same filter above. Also when adding Trakt Lists to Radarr via Radarr, it will not add a movie if it doesn't match to TMDB. If you were to instead add the same list via Traktarr, it'll add the movie (unmatched to TMDB). I think it would be best to have the same behavior in Traktarr as seen in Radarr, it would be best as a variable, set to on by default. |
Also, some people might be using the "Blacklisted_tmdb_ids" in the config as it works right now so maybe good to keep that and concatenate that value with the radarr api value so manual input is still possible. |
Added in f102452. |
Hello,
Radarr has the ability to blacklist movies so they dont get added again.
Traktarr adds movies that have been blacklisted in radarr. Traktarr should check if the movie has been blacklisted in radarr before adding.
Thanks
The text was updated successfully, but these errors were encountered: