A utility to create CBZ files from a bunch of folders containing images (like the one you obtain when downloading mangas using HakuNeko)
CBZ creator writes also the file details.json
for Tachiyomi
The input folder is the one containing all the volums/chapters subfolders and should have a structure like this:
/input/Manga title
|
+- Vol 1
| 001.jpg
| 002.jpg
| ...
+- Vol 2
| 001.jpg
| 002.jpg
| ...
In the output folder all the cbz will be created and will have a structure like this:
/output/Manga title
| cover.jpg
| details.json
| Manga title - Vol 1.cbz
| Manga title - Vol 2.cbz
| ...
Using the GUI you can search for manga information and cover using anilist.co
Usage:
CbzCreator.dll --input=VALUE --output=VALUE --title=VALUE [OPTIONS]
General:
-r, --artist=VALUE The artist
-a, --author=VALUE The author
-c, --coverurl=VALUE The cover url
-d, --description=VALUE The description
-g, --genre=VALUE The genre
This option can be set multiple times
-i, --input=VALUE The path containing all the comic books
-o, --output=VALUE The path where the cbz files will be created
-t, --title=VALUE The title