Quote:
Originally Posted by Geremia
Is there a way to use this plugin from the command-line, without having to import the EPUBs into Calibre?
|
There are two ways:
- If you go back to the first post of this thread, there's a section on "Command Line Interface(CLI)" about how to call the plugin's basic functionality from the version installed in Calibre.
This version is intended for users who have Calibre installed and want to use EpubMerge from CLI without needing Python installed.
- If, OTOH, you have Python but don't normally have Calibre installed, you visit the EpubMerge github project page where you can download the epubmerge.py file and run it directly. You will also need the python library 'six' installed.
I've never gotten around to doing a 'proper' pypi CLI release of EpubMerge; there's
an issue about it and everything.