Hello guys, I'm looking for a way to automate KCC conversion on OSX with terminal command but i did not find a way to do it and i'm looking for someone who can help.
I tried 2 different approach :
1 - to launch the KCC app from terminal with the command : /Applications/Kindle\ Comic\ Converter.app/Contents/MacOS/Kindle\ Comic\ Converter -m -q -p KO -u -s -t -f MOBI myfiles.cbz
The software starts with the right config and files but i still need to press the "Convert" button to start the actual conversion. Is there a way to directly start the conversion with a command line ?
2 - to install KCC through PIP but unfortunately i get an error when trying to use kcc-c2e : Traceback (most recent call last):
File "/Users/macmini/Library/Python/3.7/bin/kcc-c2e", line 11, in <module>
load_entry_point('KindleComicConverter==5.5.2', 'console_scripts', 'kcc-c2e')()
File "/Users/macmini/Library/Python/3.7/lib/python/site-packages/kindlecomicconverter/startup.py", line 46, in startC2E
dependencyCheck(2)
File "/Users/macmini/Library/Python/3.7/lib/python/site-packages/kindlecomicconverter/shared.py", line 121, in dependencyCheck
if StrictVersion('1.2.1') > StrictVersion(slugifyVersion):
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/version.py", line 40, in __init__
self.parse(vstring)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/version.py", line 135, in parse
match = self.version_re.match(vstring)
TypeError: expected string or bytes-like object
Thanks for your help.
|