sct / overseerr

Request management and media discovery tool for the Plex ecosystem
https://overseerr.dev
MIT License
3.76k stars 437 forks source link

Feature Request: Default Anime Server Setting #2539

Closed jjjonesjr33 closed 2 years ago

jjjonesjr33 commented 2 years ago

Description

Requesting that the option to have a seperate anime sonar instance without being forced to have a default tv sonarr instance in the settings would be nice.

I run multiple containers. One for tv shows, one for 4k tv shows, and one for anime. The way that it is programmed now forces my tv show container to be used for anime as the default server request without manually changing it.

image

Desired Behavior

Just like how it is already setup to do a default server for the main server and a 4k server.

Add in the option to have a default anime server. image And remove the requirements for quality tv settings image

Additional Context

No response

Code of Conduct

TheCatLady commented 2 years ago

Duplicate of #1881

jjjonesjr33 commented 2 years ago

Duplicate of #1881

The request he has is in regards to radarr not sonarr.

p5nbTgip0r commented 2 years ago

The request he has is in regards to radarr not sonarr.

What I described in the issue isn't going to be the solution anymore, as the issue was changed to be about request routing. I'll work on changing it later when I have time. From what was said, I believe request routing will work similarly to Petio's filter system where you can modify which server a request gets sent to depending on whatever criteria you set in the filter.

In your case, an example of handling it would be: {TMDb Keywords} contains anime (which is how overseerr tells if a show is anime) then {your anime sonarr instance}.. or something similar to that.