From 0b9cda77b571a3dbf01d2b416c5c813726aadffc Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 23 Nov 2022 08:44:21 -0500 Subject: [PATCH] New "lidarrSearchForMissing" config option --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5203e8..983e355 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,9 @@ Container images are configured using parameters passed at runtime (such as thos | `-e addDeezerTopAlbumArtists=false` | true = enabled :: Enabling this will enable the extended script to automatically add artists that are on the Deezer Top Album Chart to your existing Lidarr instance | | `-e addDeezerTopTrackArtists=false` | true = enabled :: Enabling this will enable the extended script to automatically add artists that are on the Deezer Top Track Chart to your existing Lidarr instance | | `-e topLimit=10` | This setting controls the amount of Top Artist (Albums/Tracks/Artists) to add to Lidarr from Deezer | -| `-e addRelatedArtists=false` | true = enabled :: WARNING !!! WARNING !!! Enabling this can cause an endless loop of additional artists.... Enabling this will enable the extended script to automatically add artists that are related to your existing Lidarr artists from Deezer | +| `-e addRelatedArtists=false` | true = enabled :: WARNING !!! WARNING !!! Enabling this can cause an endless loop of additional artists.... Enabling this will enable the extended script to automatically add artists that are related to your existing Lidarr artists from Tidal & Deezer | | `-e numberOfRelatedArtistsToAddPerArtist=5` | 1-20 :: This will limit the number of related artists to add per artist in your library :: Minimum is 1, Maximum is 20 | +| `-e lidarrSearchForMissing=true` | true = enabled :: When artists are added, search for them using Lidarr's built in functionality | | `-e addFeaturedVideoArtists=false` | true = enabled :: WARNING !!! WARNING !!! Enabling this can cause an endless loop of additional artists.... Enabling this will enable the extended Video script to automatically add Music Video Featured Artists to your existing Lidarr artists from IMVDB | | `-e plexUrl=http://x.x.x.x:32400` | ONLY used if PlexNotify.bash is used...| | `-e plexToken=` | ONLY used if PlexNotify.bash is used... (How to obtain token, visit: [Plex Support Article](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token)| @@ -161,6 +162,7 @@ docker create \ -e topLimit=10 \ -e addRelatedArtists=false \ -e numberOfRelatedArtistsToAddPerArtist=5 \ + -e lidarrSearchForMissing=true \ -e addFeaturedVideoArtists=false \ -e plexUrl=http://x.x.x.x:32400 \ -e plexToken=Token_Goes_Here \ @@ -212,6 +214,7 @@ services: - topLimit=10 - addRelatedArtists=false - numberOfRelatedArtistsToAddPerArtist=5 + - lidarrSearchForMissing=true - addFeaturedVideoArtists=false - plexUrl=http://x.x.x.x:32400 - plexToken=Token_Goes_Here