View Single Post
Old 03-14-2020, 03:16 AM   #1062
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,517
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
Where does KOReader store extracted book covers?
I have an idea of applying these covers to cc.db so that Kindle can show books with covers in main menu.
I used sqlite on Kindle to replace an Entries called p_thumbnail with a path a random screenshot for specific book with:
Code:
sqlite3
UPDATE Entries SET p_thumbnail='/mnt/us/screenshot_2020_02_11T02_29_37-0500.png' WHERE p_location='/mnt/us/documents/fb2 books/Юваль Харари - Sapiens.fb2.zip';
.quit
Have a look at the attached screenshot: the second book has a screenshot as a cover. It Works!

So if I can reach book covers extracted by KUAL, I can make a script to attach these covers in Kindle menu.
Attached Thumbnails
Click image for larger version

Name:	screenshot_2020_03_14T03_12_34-0400.png
Views:	301
Size:	123.1 KB
ID:	177685  
mergen3107 is offline   Reply With Quote