From 06439f37c4b66e0b147aa078fe0983fb15bd12d3 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 1 Aug 2024 15:33:53 +0000 Subject: [PATCH] new setting preventRelatedArtistsLoop #230 - Resolves this issue --- lidarr/extended.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/lidarr/extended.conf b/lidarr/extended.conf index 63c31a2..59ec5a9 100644 --- a/lidarr/extended.conf +++ b/lidarr/extended.conf @@ -65,6 +65,7 @@ topLimit="3" # This setting controls the amount of T 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 numberOfRelatedArtistsToAddPerArtist="1" # 1-20 :: This will limit the number of related artists to add per artist in your library :: Minimum is 1, Maximum is 20 autoArtistAdderMonitored="true" # true or false :: If true, artists that are added automatically are monitored, when false they are added in an unmonitored state +preventRelatedArtistsLoop="true" # true = enabled :: This will prevent added related artists from adding additional related artists, thus killing an endless loop. This works by using the Lidarr's tag system (arr-extended), Remove tag from artist to allow it to be proessed for related artists... ##### VIDEO SCRIPT 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