mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 17:56:30 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
15
README.md
15
README.md
@@ -28,8 +28,8 @@ The script takes care of calling `comic2ebook.py`, `kindlegen` and `kindlestrip.
|
|||||||
|
|
||||||
### standalone `comic2ebook.py` usage:
|
### standalone `comic2ebook.py` usage:
|
||||||
|
|
||||||
```comic2ebook.py [options] comic_file|comic_folder
|
```
|
||||||
|
comic2ebook.py [options] comic_file|comic_folder
|
||||||
Options:
|
Options:
|
||||||
--version show program's version number and exit
|
--version show program's version number and exit
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
@@ -38,12 +38,13 @@ The script takes care of calling `comic2ebook.py`, `kindlegen` and `kindlestrip.
|
|||||||
[default])
|
[default])
|
||||||
-t TITLE, --title=TITLE
|
-t TITLE, --title=TITLE
|
||||||
Comic title
|
Comic title
|
||||||
-m, --manga-style Split pages 'manga style' (right-to-left reading)```
|
-m, --manga-style Split pages 'manga style' (right-to-left reading)
|
||||||
|
```
|
||||||
|
|
||||||
The script takes care of unzipping/unrarring the file if it's an archive, creating a directory of images which should be then filled with a `.opf`, `.ncx`, and many `.html` files.
|
The script takes care of unzipping/unrarring the file if it's an archive, creating a directory of images which should be then filled with a `.opf`, `.ncx`, and many `.html` files, then:
|
||||||
Run `Kindlegen` on `content.opf`. Depending on how many images you have, this may take awhile. Once completed, the `.mobi` file should be in the directory.
|
1. Run `Kindlegen` on `content.opf`. Depending on how many images you have, this may take awhile. Once completed, the `.mobi` file should be in the directory.
|
||||||
Remove the SRCS record to reduce the `.mobi` filesize in half. You can use [Kindlestrip](http://www.mobileread.com/forums/showthread.php?t=96903).
|
2. Remove the SRCS record to reduce the `.mobi` filesize in half. You can use [Kindlestrip](http://www.mobileread.com/forums/showthread.php?t=96903).
|
||||||
Copy the `.mobi` file to your Kindle!
|
3. Copy the `.mobi` file to your Kindle!
|
||||||
|
|
||||||
## CREDITS
|
## CREDITS
|
||||||
This script born as a cross-platform alternative to `KindleComicParser` by **Dc5e** (published in [this mobileread forum thread](http://www.mobileread.com/forums/showthread.php?t=192783))
|
This script born as a cross-platform alternative to `KindleComicParser` by **Dc5e** (published in [this mobileread forum thread](http://www.mobileread.com/forums/showthread.php?t=192783))
|
||||||
|
|||||||
Reference in New Issue
Block a user