2023-10-21, 08:00 PM
My goal here isn't to just separate items into a separate library that only kids can access; I've already got that pretty much figured out as to how to get it setup. What I want to do is automate it to some degree somewhere in the Jellyseerr > Radarr/Sonarr > Jellyfin pipeline so content with a certain genre/tag/rating automatically gets redirected to a different library root folder. With the Jellyfin plugin system I thought perhaps somebody already put something like this together, but I'm not seeing anything along those lines and to be honest I'm not really sure moving files around during import is even possible with the API.
I'm currently trying to get it to work via Radarr/Sonarr scripting events. I think it just might be doable by having a script access the REST API for each newly added movie/show and parse the relevant info via jq then just do a simple match on a set of tags and send a PUT request that updates the root folder.
I'm currently trying to get it to work via Radarr/Sonarr scripting events. I think it just might be doable by having a script access the REST API for each newly added movie/show and parse the relevant info via jq then just do a simple match on a set of tags and send a PUT request that updates the root folder.