01-22-2024, 12:45 AM | #1 |
Junior Member
Posts: 3
Karma: 10
Join Date: Jan 2014
Device: Kindle Voyage
|
Kindle Cover Bug Fix Without Calibre?
Greetings Great & Mighty Ebook Device Wizards.
I have a Kindle Voyage that has the Kindle Cover Bug still (since it no longer receives updates from Amazon). I also have an EOL Chromebook that I can no longer install/run Linux Calibre on. Is there a way to manually fix the covers without Calibre? I am only wanting to do this for future book sideloads so I am fine with fixing it one book at a time. I have tried fooling around a little bit with editing ASIN numbers but nothing has worked so far. Any ideas other than upgrading device/laptop? Thanks, SS |
01-22-2024, 08:09 AM | #2 |
Guru
Posts: 995
Karma: 11500000
Join Date: Feb 2010
Location: Serbia
Device: Kindle PW5, Kobo Libra 2, Kindle PW1
|
If you're writing about cover thumbnails displayed on Kindle's library section (and not about using book cover as screensaver) you could try using this Python script to automate "bulk" extract and create thumbnail images:
https://github.com/quiris11/ExtractCoverThumbs |
Advert | |
|
01-22-2024, 04:52 PM | #3 |
Junior Member
Posts: 3
Karma: 10
Join Date: Jan 2014
Device: Kindle Voyage
|
Thank you, do I need Linux installed to run the Python script?*
Yes I am talking about the thumbnails. The screensavers are working fine (even when there is no corresponding thumbnail). Just in case there is anyone else on the planet as hopelessly obsolete as me: I tinkered around a little bit more last night and I was able to fix the covers by inserting the thumbnail images into the system/thumbnail directory. You just have to make sure that you copy the existing filename. It was a little bit tricky figuring out which generic cover was linked to which book but a little trial and error solved that: is there a way to know from the filename of the thumbnail which book it belongs to? I also discovered that the Kindle is particular about the image format. I'm not sure what the rules are for that (I just found one that worked and made sure that the others were close). I can deal with this moving forward but it's pretty cumbersome so if anyone has any tips/tricks I'm all ears. *I can't really run Linux on my Chromebook anymore since it is EOL. At least not as dual boot which is necessary for it to see the Kindle as a USB device. |
01-22-2024, 05:54 PM | #4 | |
Resident Curmudgeon
Posts: 76,421
Karma: 136564696
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
01-22-2024, 10:15 PM | #5 | |
meat popsicle
Posts: 225
Karma: 100000
Join Date: Jul 2007
Location: USA
Device: Kindles, Pixels, iPads
|
Quote:
Code:
fb2c help synccovers NAME: fb2converter synccovers - Extracts thumbnails from documents (Kindle only!) USAGE: fb2converter synccovers [command options] SOURCE [DESTINATION] OPTIONS: --width value width of the resulting thumbnail (default: 330) --height value height of the resulting thumbnail (default: 470) --stretch do not preserve thumbnail aspect ratio when resizing (default: false) --help, -h show help SOURCE: full path to file/directory on mounted device DESTINATION: always a path, output file name(s) and extension will be derived from other parameters if present - converter will not try to construct kindle thumbnails directory, will use destination instead Synchronizes kindle thumbnails with books already in Kindle memory so Kindle home page looks better. |
|
Advert | |
|
01-23-2024, 03:44 AM | #6 | |
Addict
Posts: 349
Karma: 3893015
Join Date: Aug 2016
Location: Czech Republic
Device: Voyage, Oasis, Scribe, Colorsoft, Libra Colour
|
Quote:
|
|
01-23-2024, 05:45 AM | #7 |
Guru
Posts: 995
Karma: 11500000
Join Date: Feb 2010
Location: Serbia
Device: Kindle PW5, Kobo Libra 2, Kindle PW1
|
@BionicGecko The script actually still does its job, as in it creates thumbnail files in /system/thumbnail with correct filenames.
Further behavior that is firmware version dependant and book format and cdetype flag (EBOK vs PDOC) dependant is the thing that determines if Kindle uses those files or not. The thing that doesn't work on newer firmware (prior to 5.15.1 IIRC that fixed that issue?) is the combination of azw3 + PDOC flag = what you used to get when you send files via email or Send to Kindle, before Amazon started converting "personal documents" to KFX format (and probably you still get azw3 PDOCs on Kindle devices with firmware older than some arbitrary cutoff version). Anything that goes through Amazon's conversion servers ends up with a file that has the cdetype flag set to value of "PDOC". If you "sideload" your book using USB cable and make sure that book files have cdetype set to EBOK Kindle should use and display cover thumbnails... after you deal with that stupid overwritting of existing thumbnail images (= you would need to use the script 2 times with letting Kindle go online in between). The only issue with that Python script that I can recall is that it had issues with filenames or title metadata?? when book title or author contained non-ASCI characters (= the script code doesn't support Unicode?). I remember using modified version (modified to only "parse" KFX files + don't downsize the image + put the files inside a folder where ScreenSaver hack caches screensaver images; and repackaged into a KUAL extension so the script can be used directly on the Kindle itself) of that script to workaround a bug with ScreenSaver hack not extracting correct image from KFX books created by Calibre plugin + Kindle Previewer. And I definitely used that on Kindle PW3 with firmware 5.9.7 which I've used for years and years before updating it to 5.13.6. Last edited by shamanNS; 01-23-2024 at 05:58 AM. |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Book cover shows up within Kindle library but not main page – Calibre or Kindle bug? | mallomar | Calibre | 0 | 04-26-2021 11:50 AM |
Bug Fix 1857800 | Hpoonis | Development | 8 | 01-08-2020 03:59 PM |
How to fix: Cover changed in Calibre reverts on Kindle | sun surfer | Devices | 7 | 09-02-2015 04:35 AM |
Question - Calibre seems not to always pick up cover from DOCX? Fix? | Aodhfin Kavanaug | Conversion | 1 | 06-29-2015 12:59 AM |
How to sort a bug fix | scarlettruin | Calibre | 7 | 04-03-2015 11:13 PM |