View Single Post
Old 05-09-2013, 10:29 AM   #4
Saioko
Member
Saioko began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Apr 2013
Device: Digma s602
kovidgoyal
Thank you again (as I've managed to crash my PC twice while seting up bzr).
I wrote the rest of what I wanted myself.

And I found a small mistake in src/calibre/ebooks/fb2/fb2ml.py - line 139 is
Code:
metadata['author'] = u'<author><first-name></first-name><last-name><last-name></author>'
<last-name> is opened twice, not closed. It didn't apear earlier because it deals with book without author, but if that line is used, book won't open.
Saioko is offline   Reply With Quote