Skip to content

Commit 0989fe8

Browse files
Update extended.conf
Changed default match distance to match 80% or above.... Source for change: https://tilores.io/damerau-Levenshtein-distance-with-adjacent-transpositions
1 parent cfbe400 commit 0989fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lidarr/extended.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ configureTrackNamingSettings="false" # Configures Lidarr Track Naming
3131
##### AUDIO SCRIPT
3232
# SEARCH
3333
searchSort="date" # date or album :: Sorts the missing/cutoff list by release date (newest -> oldest) or album type (album -> single) for processing the list
34-
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)
34+
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)
3535
lidarrSearchForMissing="true" # true = enabled :: When artists are added, search for them using Lidarr's built in functionality
3636
retryNotFound="90" ## :: Number of days between re-attempting the download of previously notfound albums
3737
ignoreInstrumentalRelease="false" # true = enabled :: Skips albums releases that have the word "instrumental" in either the title or disambiguation

0 commit comments

Comments
 (0)