02-08-2012, 07:20 PM | #196 |
Banned
Posts: 1,431
Karma: 5222495
Join Date: Jun 2011
Device: Nook Color, Entourage Pocket Edge, iPod Touch 5th Gen
|
Did you happen to connect your NT to your computer with an open browser? The covers on my books will reset and have B&N's stupid banner thingy on them if I do that with my NC. I now make sure the NC wifi setting is off and no browser is running on my computer.
|
02-09-2012, 09:40 AM | #197 | |
Fanatic
Posts: 541
Karma: 1152752
Join Date: Aug 2010
Location: Evansville, IN, USA
Device: Samsung Galaxy Tab 4 Nook & Samsung Galaxy Tab S 10.5
|
Quote:
While I love Calibre when I need to use it, and I used it a whole lot more for epub to mobi conversions when I was reading on my Kindle 3, I really don't want to go that route now. Calibre is an awesome tool and I don't want to bad mouth it in any way but it does a lot of strange formatting changes even when just doing a basic epub to epub conversion that, at least to me, far outweigh the benefit of this fixing the problem with side-loaded book images. I saw numerous posts referring to the NC & the NT liking to have the cover id defined as cover in the content.opf file and noticed that most of mine call it something else, usually the filename with a lower case x in front of it. Once I changed this and updated the copy on my NT, all of the covers for the books I've "fixed" are now showing again. Thankfully, no sort of Calibre conversion was required. Hopefully this fix will hold. If it does, this is easy enough for me to change on all of my ebooks in the future. Thanks to all of the many, MANY posters and suggestions on this thread. - Byron |
|
Advert | |
|
02-25-2012, 10:52 PM | #198 |
Junior Member
Posts: 9
Karma: 10
Join Date: Feb 2012
Device: Nook
|
My simple solution for now.
The solution I use for this (on a Nook Simple Touch) is to open the book in Sigil. Open the content.opf file in there. Hit CMD-S (Save). If the cover metatag was already in there, but around the wrong way, Sigil fixes it. If there is no cover metatag in there, and a cover image is selected, then Sigil will add the correctly formated cover reference.
In the odd situation where no cover image is embedded in the epub, I have to add it to the epub in Sigil, tell Sigil it is the cover image, then save. But all my epubs have embeded covers, just that the content.opf either has the tag around the wrong way or it is missing entirely. It's a relatively quick fix, until B&N sort this out. When I say "around the wrong way", I am referring to the tag being: <meta content="cover-image-name" name="cover" /> instead of <meta name="cover" content="cover-image-name" /> Not "wrong" by epub/XML standards, but wrong from the faulty Nook software. I tried to hack together some python script with the help from folks on Stackoverflow... to scan through a folder (and subfolders, recursively, find epub files, unpack the epub, fix the meta tag in content.opf, repack the epub. I thought it would be a simple enough thing to do... but it was to no avail, as my python skills are zero, and no one was able to help put together such a script. UPDATE: Looks like I don't even need to open the content.opf file. So long as the epub already has a cover image embedded in it, just opening in Sigil, hitting Save, and closing seems to do the trick. Last edited by InspiredLife; 02-25-2012 at 11:07 PM. |
02-26-2012, 01:10 AM | #199 |
Evangelist
Posts: 422
Karma: 1004351
Join Date: Jun 2007
Device: Kindle Paperwhite 3, iPad mini 2
|
|
03-05-2012, 11:56 PM | #200 | |
Member
Posts: 19
Karma: 10
Join Date: Mar 2012
Device: Nook Color
|
Quote:
From my experiments, one set of conditions that ensures that the Home Launcher recognizes that the ePub has a cover is:
It may be that the minimum is less than this ~ this is after a set of experiments with the result of Calibre turning a shortcut ePub without a cover into one with a cover in converting the ePub with the Nook Color as a target. I have used this to make an ePub web shortcut that uses the cover image as a fake icon and has only one page in the spine, so the shortcuts are right there when you open the ePub. If substantial functionality is available through an m. or touch. version of a site, you can get around some sites not having an app in the store. I was surprised that taking a working Link Shortcuts ePub and putting the content.opf inside of OEBPS confused things, it may be a difference between what the Home Launcher can do on its own, and information that it is handed by the stock reader app (title and author, after all, show up on the grey box that is the alternate when there is no cover image shown). Project Gutenburg which always puts content.opf inside OEBPS would never show its cover, unless a filter is written that relocated the cover image and the content.opf to the top level of the internal ePub file hierarchy. |
|
Advert | |
|
03-08-2012, 12:51 PM | #201 | |
Labrador lover
Posts: 6
Karma: 10
Join Date: Mar 2012
Location: Louisa, VA
Device: Nook Color
|
How can I get selected cover image into the book metadata itself?
Quote:
Does anyone know how to get the selected cover into the book metadata itself??? P.S. I know this is an old thread, hoping some people are still looking at it! |
|
03-08-2012, 01:14 PM | #202 | |
Captain Penguin
Posts: 2,950
Karma: 2079575093
Join Date: May 2009
Location: Vancouver, BC
Device: Kobo Libra 2, Nook Glowlight
|
Quote:
|
|
03-08-2012, 06:48 PM | #203 |
Labrador lover
Posts: 6
Karma: 10
Join Date: Mar 2012
Location: Louisa, VA
Device: Nook Color
|
Solution for covers missing on epub books
Even though this is an old thread, thought many (like me) may still be searching for an answer. I figured it out, at least for my problems. I used calibre to fix metadata, get cover pics, then convert other formats to epub for my Nook Color. But, the epubs I got from the Gutenberg site, libraries, etc. I didn't convert after doing that since they already were epubs. I just downloaded to my Nook. I posted a couple days ago for help, but then figured it out.
See my thread at: https://www.mobileread.com/forums/sho...00#post1996100 Hope it helps! |
03-08-2012, 07:52 PM | #204 | |
Member
Posts: 19
Karma: 10
Join Date: Mar 2012
Device: Nook Color
|
Quote:
(1. Note that I have my file folder view options set to show all file extensions, which prevents the misbehavior of some Windows apps in messing around with file extensions.) I'll experiment with getting a sed script that can do the editing reliably. Adding a cover for the Home page requires adding the cover to the zip archive, and in the .opf file adding a <meta tag for a cover (rather than editing one that exists), and adding the cover image to the manifest. The Nook Color home page, at least, does not require that an embedded cover is in the spine, though some other ereaders expect it there. Last edited by BruceMcF; 03-08-2012 at 07:59 PM. |
|
03-08-2012, 09:04 PM | #205 | |
Labrador lover
Posts: 6
Karma: 10
Join Date: Mar 2012
Location: Louisa, VA
Device: Nook Color
|
Quote:
Just wanted to thank you! |
|
06-11-2012, 03:21 AM | #206 |
Junior Member
Posts: 1
Karma: 10
Join Date: Jun 2012
Device: Nook Color
|
Help Me - Nook Color Cover Art
I can get the cover art to appear on my NC but on some of the covers it appears as though the bottom of the cover art has been cropped off. I have tried using different images with the same result. How can I fix the covers so that the entire image appears?
|
06-13-2012, 07:38 PM | #207 |
Groupie
Posts: 159
Karma: 24430
Join Date: Mar 2012
Location: Australia
Device: Nexus 7"
|
FWIW I do use Calibre, with my NC in airplane mode. But I use kiwidude's Modify Epub plugin to ensure that my cover has "taken". I mostly design my own book covers to ensure they're no degraded as so many that you get with your books are - and it's fun. I was constantly frustrated by the altered covers not showing up on both my NC and my Kobo Touch. The solution is easy.
In Calibre, edit metadata to choose any cover image you want, the go to the plugin and run it with "Insert or replace cover" checked. Also, I remove the SVG cover when converting to epub in Calibre. It's also a great way to change the metadata and place it at the front of the book as a jacket with the add/replace metadata option at the same time - and any other odds and ends you want. HTH Last edited by Hoods7070; 06-13-2012 at 07:43 PM. |
08-30-2012, 11:13 AM | #208 | |
Bookworm
Posts: 673
Karma: 1029391
Join Date: Jun 2008
Location: Salt Lake City, Utah, USA
Device: Nook Tablet, Samsung Galaxy Tab3, Sony PRS700, Sony PRS505
|
Quote:
Did you use Calibe's save to disk or Calibre's send specific format to card b? Or did you load the ebooks on to a file and then drag and drop directly to the msd card? |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Nook color Tips and Tricks | boswd | Nook Color & Nook Tablet | 111 | 10-29-2012 01:59 PM |
Nook Color: Can't Play sideloaded m4v videos | wb182 | Nook Color & Nook Tablet | 169 | 04-17-2011 12:14 AM |
Book covers not displaying in android kindle | Paulinafrica | Kindle Formats | 2 | 02-03-2011 07:33 AM |
Oberon has Nook Color Covers now | leday | Nook Color & Nook Tablet | 11 | 11-30-2010 10:12 PM |
Nook Color Covers | tubemonkey | Nook Color & Nook Tablet | 5 | 10-31-2010 10:21 AM |