Skip to content

Commit bca6a4b

Browse files
authored
Merge pull request #67 from scare376/scare376-patch-1
add epub2cbz as an external tool
2 parents f53fea0 + f4552e5 commit bca6a4b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

pages/guides/external-tools/_meta.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export default {
22
"mangamanager": "Manga-Manager",
33
"komf": "Komf",
44
"comictagger": "ComicTagger",
5+
"epub2cbz": "Epub to CBZ",
56
"calibre": "Calibre",
67
"sigil": "Sigil"
78
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { Callout } from 'nextra/components'
2+
3+
## [epub2cbz](https://github.com/bust4cap/epub2cbz)
4+
epub2cbz will extract images from an image based epub (usually a comic or manga) and will pack it as a cbz, a zip file renamed to identify it as a "comic" file and tells applications it may have a comicinfo inside.
5+
* Extracts images in order based on metadata and packs as a cbz.
6+
* Option to create a comicinfo from the epub metadata.
7+
* Bulk processes an entire folder at once.

0 commit comments

Comments
 (0)