From b4f48f35658bd8a253bc96e8d5184405c21cbe55 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 13 Jul 2023 09:39:18 -0400 Subject: [PATCH] Update extended.conf --- lidarr/extended.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lidarr/extended.conf b/lidarr/extended.conf index 82749ca..eee7681 100644 --- a/lidarr/extended.conf +++ b/lidarr/extended.conf @@ -30,14 +30,14 @@ requireQuality="false" # true = enabled :: Downloads will be checked for quality # POST PROCESSING enableBeetsTagging="true" # true = enabled :: Downloads will be processed and tagged by Beets -enableReplaygainTags="true" # true = enabled :: Downloads will be tagged with Replaygain Metadata beetsMatchPercentage="90" # 1-100 :: Set this to the minimum percentage required for Beets to match the downloaded album to a musicbrainz release :: Lower percentage is less restrictive +enableReplaygainTags="true" # true = enabled :: Downloads will be tagged with Replaygain Metadata # ADD ARTIST AUTOMATION -topLimit="3" # This setting controls the amount of Top Artist (Albums/Tracks/Artists) to add to Lidarr from Deezer addDeezerTopArtists="false" # true = enabled :: Enabling this will enable the extended script to automatically add artists that are on the Deezer Top Artist Chart to your existing Lidarr instance 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 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 +topLimit="3" # This setting controls the amount of Top Artist (Albums/Tracks/Artists) to add to Lidarr from Deezer 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