Skip to content

Releases: Decksx/cbz-automation-suite

v1.0.0 — Initial Release

12 Mar 14:46

Choose a tag to compare

Full Changelog: https://github.com/Decksx/cbz-automation-suite/commits/1.0.0

CBZ Automation Suite v1.0.0

Initial release of the full automation pipeline for CBZ comic library management on Windows.

Tools included

  • cbz_watcher.py — live folder watcher with JSON-based routing
  • cbz_sanitizer.py — batch sanitizer with --sort, --resume, --dry-run
  • cbz_folder_merger.py — series folder merger with interactive path prompt
  • cbz_compilation_resolver.py, cbz_number_tagger.py, cbz_series_matcher.py, cbz_gap_checker.py, strip_duplicates.py

Requirements

  • Python 3.8+
  • watchdog >= 3.0.0 (watcher only)