A tool to add a title page to CBZ comic book archives if it doesn't already exist. It uses the first image file in the archive as the title page, and also adds a Pages node with all the other pages to the ComicInfo.xml
file during the process.
This tool works only with CBZ files, as CBR and CB7 files are not supported and proprietary.
- Python 3.5 or higher
- pip
ComiBat is available on PyPI. To install it, run the following command:
pip3 install comibat
To add a title page to a CBZ file, run the following command:
comibat <path/to/cbz/file>
This will add a title page to the CBZ file, and save it as a new CBZ file with the same name but with a (FIXED)
suffix.
If you do not specify any files, ComiBat will look for CBZ files in the current directory (not recursive).
comibat 'Maou-jou de Oyasumi Ch.310.cbz'
comibat
comibat -r
comibat -o 'C:\Users\User\Documents\Comic Books'
comibat -r
comibat -o 'C:\Users\User\Documents\Comic Books'
comibat 'Maou-jou de Oyasumi Ch.*.cbz'
in a specific directory
comibat '/home/user/comics/*.cbz'
ComiBat is licensed under the GNU General Public License v3.0. See the LICENSE file for more information.
By recoskyler - 2024