mdhiggins / sickbeard_mp4_automator

Automatically convert video files to a standardized format with metadata tagging to create a beautiful and uniform media library
MIT License
1.5k stars 206 forks source link

Handles Multiple Instances of Radarr on same server #1590

Closed sowie2016 closed 2 years ago

sowie2016 commented 2 years ago

Is there anyway to handle multiple instances of Radarr on the same server?

I have a fork of Radarr which I would also like to automate transcoding of the files but as Radarr is already installed on the same server I'm not sure how this would work.

mdhiggins commented 2 years ago

Shouldn't be a problem just set it up like you normally would but use completed download handling instead of a post downloader scripts and use different labels for each instance of Radarr

sowie2016 commented 2 years ago

Struggling with this. Any chance whisparr can be supported with its own script and config settings?

https://wiki.servarr.com/en/whisparr

mdhiggins commented 2 years ago

Ah yeah this won't work, I figured you just meant another instance of Radarr (lots of people will run 2 instances for 4k/non4k content for example) not a completely new fork with new environment variables and API endpoints

I would be open to a pull request but probably not something I'm going to have time to do in the near future

You would need to add this to the settings and port postRadarr.py and probably autoProcess/radarr.py to use the relevant API endpoints and alternate environment variables, and potentially update all the download client scripts to support whisparr