Adds a 'Match after scan' option to the manual schedule configuration options for scanning.

This commit is contained in:
Marke Hallowell 2025-11-03 20:55:44 -08:00
parent 0c7b738b7c
commit 0ab72d879e
8 changed files with 169 additions and 101 deletions

View file

@ -125,6 +125,7 @@ export default {
skipMatchingMediaWithAsin: false,
skipMatchingMediaWithIsbn: false,
autoScanCronExpression: null,
matchAfterScan: false,
hideSingleBookSeries: false,
onlyShowLaterBooksInContinueSeries: false,
metadataPrecedence: ['folderStructure', 'audioMetatags', 'nfoFile', 'txtFiles', 'opfFile', 'absMetadata'],