I think the solution to having covers show up in the nook is edit the <meta data> section in the opf file.... add the line
<meta name="cover" content="cover-image" />
If it's already there, it seems to matter that name comes before content above... when they were reversed, i got no cover on the bookshelf....
so rearrange them in the proper order.
NOTE:
the content="cover-image" refers down to the id in the manifest:
<item id="cover-image" href="images/my_cover_file.jpg" media-type="image/jpeg" />
If you will go to calibre and do the "tweak epub" and add the <meta name> thing and then rebuild, and then send to your device, that should make the covers work. It also makes the covers show up in stanza on my iphone.
if this does the trick, it would be nice if calibre would do this automatically...
|