2
0
Fork 0
mirror of https://github.com/meisnate12/Plex-Meta-Manager synced 2025-03-03 06:47:30 +00:00

Show specifically how settings and UI relate

This commit is contained in:
Chaz Larson 2023-09-01 17:13:46 -05:00
parent de16b1e4a2
commit 888a3c91be
2 changed files with 40 additions and 0 deletions

View file

@ -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:

View file

@ -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: