You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dark-person
changed the title
Support custom export location of Quick Export & Normal Export
Config: Customize default export folder (Both Normal Export & Quick Export)
Mar 9, 2024
### Changes (New Feature)
- Use `koanf` as config package
- Allow user to define default export folder by `config.yaml`
- Update gitignore and docs
### Related Issues
This change can solve 1st part of issue #58.
Support user to choose directory that output:
.cbz
file.cbz
file that wrapped with folderIf user keep blank for this setting, then default setting will be used (export inside image directory).This will be handle by proposal in issue #63Config Proposal
Provide a new config value:
comic_directory_standard
: Apply to normal generate processcomic_directory_quick
: Apply to Quick Export ONLYNotes
Consider allow user to define multiple
comic_directory_standard
from config, whilecomic_directory_quick
must be ONE only.The text was updated successfully, but these errors were encountered: