radarrsyncarr - n05urpr1532-MHA-Team/PTS-Team GitHub Wiki
radarrsyncarr
Syncs two Radarr instances through the web API.
This will allow you to maintain the same movies in your Radarr and Radarr4k Libraries.
Installation
- SSH into your server
- sudo pts
- Choose options 5
- Choose option 2
- type radarsyncarr
- Hit Enter
- type A to begin the installation
Once the install successfully completes, move on to the next heading.
Gathering Your API Keys from Radarr
- In your browser open radarr.yourdomain.com
- Click on the Settings button
- Click on General
- Copy your API key
- This key will be your RADARR_A_KEY
Gathering Your API Keys from Radarr4k
- In your browser open radarr4k.yourdomain.com
- Click on the Settings button
- Click on General
- Copy your API key
- This key will be your RADARR_B_KEY
Once you have both keys copied down to notepad, move on to the next heading.
Gathering your RADARR_B_PROFILE_ID
- Open radarr4k.yourdomain.com in your browser.
- Press "F12"
- Click on "Network" in the right-hand split of your screen
- Scroll down and click "profile" it could be "qualityprofile" if using V3 as shown in 2nd image
- click the down arrow to expand on the right-hand side under "preview"
As you can see in the example directly above, my id would be 5
- write down your id to be used in the next heading
Configuring ENV Variables for radarrsyncarr in Portainer
- In your browser open portainer.yourdomain.com
- Click on Containers
- Click on radarrsyncarr
- Click on Duplicate/Edit
- Click on Env under "Advanced container settings"
- Where you see RADARR_A_KEY paste your Radarr API key into the value field
- Where you see RADARR_B_KEY paste your Radarr4k API key into the value field
- Where you see RADARR_B_PATH put the path to where your Radarr4k movies are stored i.e. /mnt/unionfs/4kmovies/ into the value field
- Where you see RADARR_B_PROFILE_ID paste your RADARR_B_PROFILE_ID into the value field
- Finally, click on the "Deploy the container" button
You will see Are you sure ? A container with the same name already exists. Portainer can automatically remove it and re-create one. Do you want to replace it?
- Click Replace
Congratulations you have deployed radarrsyncarr!!!
Original Project: https://github.com/syncarr/syncarr