Quote:
Originally Posted by Mrs_Often
I tried signing out... Device asks me if I'm sure, I say yes, and it sits there saying "Signing out, please wait..." for a while. Then it restarts, and shows me my beautiful home screen without any change... plus I'm not signed out at all. I can repeat this step many times but I never really get to sign out.
This makes me happy because my number of books read in number of hours isn't lost. But... it makes me sad because my database is still broken.
|
Unhappily, I'd suspect that you may need to do a factory reset. Short of your database being flagged as read-only, I really don't know why the signout would not replace it with a fresh copy.
Quote:
Originally Posted by GeoffR
Which firmware version is the Glo running? Are you sideloading ePubs or KePubs?
The Glo has never needed the cover image to have any special name in ePubs, but I don't know about kePubs. Perhaps Calibre itself might use the filename to decide which to use as cover if it can't work it out another way though.
|
The difference is that a KePub needs to have the following in the content.opf:
Code:
<item href="Images/cover.jpg" id="cover-image" media-type="image/jpeg" properties="cover-image"/>
whereas an ePub v2 uses:
Code:
<item href="Images/cover.jpg" id="cover.jpg" media-type="image/jpeg" />
I've never done any testing without one of those entries so can't say whether the Kobo firmware will find the cover if one of those entries is not present. As long as the filename and extension are correct (assuming the file and extension are a supported image format), it doesn't seem to matter what the name is.