From df1b9eb8468236424de853df9ea6376f16ad7a02 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 11 Jan 2024 18:34:22 +0000 Subject: [PATCH] Add ignoreInstrumentalRelease #159 --- lidarr/extended.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lidarr/extended.conf b/lidarr/extended.conf index a5bfac7..ae40e55 100644 --- a/lidarr/extended.conf +++ b/lidarr/extended.conf @@ -29,10 +29,11 @@ configureTrackNamingSettings="true" ##### AUDIO SCRIPT # SEARCH -searchSort="date" # date or album :: Sorts the missing/cutoff list by release date (newest -> oldest) or album type (album -> single) for processing the list -matchDistance="5" # The number of changes required to transform the searched album title into a possible found album title match... (0, requires a perfect match) -lidarrSearchForMissing="true" # true = enabled :: When artists are added, search for them using Lidarr's built in functionality -retryNotFound="90" ## :: Number of days between re-attempting the download of previously notfound albums +searchSort="date" # date or album :: Sorts the missing/cutoff list by release date (newest -> oldest) or album type (album -> single) for processing the list +matchDistance="5" # The number of changes required to transform the searched album title into a possible found album title match... (0, requires a perfect match) +lidarrSearchForMissing="true" # true = enabled :: When artists are added, search for them using Lidarr's built in functionality +retryNotFound="90" ## :: Number of days between re-attempting the download of previously notfound albums +ignoreInstrumentalRelease="false" # true = enabled :: Skips albums releases that have the word "instrumental" in either the title or disambiguation # CLIENT dlClientSource="deezer" # deezer, tidal or both :: set to both, to use both clients, tidal requires extra steps, view logging output