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

  1. SSH into your server
  2. sudo pts
  3. Choose options 5
  4. Choose option 2
  5. type radarsyncarr
  6. Hit Enter
  7. type A to begin the installation

Once the install successfully completes, move on to the next heading.

Gathering Your API Keys from Radarr

  1. In your browser open radarr.yourdomain.com
  2. Click on the Settings button
  3. Click on General
  4. Copy your API key
  5. This key will be your RADARR_A_KEY

Gathering Your API Keys from Radarr4k

  1. In your browser open radarr4k.yourdomain.com
  2. Click on the Settings button
  3. Click on General
  4. Copy your API key
  5. 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

  1. Open radarr4k.yourdomain.com in your browser.
  2. Press "F12"
  3. Click on "Network" in the right-hand split of your screen
  4. Scroll down and click "profile" it could be "qualityprofile" if using V3 as shown in 2nd image
  5. 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

  1. write down your id to be used in the next heading

Configuring ENV Variables for radarrsyncarr in Portainer

  1. In your browser open portainer.yourdomain.com
  2. Click on Containers
  3. Click on radarrsyncarr
  4. Click on Duplicate/Edit
  5. Click on Env under "Advanced container settings"
  6. Where you see RADARR_A_KEY paste your Radarr API key into the value field
  7. Where you see RADARR_B_KEY paste your Radarr4k API key into the value field
  8. 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
  9. Where you see RADARR_B_PROFILE_ID paste your RADARR_B_PROFILE_ID into the value field
  10. 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?

  1. Click Replace

Congratulations you have deployed radarrsyncarr!!!

Original Project: https://github.com/syncarr/syncarr