Sign inSign up

tfarla/kcc

By tfarla

Updated about 9 years ago

Convert manga to EPUB format (https://github.com/ciromattia/kcc)

Image
0

873

tfarla/kcc repository overview

File structure

Create a directory and store the manga inside which needs to be converted

.
├── manga
│   ├── 343
│   │   └── m001.jpg
│   └── 344
│       └── m001.jpg

From this directory execute:

docker run -v $(pwd):/manga -it --rm tfarla/kcc kcc-c2e -b 2 ./manga

This will create the following directory structure on the host machine:

.
├── manga
│   ├── 343
│   │   └── m001.jpg
│   └── 344
│       └── m001.jpg
├── manga\ 1.mobi
└── manga\ 2.mobi

For more information and options please visit the kcc repository

Tag summary

Content type

Image

Digest

Size

565.1 MB

Last updated

about 9 years ago

docker pull tfarla/kcc