Configuring Radarr is optional but will allow you to send movies to a Radarr instance when they're found missing while updating a library's collections.
A radarr
mapping can be either in the root of the config file as global mapping for all libraries or you can specify the radarr
mapping individually per library.
Below is a radarr
mapping example and the full set of attributes:
radarr:
url: http://192.168.1.12:32788
token: ################################
add: true
root_folder_path: S:/Movies
monitor: true
availability: announced
quality_profile: HD-1080p
tag: pmm
search: false
Name | Attribute | Allowed Values | Default | Required |
---|---|---|---|---|
Radarr URL | url |
Radarr URL Example: http://192.168.1.12:32788 |
N/A | ✔️ |
API Token | token |
Radarr API Token | N/A | ✔️ |
Add | add |
Add missing movies found to Radarr boolean: true or false |
false | ❌ |
Add Existing | add_existing |
Add movie existing in this collection to Radarr boolean: true or false |
false | ❌ |
Root Folder Path | root_folder_path |
Radarr Root Folder Path To Use | N/A | ✔️ |
Monitor | monitor |
Monitor the added movie | true | ❌ |
Availability | availability |
Minimum Availability of the Movie Options: announced , cinemas , released , db |
announced |
✔️ |
Quality Profile | quality_profile |
Quality Profile To Use | N/A | ❌ |
Tag | tag |
Add this list or comma-separated string of tags to every movie added to Radarr | |
❌ |
Search | search |
Search when adding missing movies to Radarr boolean: true or false |
false | ❌ |
-
The
token
can be found by going toRadarr > Settings > General > Security > API Key
-
The
quality_profile
must be the exact name of the desired quality profile, including all spaces and capitalization. -
You can set most attributes per collection by using the Radarr Collection Detail