This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Comic processor: normalizes .cbz/.cbr files to ZIP-format .cbz, | |
| organized in outbox/<Series>/ by series name parsed from the filename. | |
| Filename convention expected: [Series] - [Issue] - [Title].cb[zr] | |
| Usage: | |
| python3 process_comics.py [base_dir] |