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

Custom request routing #1881

Open
p5nbTgip0r opened this issue Jul 11, 2021 · 9 comments
Open

Custom request routing #1881

p5nbTgip0r opened this issue Jul 11, 2021 · 9 comments

Comments

@p5nbTgip0r
Copy link

Description

I maintain a separate library in Plex for anime movies so they aren't mixed in with non-anime films. This requires them to have a different root folder in Radarr. However, unlike the Sonarr configuration, there's no anime-specific options in Overseerr's Radarr configuration. This means that requests for anime films need to be moved to the correct root folder and have their quality profile changed.

Desired Behavior

In the Radarr service configuration, there should be quality profile and root folder options specifically for anime movies similar to Sonarr's configuration menu.

If a movie's original language is Japanese and one of the genres is animation, consider the movie to be anime and use the anime-specific options in the configuration for adding the movie to Radarr.

Additional Context

This feature is already implemented in Requestrr. The logic described above was taken from their source code:
https://github.com/darkalfx/requestrr/blob/4c6aed1aeca8f514d61409dad2eb7a3c94ca7cce/Requestrr.WebApi/RequestrrBot/DownloadClients/Radarr/RadarrClientV3.cs#L507
https://github.com/darkalfx/requestrr/blob/4c6aed1aeca8f514d61409dad2eb7a3c94ca7cce/Requestrr.WebApi/RequestrrBot/DownloadClients/Radarr/RadarrClientV3.cs#L278

@TheCatLady
Copy link
Collaborator

TheCatLady commented Jul 13, 2021

It seems like anime movies are tagged with the anime keyword on TMDb, just like TV shows are. Since that's the case, we should use the same logic that's already present for TV shows.

@TheCatLady TheCatLady self-assigned this Jul 13, 2021
@sct
Copy link
Owner

sct commented Jul 13, 2021

It seems like anime movies are tagged with the anime keyword on TMDb, just like TV shows are. Since that's the case, we should use the same logic that's already present for TV shows.

Sonarr only has special logic for this because it has a special anime series type. We will handle this with our request routing feature in the future.

@sct sct closed this as completed Jul 13, 2021
@sct sct reopened this Jul 13, 2021
@sct
Copy link
Owner

sct commented Jul 13, 2021

I will leave this open actually so we can reference the issue then. But it will not work as described here.

@TheCatLady TheCatLady removed their assignment Jul 13, 2021
@samwiseg0 samwiseg0 changed the title Separate Radarr settings if a movie is anime Custom request routing for multiple servers Aug 16, 2021
@stale

This comment has been minimized.

@stale stale bot added the stale label Oct 15, 2021
@sct

This comment has been minimized.

@ShivamB25
Copy link

any updates yet to this ?

@itsmemac
Copy link

itsmemac commented Nov 21, 2023

This option would be also useful for users like me who segregates movies based on languages and genre

I have my library separated based on languages in both plex and radarr so its easy to select a movie quickly in the particular language

Radarr instance has multiple root paths and user requesting through overseerr should select the appropriate root folder so once the download is done, it will be moved to the specific language folder.

It would be better to auto select root folder based on tags of the movie like below so users don't request in the wrong root folder

Language - English == /English
Genre - Animation == /Animated
and so on...

@AurimasNav
Copy link

AurimasNav commented Nov 29, 2023

Also using multiple root folders/libraries for things like "kids movies".
Ability to define some rule set how overseer would select root folder without user interaction would be very welcome.
Users constantly forget to change folders for their requests and then they are looking for stuff in the wrong libraries.

There are few support posts regarding root folders in the discord, really hoping for this to be implemented in dev to give it a go:
https://discord.com/channels/783137440809746482/1134590849922117692
https://discord.com/channels/783137440809746482/1165648594481713152
https://discord.com/channels/783137440809746482/1155866875335561278
https://discord.com/channels/783137440809746482/1133141052333756486

@thoughtsunificator
Copy link

It's worth nothing that this is a must when using the Auto-Request feature in a context where you have more than one root folder (anime vs non-anime for example).
We could port the autotagging feature of Sonarr/Radarr to Overseer...

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

8 participants