View Single Post
Old 01-17-2011, 11:54 AM   #2
Alexis
Member
Alexis began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Jan 2011
Device: Kindle
Quote:
Originally Posted by bcollier View Post
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

Last edited by Alexis; 01-17-2011 at 12:07 PM.
Alexis is offline   Reply With Quote