sendOnly implemented

This commit is contained in:
2022-07-08 15:08:00 +02:00
parent b91fff6166
commit b73f80dd68
2 changed files with 169 additions and 122 deletions
+3 -3
View File
@@ -54,10 +54,10 @@ At first start it will create an empty config file `./novelConfig.conf`, adjust
"completedVolumeChapterCount": 50, // How many chapters to pack per eBook
"redownload": false // Redownload all chapters, repack into volumes, do not send via
// email, intended for completed series archiving
"sendOnly": false, // TODO: only send epub files via email, for cases with external
"sendOnly": false, // Only send epub files via email, for cases with external
// source of epub files
"sendOnlyRegex": ""(?<volume>\\d*). (?<title>.*); (?<author>.*)"" // TODO: metadata regex for
// extracting information from filename for external sources
"sendOnlyRegex": ""(?<volume>\\d*). (?<title>.*); (?<author>.*)"" // Metadata regex for extracting
// information from filename for external sources
},
"novels": [
// Table of novels to process, insert the template structure