#Assign certain users to certain radarr servers
6 messages · Page 1 of 1 (latest)
Not possible when auto-accepting a request unfortunately.
Though, I do have that set up personally using a webhook server and the webhooks notifications.
That webhook server basically then checks if the movie/show requested is in X language, then it edits the request to change the destination Radarr server to the appropriate one, and lastly approves the request
I use this webhook server (https://github.com/adnanh/webhook) in a Docker container
And the logic to handle routing the request is in a bash script
Great, thanks danshilm, I'll take a look at that webhook!