View Single Post
Old 09-24-2012, 02:43 AM   #51
meme
Sigil developer
meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.
 
Posts: 1,275
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
Quote:
Originally Posted by crutledge View Post
Someone else may have run into this.

Converting an epub built in V5.9 with Kindlegen, an error is reported that "Cover is not specified".


V5.3 makes the following references to the cover
Code:
<meta content="cover.jpg" name="cover" />
<item href=l"Images/cover.jpg" id="cover.jpg" media-type="image/jpeg" />
<reference href="Text/The%20Giant%27s%20Robe.htm" title="Cover" type="cover" />
V5.9 makes the following references to the cover
Code:
<item href="Images/cover.jpg" id="cover.jpg" media-type="image/jpeg" />
<reference href="Text/The%20Giant%27s%20Robe.htm" title="Cover" type="cover" />>
When I insert the following into the V5.9 content.opf
Code:
<meta content="cover.jpg" name="cover" />
every thing works fine.

You just need to right-click on the cover image and select Add Semantics -> Cover Image (along with adding the semantic type to the HTML file including the image). Sigil no longer tries to guess which image is your cover to avoid a few issues some people had:

- Implement issue 1414: Cover semantic should not be added automatically.
meme is offline