From 888a3c91be2a2e5b4cb92c4f459f2a8da19e3238 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Fri, 1 Sep 2023 17:13:46 -0500 Subject: [PATCH] Show specifically how settings and UI relate --- docs/config/radarr.md | 19 +++++++++++++++++++ docs/config/sonarr.md | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/docs/config/radarr.md b/docs/config/radarr.md index 1335f4c8..477c9e27 100644 --- a/docs/config/radarr.md +++ b/docs/config/radarr.md @@ -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: diff --git a/docs/config/sonarr.md b/docs/config/sonarr.md index 3b9eb12d..f9c89819 100644 --- a/docs/config/sonarr.md +++ b/docs/config/sonarr.md @@ -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: