From bf915f7067c086e7fb99e18d7c5b5b39fc380368 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Wed, 11 Jan 2023 09:04:34 -0600 Subject: [PATCH] add fifth example from sonarr page --- docs/config/radarr.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/config/radarr.md b/docs/config/radarr.md index fc352ac0..046a2194 100644 --- a/docs/config/radarr.md +++ b/docs/config/radarr.md @@ -56,7 +56,8 @@ radarr: Specifying different options for specific libraries: -In this example we have two Radarr instances, standard and 4K, and four libraries showing how one can override individual settings at the library level. +In this example we have two Radarr instances, standard and 4K, and four libraries showing how one can override individual settings at the library level. Also, movies are being added to the "Library05" library outside Radarr via a custom script and I want those new movies added to Radarr for tracking. + ``` libraries: @@ -85,6 +86,18 @@ libraries: token: SOME_OTHER_TOKEN root_folder_path: /data/media/movies/geezer quality_profile: Bestest + + Library05: # movies get added by a custom script so they should get added to radarr-4k + metadata_path: + - file: config/Movies.yml + radarr: + url: https://radarr-4k.bing.bang + token: SOME_OTHER_TOKEN + root_folder_path: /data/media/movies/bill + quality_profile: Bestest + add_existing: true + sonarr_path: /data/media/movies/bill + plex_path: /mnt/unionfs/movies/bill ... radarr: url: https://radarr.bing.bang