View Single Post
Old 06-13-2012, 08:22 AM   #5
p3aul
Captain Courageous
p3aul doesn't litterp3aul doesn't litter
 
p3aul's Avatar
 
Posts: 239
Karma: 102
Join Date: Apr 2009
Device: calibre, PRS 505
Thanks,
you know the marriage of Calibre and Sigil is a powerful one.
I don't know if I should start a new thread or express another similar problem in this one.
I used Calibre to convert another book, a text file. I then loaded it into Calibre and the Name and author fields were "unknown". I loaded it into Sigil and examined the content.opf file. The creator line was there and I replaced "unknown" with the author. The title line wasn't there so I had to create it. I then saved the file, and again loaded it into Calibre. This time the Author was there but in the title it had placed the word "body" which was just part of the title! Here is the line I used:
<dc:title>The Body in the Bunker</dc:title>

I placed it inside the <metadata> tag like this:

Code:
<dc:language>en</dc:language>
    <dc:title>The Body in the Bunker</dc:title>
    <dc:creator>Herbert Adams</dc:creator>
Sigil didn't flag an error and offer to fix it as it usually does, so I guess the addition was correct.

OK I know it would be a simple thing to just add the title and reconvert it inside the GUI but I'm trying to learn something so maybe I'll be a "Guru" some day
p3aul is offline   Reply With Quote