jellyseerr
jellyseerr copied to clipboard
[Feature Request] Anime profile support for Movies.
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
I currently have a webhook script that can do this. https://github.com/Fallenbagel/seerr-route For the meantime you could try that
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?
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
)
Perfect that should work just fine for me for the moment, I'll pay around with it on a test user like you suggested.
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.
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
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.
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.
~Duplicate #232~
Nevermind. I misread