Show specifically how settings and UI relate

pull/1578/head
Chaz Larson 1 year ago
parent de16b1e4a2
commit 888a3c91be

@ -53,6 +53,25 @@ radarr:
![Radarr Details](radarr.png)
Based on that UI, the settings would be [settings not based on things in this image are shown as `-`]:
```yaml
radarr:
url: -
token: -
add_missing: -
add_existing: -
upgrade_existing: -
root_folder_path: /movies
monitor: movie
availability: announced
quality_profile: HD-1080p
tag:
search: true
radarr_path: -
plex_path: -
```
# Other examples:
Specifying different options for specific libraries:

@ -59,6 +59,27 @@ sonarr:
![Sonarr Details](sonarr.png)
Based on that UI, the settings would be [settings not based on things in this image are shown as `-`]:
```YAML
sonarr:
url: -
token: -
add_missing: -
add_existing: -
root_folder_path: /share
monitor: all
quality_profile: Any
language_profile: English
series_type: standard
season_folder: true
tag:
search: false
cutoff_search: false
sonarr_path: -
plex_path: -
```
# Other examples:
Specifying a second Sonarr instance for a specific library:

Loading…
Cancel
Save