Skip to main content

A script to archive multiple comic book dir to .cbz format

Project description

ftcbz is a command line tool for archive multiple comic books to .cbz format.

This tool can process both directories or .rar & .cbr files to .cbz and remove the password too. (rar relate function require unrar)

Example

Example folders structure

ALLDIR - COMICDIR1 - VOLUME1
                   - VOLUME2
                   - VOLUME3
       - COMICDIR2 - VOLUME4
                   - VOLUME5

Each VOLUME could be a folder or a rar file.

When convert done, new structure look like.

ALLDIR - COMICDIR1 - VOLUME1
                   - VOLUME1.cbz
                   - VOLUME2
                   - VOLUME2.cbz
                   - VOLUME3
                   - VOLUME3.cbz
       - COMICDIR2 - VOLUME4
                   - VOLUME4.cbz
                   - VOLUME5
                   - VOLUME5.cbz

It can also remove the original VOLUME automatic if you want.

command

To convert above 5 “VOLUME” to .cbz, using the following commands…

ftcbz COMICDIR1 COMICDIR2

or

ftcbz --all ALLDIR

Install

Make sure your python >= 3.3, then…

pip3 install ftcbz

Changelog

2.1.4

  • Fix unexpected delete data source when some rare case.

2.1.3

  • Fix typo in --help

  • Fix unexpected delete when use --delete option.

2.1.0

  • Support --output-alldir to transfer result data to other folder.

  • Support --replace to decide program should replace old result or not.

  • Support new extractor zip and new compressor dir. It make reverse operation is possible. (use --reverse for shortly.)

2.0.0

  • Support rar format.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ftcbz-2.1.4.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

ftcbz-2.1.4-py3.4.egg (14.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page