Fallenbagel / jellyseerr

Fork of overseerr for jellyfin support.
https://docs.jellyseerr.dev/
MIT License
3.79k stars 239 forks source link

Jellyseerr forces full series search instead of just the selected season #710

Closed Atakku closed 1 month ago

Atakku commented 6 months ago

Description

When I try to request one more season to a partially available series jellyseerr seems to request sonarr to perform a full series search instead of just the new season(s) i requested, which can take quite a while with large shows, and lead to issues

Version

1.7.0 (docker.io/drcarrot/jellyseerr-postgres)

Steps to Reproduce

  1. Request another season on partially available series
  2. Watch as sonarr sends requests to indexers looking for S1, S2, S3, and finally S4

Screenshots

No response

Logs

No response

Platform

desktop

Device

PC

Operating System

Windows 11

Browser

Firefox

Additional Context

No response

Code of Conduct

Fallenbagel commented 6 months ago

Could you hop onto discord. This is a common configuration issue and we do troubleshooting there.

gauthier-th commented 4 months ago

Can this be closed?

PCJones commented 2 months ago

Can this be closed?

No. It's still a problem

Fallenbagel commented 2 months ago

Can this be closed?

No. It's still a problem

Can you detail how to reproduce this then? Because none of us can.

PCJones commented 2 months ago

Can this be closed?

No. It's still a problem

Can you detail how to reproduce this then? Because none of us can.

The issue has been explained a bit more here: https://github.com/Fallenbagel/jellyseerr/pull/711

You might need to set "Upgrade Until Custom Format Score" in your Sonarr quality profile to a really large number so that sonarr will (in theory) always look for upgrades and is never satisfied (as is recommended by TRaSH Guides). If you still can't reproduce it that way I will try to create a step by step guide with a clean sonarr instance to see what exactly is needed to reproduce this. For me it happens every time (which is no surprise though if you look at the code - I simply suspect that your Sonarr instance is fully satisfied with the already existing episodes and thus is not searching for them).

Fallenbagel commented 2 months ago

You might need to set "Upgrade Until Custom Format Score" in your Sonarr quality profile to a really large number so that sonarr will (in theory) always look for upgrades and is never satisfied (as is recommended by TRaSH Guides).

I already have that enabled. I just requested just season 2 of a series and i got just season 2 only

PCJones commented 2 months ago

Alright, I'll provide a step by step guide. It'll take a while as I'm currently on vacation.

gauthier-th commented 1 month ago

I can reproduce this