Add a minimum confidence level threshold to match after scan runs.

This commit is contained in:
Marke Hallowell 2025-11-07 23:28:21 -08:00
parent 0ab72d879e
commit 3a751f711a
7 changed files with 54 additions and 7 deletions

View file

@ -69,6 +69,7 @@ class Library extends Model {
disableWatcher: false,
autoScanCronExpression: null,
matchAfterScan: false,
matchMinConfidence: 0,
skipMatchingMediaWithAsin: false,
skipMatchingMediaWithIsbn: false,
audiobooksOnly: false,