View Single Post
Old 12-10-2012, 02:58 PM   #50
devorez
Member
devorez began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Aug 2011
Device: kindle
Quote:
Originally Posted by ciromattia View Post
Hi all!
Kudos to Dc5e for KindleComicParser!

Since I'm on a Mac, the script is nearly useless without a VM, so I came out with a python script that's almost identical but more portable for *NIX systems.
I additionally bundled the whole workflow (HTML/NCX/OPF generation, kindlegen, kindlestrip) in an AppleScript droplet for MacOS users.

You can find the standalone script along with the droplet at https://github.com/ciromattia/kcc.

I plan to add support for CBR/CBZ opening to the droplet very soon (comic2ebook.py already has), and extend the workflow with some image manipulation (margin removal, contrast, resizing).

Hope you like it
Thanks for this tool.
I'm using it on Windows and when I launch "comic2ebook.py KHD <folderPath>" I get this error:

File "C:\Users\***\Downloads\kcc-master\kcc-master\kcc\comic2ebook.py", li
ne 85, in __init__
im = Image.open(dstdir + "/" + filelist[0][0] + filelist[0][1])
IndexError: list index out of range

PIL is installed. Do I need to compress the folder with rarfile.py? I tried it, but no compressed folder seems to be created with this tool.

-----

@Dc5e Are you planning to add images optimization as ciromattia did? That'd be nice
Also there is sometimes an issue with chapters order. For example "10" come before "9".

Last edited by devorez; 12-10-2012 at 05:13 PM.
devorez is offline   Reply With Quote