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

Prevent Overseerr from making duplicate requests for previously requested seasons in a series #3858

Open
1 task done
AhmedNSidd opened this issue May 10, 2024 · 0 comments

Comments

@AhmedNSidd
Copy link

Description

Let's say that I have already requested the first 8 seasons of a show, and they've already been downloaded by Sonarr already, and Overseerr knows this. When I send a request for Season 9, the issue that i have is that it sends a request to Sonarr to search for every season 1-8 before requesting for Season 9 as well. I don't want this. This is causing my indexers to be hit more often than I'd like (I set global requests for a reason), and this is also slowing down the time it takes for the actual requested season to be downloaded as well.

Desired Behavior

What I would like to happen is for Overseerr to just send a request for the season that I actually want downloaded. If, in your eyes, there's still a use case for sending requests for previously sending requests for seasons that are already downloaded, then at least make this a configurable option for people like me.

Additional Context

No response

Code of Conduct

  • I agree to follow Overseerr's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant