From 9366030660bb0252532a77588c6f4c3fc379556e Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 4 Apr 2024 20:15:17 -0400 Subject: [PATCH] New downloadClientTimeOut setting for freyr #227 - Should resolve this request... --- lidarr/extended.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/lidarr/extended.conf b/lidarr/extended.conf index 3df75ca..f8886c7 100644 --- a/lidarr/extended.conf +++ b/lidarr/extended.conf @@ -42,6 +42,7 @@ 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... deezerClientTestDownloadId="197472472" # A known good deezer track id that is used to test/verify the client is functioning in the event all download attempts have failed. Prevents the script from exiting... tidalClientTestDownloadId="166356219" # A known good tidal track id that is used to test/verify the client is functioning in the event all download attempts have failed. Prevents the script from exiting... +downloadClientTimeOut="10m" # 's' for seconds (the default), 'm' for minutes, 'h' for hours or 'd' for days :: Kills freyr download client after the set timeout period, prevents lock ups... # 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