https://github.com/majora2007/mangapacker
After scraping data from Mangadex, wouldn't it be nice if you could pack them into cbz files?
https://github.com/majora2007/mangapacker
automation cbz-creator dotnet manga manga-scraper mangadex packer
Last synced: 7 months ago
JSON representation
After scraping data from Mangadex, wouldn't it be nice if you could pack them into cbz files?
- Host: GitHub
- URL: https://github.com/majora2007/mangapacker
- Owner: majora2007
- License: gpl-3.0
- Created: 2020-12-20T18:31:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-27T20:41:00.000Z (over 4 years ago)
- Last Synced: 2025-01-30T07:43:20.999Z (9 months ago)
- Topics: automation, cbz-creator, dotnet, manga, manga-scraper, mangadex, packer
- Language: C#
- Homepage:
- Size: 1.16 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manga Packer
This is a very simple utility program to pack manga scan rips from mangadex into
cbz files.## How to run
MangaPackerApp.exe "full path to directory to scan"You need quotes if your path has spaces in it.
## How it works
This program is designed around mangadex-scraper, so it expects folders, like:
Killing Bites Vol. 0001 Ch. 0001 - Galactica Scanlations (gb)
that have Series, Volume, and optionally chapter information in them.Inside, images should be 0002.jpg, 0003.jpg, etc. These will be renamed as:
Killing Bites - v1 - ch. 001 - pg. 0002.jpg and be zipped up.