Quote:
Originally Posted by PiAir
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