[106] Merge remote-tracking branch 'chazlarson/arr-examples' into nightly

pull/1595/head
meisnate12 1 year ago
commit 4b439d596f

@ -53,6 +53,25 @@ radarr:
![Radarr Details](radarr.png) ![Radarr Details](radarr.png)
Based on that UI, the settings would be [settings not based on things in this image are shown as `#`; url and token are of course required they are not shown here to focus on the settings that are shown above]:
```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: # Other examples:
Specifying different options for specific libraries: Specifying different options for specific libraries:

@ -59,6 +59,27 @@ sonarr:
![Sonarr Details](sonarr.png) ![Sonarr Details](sonarr.png)
Based on that UI, the settings would be [settings not based on things in this image are shown as `#`; url and token are of course required they are not shown here to focus on the settings that are shown above]:
```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: # Other examples:
Specifying a second Sonarr instance for a specific library: Specifying a second Sonarr instance for a specific library:

Loading…
Cancel
Save