From b86b278dd4c360979cd952d98b34c9920ba3808d Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 28 Jul 2023 09:48:27 +0000 Subject: [PATCH] Add failedDownloadAttemptThreshold #40 --- lidarr/extended.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/lidarr/extended.conf b/lidarr/extended.conf index ef5ac68..5e63d36 100644 --- a/lidarr/extended.conf +++ b/lidarr/extended.conf @@ -29,6 +29,7 @@ retryNotFound="90" ## :: Number of days between re-attempting the download of pr dlClientSource="deezer" # deezer, tidal or both :: set to both, to use both clients, tidal requires extra steps, view logging output arlToken="" # OPTIONAL (fallback using Freyr) - User ARL token for deemix client tidalCountryCode="US" # Country Code required for tidal +failedDownloadAttemptThreshold="6" # Maximum number of attempts to download a particular album ID from the service before considering it a failed download... # QUALITY audioLyricType="both" # both or explicit or clean :: both, is explicit preferred matching, explicit is explicit releases only matching and clean is clean releases only matching