ssendOnly convert function added

This commit is contained in:
2022-07-08 16:52:07 +02:00
parent b73f80dd68
commit 888cf42b8d
2 changed files with 34 additions and 16 deletions
+3
View File
@@ -56,6 +56,9 @@ At first start it will create an empty config file `./novelConfig.conf`, adjust
// email, intended for completed series archiving
"sendOnly": false, // Only send epub files via email, for cases with external
// source of epub files
"sendOnlyFormat": "epub" // Format filter for sendOnly files
"sendOnlyConvert": true, // Convert sendOnly files, epub => epub is supported,
// useful for compressing images in big files
"sendOnlyRegex": ""(?<volume>\\d*). (?<title>.*); (?<author>.*)"" // Metadata regex for extracting
// information from filename for external sources
},