View Single Post
Old 07-26-2009, 05:37 AM   #43
PiAir
Member
PiAir began at the beginning.
 
PiAir's Avatar
 
Posts: 13
Karma: 10
Join Date: Jun 2009
Location: Netherlands
Device: Kindle DX and BeBook
Smile Found it in the wiki

Quote:
Originally Posted by PiAir View Post
Did the feed2xxxx command line options get removed from the Windows version or did they get integrated into another command also?
Answering my own question: yes, it got integrated into the ebook-convert command.

One thing I did wrong was that I was using .py as extension for my filters. That wasn't a problem before, but now you need to use .recipe
The export type is determined by the extension of the export filename.

So now you use:
Code:
calibre>ebook-convert filters/myfilter.recipe ebooks/myBook.epub
to create an epub based on a custom recipe.
And
Code:
calibre>ebook-convert filters/myfilter.recipe ebooks/myBook.mobi
creates a mobipocket version of the same recipe.

Also see the wiki page about it
PiAir is offline   Reply With Quote