From 0989fe8d420fe798a2c1b9b345b817a892ba9785 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 1 Aug 2024 13:43:12 +0000 Subject: [PATCH] Update extended.conf Changed default match distance to match 80% or above.... Source for change: https://tilores.io/damerau-Levenshtein-distance-with-adjacent-transpositions --- lidarr/extended.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lidarr/extended.conf b/lidarr/extended.conf index c8af2e7..63c31a2 100644 --- a/lidarr/extended.conf +++ b/lidarr/extended.conf @@ -31,7 +31,7 @@ configureTrackNamingSettings="false" # Configures Lidarr Track Naming ##### 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) +matchDistance="3" # 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