#Assign certain users to certain radarr servers

6 messages · Page 1 of 1 (latest)

brittle condor
#

I have two radarr instances, one for English language and one for Ukrainian/Russian.
I have Overseer users that I want that if they request a movie, their request is forwarded to the appropriate Radarr instance.

Is this possible with auto-accept a request? (I don’t want people to wait until I have accepted something)

tired gulch
#

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

#

And the logic to handle routing the request is in a bash script

brittle condor
#

Great, thanks danshilm, I'll take a look at that webhook!