|
![]() |
|
Thread Tools | Search this Thread |
![]() |
#16 | |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 78,954
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
![]() |
![]() |
![]() |
#17 |
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 44,523
Karma: 167912829
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Using a Kindle Paperwhite 10th Gen with firmware 5.16.6. I added the following CSS to the ePub file's stylesheet using Sigil before converting them to azw3 in calibre 7.5.1 (note that I wrapped the extra CSS in a media query).
Code:
@media amzn-kf8 { html { margin-left: -50px; margin-right: -50px; break-inside: avoid !important; } } |
![]() |
![]() |
Advert | |
|
![]() |
#18 | |
Connoisseur
![]() Posts: 77
Karma: 10
Join Date: Jul 2013
Device: Kindle Scribe, PW, Kobo Aura One
|
Quote:
Thanks |
|
![]() |
![]() |
![]() |
#19 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 78,954
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
|
![]() |
![]() |
![]() |
#20 |
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 44,523
Karma: 167912829
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Jon, it seems to be odd that when I modify the epub in Sigil before sending it to my PW using calibre, it does work. When I modify the book in calibre before sending it to my PW, it has issues. I haven't tried without the media query which may have something to do with the issue. OTOH, dropping the Sigil modified epub on Kindle Preview and sending the dual mobi to my PW works.
I do notice that the CSS in the calibre generated azw3 is in alphabetical order while the CSS in the Kindle Preview generated azw3 is in the same order as appears in the epub other than changing the media query to all. Code:
@media all{ html { margin-left: -50px; margin-right: -50px; break-inside: avoid !important; } } body { display: block; font-size: 1em; margin: 0 0 0 0; padding: 0 0 0 0; text-indent: 0; widows: 1; orphans: 1; } |
![]() |
![]() |
Advert | |
|
![]() |
#21 | |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 78,954
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
![]() |
![]() |
![]() |
#22 |
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 44,523
Karma: 167912829
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
It seems your method does not work happily on a Scribe.
|
![]() |
![]() |
![]() |
#23 |
Connoisseur
![]() Posts: 77
Karma: 10
Join Date: Jul 2013
Device: Kindle Scribe, PW, Kobo Aura One
|
Well, it could be, of course, but the only thing that I modify in Calibre for the coversion is the extra CSS. I apply the same to my Scribe (with an earlier firmware) and it works perfectly. I don't think there's much margin for error without touching more things, but, sure I can be doing something wrong.
Today I'll restore te pw and test it again, but I already did this previously and got the same result. As with Sigil it works, I'll upgrade my Scribe and test both procedures with it. I'll share the results. Last edited by mg10; 02-18-2024 at 05:04 AM. |
![]() |
![]() |
![]() |
#24 | |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 78,954
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
![]() |
![]() |
![]() |
#25 |
Connoisseur
![]() Posts: 77
Karma: 10
Join Date: Jul 2013
Device: Kindle Scribe, PW, Kobo Aura One
|
Well, finally I decided to upgrade my Scribe to 5.16.6.1 and it works ok, not the same behavior than PW. It works with my uploaded books. However, now I have problems with covers in thumbnail view. The uploaded books have their corresponding thumbnails but for the new that I upload, always appears the generic cover. All of them have the ids information...
I use Calibre to upload them by usb. It seems that it wasn't a good idea to upgrade... Is there a solution for this issue? |
![]() |
![]() |
![]() |
#26 |
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 44,523
Karma: 167912829
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Going by previous posts, there is no solution since when Amazon switched to using a MTP connection instead of a USBMS connection, they removed access to the directory. Don't want someone corrupting those cover thumbnails...
|
![]() |
![]() |
![]() |
#27 | |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 78,954
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
The solution is to keep WiFi off and never turn it on. |
|
![]() |
![]() |
![]() |
#28 |
The Grand Mouse 高貴的老鼠
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 73,590
Karma: 315126578
Join Date: Jul 2007
Location: Norfolk, England
Device: Kindle Oasis
|
|
![]() |
![]() |
![]() |
#29 | |
Connoisseur
![]() Posts: 77
Karma: 10
Join Date: Jul 2013
Device: Kindle Scribe, PW, Kobo Aura One
|
Quote:
Firstly, I use Sigil to generate de thumbnail while converting proccess, or you can create the file with correct dimensions. In Calibre: Convert the ebook (in my case from epub to azw3) Transfer it to the Kindle After disconnect the kindle from pc, the generic thumbnail appears Connect again the kindle to pc With file explorer: Go to Kindle Scribe\Internal Storage\thumbnails\ Sort the content by date. You will see the last file generated after transfering the book and disconnecting the device from pc. The format should be: thumbnail_....._EBOK_portrait.jpg.tmp.partial Line ends with ".tmp.partial" This line corresponds to the last uploaded ebook. It's 0 KB of size. Select and copy the entire name including the first extension "thumbnail_0b....._portrait.jpg". With the same format that the rest of files. Rename the thumbnail file created with Sigil or your own method, with the copied text. Copy the renamed file to this folder and delete the "partial" file. After disconnecting from pc you will see the correct thumbnail. I hope this helps whoever wants to see the thumbnails ok |
|
![]() |
![]() |
![]() |
#30 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,009
Karma: 89771343
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
|
Quote:
The issue is that calibre uses separate drivers for Kindle devices and MTP devices. Only the Kindle device driver has the code to handle Kindle thumbnails. Fixing this requires significant changes to the calibre MTP driver or the creation of a new Kindle-MTP driver.. |
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
AZW3 Conversion errs with Calibre 64-bit | Me_XMan | Conversion | 2 | 10-27-2019 12:50 PM |
Conversion epub-->azw3 with negative margins | snoeki | Conversion | 60 | 12-07-2018 06:03 AM |
AZW3 to EPUB Conversion in Calibre Not Working | tkil44 | Conversion | 16 | 04-23-2016 06:42 AM |
epub to azw3 (or mobi) conversion error | Hamlet53 | Conversion | 2 | 01-25-2014 12:42 PM |
Problem with Calibre AZW3 Conversion... | thecompanion | Conversion | 3 | 12-02-2013 11:18 PM |