Quote:
Originally Posted by bcollier
The log says "Run -vv to see the reason", how exactly would I do that?
|
This refers to an option to the ebook-convert command-line program, which takes your recipe as an argument. The -vv flag makes it verbose.
For example, you could use it to test your nytimes recipe
Code:
ebook-convert $CALIBRE_PATH/resources/recipes/nytimes_sub.recipe nyt.mobi -vv --debug-pipeline nyt_debug/ --test --output-profile=kindle --username yourusername --password yourpassowrd
The other really useful option is the --debug-pipeline one.
More details here:
http://calibre-ebook.com/user_manual...k-convert.html
and here:
http://calibre-ebook.com/user_manual...onvert-11.html