Quote:
Originally Posted by kovidgoyal
When you run ebook-convert with a .recipe file you are using the recipe system.
Once again, you can only create periodicals using the recipe system, and only periodicals have support for per article metadata. I dont know what kindlegen has to do with anything. *calibre* can only create periodicals using the recipe system. What kindlegen can or cannot do is irrelevant.
|
Alright, thanks.
If I want to modify Calibre and recompile ebook-convert, where shoud I start?
I have located the code thats gives the 'No details available' message:
https://github.com/kovidgoyal/calibr...er2/indexer.py
It seems that I only need to make sure that
node.description comes from
toc.ncx, or somewhere else. But which class/file should I modify?
I don't know Python, but it should not be too hard to to it.