* Adds options to use metadata title as output name
* update .ui files
* write rest
* small fixes
* small fix
* fix small
---------
Co-authored-by: Alex Xu <alexkurosakimh3@gmail.com>
* Added basic CBZ combine func
Need to add support for epub and maybe mobi.
* Removed irrelevant code for CBZ file fusion
* Fixed false description
* Removed irrelevant code
* Removed redundant code
Replaced page tracker and os.rename with os.renames. Removed unneeded reference to gui. Changed mkdir to mkdtemp.
* Made folder and cbz work together
You can select multiple folders of images, multiple cbz files, and folders with subfolders. Fusion will combine them all together at the same time. Mainly added this to idiot proof it.
* Updated gui
Removed redundant tooltip
* simplify code
* fix merging chapter folders with .
* uncheck fusion message
---------
Co-authored-by: Alex Xu <alexkurosakimh3@gmail.com>
* preserve margin
* set ratio to 0.5
* add preserve margin GUI
* increase step size to 5
* remove clear
* fix save
* save preserveMarginBox
* math
* max 99
* Add split size GUI widget
* Set split size and save GUI widget state in settings
* Set max split size in GUI to 600 MB
* Move chunk size control in middle column and widget on panel below.
Added warning label and tooltip
* Fix chunk size incorrectly enabled when webtoon active and format change
* add 'on older ereaders'
---------
Co-authored-by: Alex Xu <alexkurosakimh3@gmail.com>
* Inter-panel cropping method.
* 1. Save interpanelcrop option.
2. Update readme with the the new interpanelcrop argument.
3. Add a tooltip to the inter-panel crop box.
1. Replaced both crop margins and crop margins & page num with newer algorithm.
2. Crop max power level increased to 3.0
3. Adds NumPy as a new dependency.
* Adds --author argument to CLI
* Add --prefercoverfile and --nocoveraspage arguments to CLI
* cover checks only run once
* Revert "cover checks only run once"
This reverts commit ad7b3cc106.
* split off author portion
* split off author
* remove prefercover
* whitespace fixes
* rename to duplicatecover
* whitespace fixes
* rename to dedupecover
* add dedupe to UI
---------
Co-authored-by: Alex Xu <alexkurosakimh3@gmail.com>