Skip to content
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

Make Overseerr respect List Exclusions in Radarr/Sonarr #3931

Open
1 task done
chrisc96 opened this issue Sep 7, 2024 · 1 comment · May be fixed by #3941
Open
1 task done

Make Overseerr respect List Exclusions in Radarr/Sonarr #3931

chrisc96 opened this issue Sep 7, 2024 · 1 comment · May be fixed by #3941

Comments

@chrisc96
Copy link

chrisc96 commented Sep 7, 2024

Description

Now that Maintainerr is a thing, I have run into a bug where users have X show in their Plex Watchlist, my Maintainerr rules have deleted that TV show from my media, but Overseerr keeps requesting that show because it sees it as unfulfilled.

Maintainerr has the ability to exclude that show from lists when it's deleted/removed but Overseerr doesn't take this into account when dealing with Sonarr/Radarr. Hence, the cycle.

Desired Behavior

If a show or movie is in a list exclusion, it shouldn't be added to the service.

Additional Context

No response

Code of Conduct

  • I agree to follow Overseerr's Code of Conduct
@damsdev1
Copy link
Contributor

damsdev1 commented Sep 9, 2024

Here are some resources for making this PR if anyone wants to do it, I'm busy ATM:

Get import list exclusion with this : https://sonarr.tv/docs/api/#/ImportListExclusion/get_api_v3_importlistexclusion_paged
For unlimited record, i think if you pass -1 as pageSize parameter, you can get it.

For sonarr/radarr functions to add tv shows, i think it's in this code path: /server/api/servarr with addSeries and addMovie functions.

I will do it in few weeks if it's not done yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants