jellyseerr icon indicating copy to clipboard operation
jellyseerr copied to clipboard

[Feature Request] Anime profile support for Movies.

Open Middlepepper opened this issue 1 year ago • 9 comments

Description

Can you provide support for anime profiles with Radarr?

Currently there is no option to allow for an "Anime" Profile in the Radarr Server screen. The Main as is just so it select a seperate library or profile if the ANIME_KEYWORD_ID = 210024 is found on themoviedb

Desired Behavior

Having the following options enable for Radarr instance and apply if ANIME_KEYWORD_ID = 210024 is detected on themoviedb for a requested movie.

Anime Quality Profile Anime Root Folder Anime Language Profile Anime Tags

Additional Context

This might be related to issue #195 but I think the callout here is slightly different.

Code of Conduct

  • [X] I agree to follow Overseerr's Code of Conduct

Middlepepper avatar Mar 26 '23 11:03 Middlepepper

I currently have a webhook script that can do this. https://github.com/Fallenbagel/seerr-route For the meantime you could try that

fallenbagel avatar Mar 26 '23 12:03 fallenbagel

Well I was not expecting that quick of a reply. Thank you! I'll give this a try So if I spin this up on say python /path/to/Seerr-Route.main.py & it'll just run in the background and flip any request per the "rootFolder" set for the values?

Middlepepper avatar Mar 26 '23 22:03 Middlepepper

Well I was not expecting that quick of a reply. Thank you! I'll give this a try So if I spin this up on say python /path/to/Seerr-Route.main.py & it'll just run in the background and flip any request per the "rootFolder" set for the values?

As long as you set the api keys and the jellyseerr url and the rootfolder paths yes. (Sorry I have not had time to modularise and keep the config in a seperate file with an easier to configure manner )

To test you could try requesting from a user that doesn't have advanced request permissions and watch as it changes rootfolder c:

EDIT: (I have notifications set through ntfy when it changes rootfolder and see it just changed it. For contexr, my default rootFolder on radarr is in a folder that ends with ***/movies and not Animemovies) Screenshot_20230327_053056_ntfy.jpg

fallenbagel avatar Mar 27 '23 00:03 fallenbagel

Perfect that should work just fine for me for the moment, I'll pay around with it on a test user like you suggested.

Middlepepper avatar Mar 27 '23 01:03 Middlepepper

Would support for different quality profiles be possible too? I see no workaround for this use case. I use Trash Guides and one of the aspects to it is that there's a specific profile for Anime. I don't think your script does this, unfortunately.

luckycold avatar May 18 '23 02:05 luckycold

Would support for different quality profiles be possible too? I see no workaround for this use case. I use Trash Guides and one of the aspects to it is that there's a specific profile for Anime. I don't think your script does this, unfortunately.

That script is supposed to be an example. The api endpoints of jellyseerr is what the script uses and it can be modified to do exactly that too. I could make a seperate branch that changes quality profiles too later this weekend

fallenbagel avatar May 18 '23 12:05 fallenbagel

That script is supposed to be an example. The api endpoints of jellyseerr is what the script uses and it can be modified to do exactly that too. I could make a seperate branch that changes quality profiles too later this weekend

I'll go ahead and try my hand at modifying it. This is my first time doing this kind of thing. So, I'll give an update this weekend if I couldn't figure it out.

luckycold avatar May 18 '23 15:05 luckycold

I ran into too many issues for this. I'm out of my depth on this, since I can't even get it to run at all, let alone getting it to work for my purposes.

luckycold avatar May 18 '23 20:05 luckycold

~Duplicate #232~

Nevermind. I misread

fallenbagel avatar Nov 11 '23 09:11 fallenbagel