Updated Sonarr Attributes (markdown)

master
meisnate12 3 years ago
parent 1857abac32
commit 0bb0927947

@ -1,5 +1,8 @@
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. A TMDb configuration is required to use Sonarr. Here's the full set of attributes you can set with a `sonarr` mapping:
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. A TMDb configuration is required to use Sonarr.
Below is a `sonarr` mapping example and the full set of attributes:
```YAML
sonarr:
url: http://192.168.1.12:32789
@ -23,18 +26,19 @@ sonarr:
* The `token` can be found by going to `Sonarr > Settings > General > Security > API Key`
* The `quality_profile_id` is the number of the desired profile. It can be found by going to `Sonarr > Settings > Profiles`. Unfortunately, there's not an explicit place to find the `id`, but you can infer it from the `Profiles` page. Each profile is numbered, starting at `1` and incrementing by one, left-to-right, top-to-bottom. For example, the default Sonarr installation comes with four profiles:
```
1 2 3 4
Any SD HD-720p HD-1080p
```
If you were to add two more profiles, the `id` would be as follows:
```
1 2 3 4
Any SD HD-720p HD-1080p
5 6
Ultra-HD HD-720p/1080p
```
In this example, to set any added shows to the `Ultra-HD` profile, set `quality_profile_id` to `5`. To set any added shows to `HD-1080p`, set `quality_profile_id` to `4`.
```
1 2 3 4
Any SD HD-720p HD-1080p
```
If you were to add two more profiles, the `id` would be as follows:
```
1 2 3 4
Any SD HD-720p HD-1080p
5 6
Ultra-HD HD-720p/1080p
```
In this example, to set any added shows to the `Ultra-HD` profile, set `quality_profile_id` to `5`. To set any added shows to `HD-1080p`, set `quality_profile_id` to `4`.
Loading…
Cancel
Save