Configuring Sonarr is optional but will allow you to send shows to a Sonarr instance when they're found missing while updating a library's collections.
A sonarr
mapping can be either in the root of the config file as global mapping for all libraries or you can specify the sonarr
mapping individually per library.
Below is a sonarr
mapping example and the full set of attributes:
sonarr:
url: http://192.168.1.12:32789
token: ################################
version: v3
quality_profile: HD-1080p
root_folder_path: S:/Shows
add: true
search: false
tag: pmm
Name | Attribute | Allowed Values | Default | Required |
---|---|---|---|---|
Sonarr URL | url |
Sonarr URL Example: http://192.168.1.12:32788 |
N/A | ✔️ |
API Token | token |
Sonarr API Token | N/A | ✔️ |
Sonarr Version | version |
v2 : for < 0.2v3 : for > 3.0 |
v2 | ❌ |
Root Folder Path | root_folder_path |
Sonarr Root Folder Path To Use | N/A | ✔️ |
Quality Profile | quality_profile |
Quality Profile To Use | N/A | ✔️ |
Add | add |
Add missing shows found to Sonarr boolean: true or false |
false | ❌ |
Search | search |
Search when adding missing shows to Sonarr boolean: true or false |
false | ❌ |
Tag | tag |
Add this list or comma-separated string of tags to every show added to Sonarr | |
❌ |
-
The
token
can be found by going toSonarr > Settings > General > Security > API Key
-
The
quality_profile
must be the exact name of the desired quality profile, including all spaces and capitalizations.