Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Conversion

Notices

Reply
 
Thread Tools Search this Thread
Old 09-27-2022, 03:01 PM   #1
rjim86
Junior Member
rjim86 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2022
Device: Kindle paperwhite
Post ebook-conversion not display cover preview in kindle paperwhite

Hi all,
I'm new to calibre tool, what a fantastic tool. I'm converting HTML to epub using the ebook-convert CLI command and sending it to kindle via mail. Everything is working fine except the cover, unable to view the cover preview on the kindle paperwhite bookshelf. It does show the cover inside the book. I tried the below command for the title and author to show up and also with the cover. No luck


Code:
ebook-convert --version
ebook-convert (calibre 6.5.0)
Code:
ebook-convert book.html book.epub -vv --epub-version=3 --level1-toc '//h:h1' --authors 'author name' --book-producer 'Producer' \
        --no-default-epub-cover \
        --cover 'cover.png'
Code:
ebook-convert book.html book.epub -vv --epub-version=3 --level1-toc '//h:h1' --authors 'author name' --book-producer 'Producer' \
        --no-default-epub-cover \
        --title 'Book Name'
Code:
ebook-convert book.html book.epub -vv --epub-version=3 --level1-toc '//h:h1' --authors 'author name' --book-producer 'Producer' \
        --no-default-epub-cover
Code:
    <html>
      <head><title>Author - Lorem ipsum dolor sit amet consectetur ta....</title></head>
      <body>
        <div class="container">
          <table><tr><td>
            <img src="/var/images/sample.png" style="height:600px;">
            <h1 class="bookTitle">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsam, dicta..</h1>
            <p style="text-align:right">Author</p>
          </td></tr></table>
      </div>
        
      <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate fugiat ratione exercitationem adipisci? Recusandae ut animi optio similique nobis voluptatibus, error hic fugit non voluptates quam quo cupiditate? Vel?</p>
      <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate fugiat ratione exercitationem adipisci? Recusandae ut animi optio similique nobis voluptatibus, error hic fugit non voluptates quam quo cupiditate? Vel?.</p>
      <img src= /var/images/1664260747/1549152445305163781_0.png />
      </body>
    </html>


What am I doing wrong? Any guidance is appreciated.
rjim86 is offline   Reply With Quote
Old 09-27-2022, 06:29 PM   #2
rjim86
Junior Member
rjim86 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2022
Device: Kindle paperwhite
Forgot to attach the images.

rjim86 is offline   Reply With Quote
Advert
Old 09-28-2022, 07:28 AM   #3
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,866
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
THat is a limitation of the kindle, see the calibre FAQ which discusses the various issues with covers on the Kindle at length
kovidgoyal is offline   Reply With Quote
Old 09-28-2022, 11:41 AM   #4
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 6,498
Karma: 84420419
Join Date: Nov 2011
Location: Tampa Bay, Florida
Device: Kindles
Quote:
Originally Posted by kovidgoyal View Post
THat is a limitation of the kindle, see the calibre FAQ which discusses the various issues with covers on the Kindle at length
The new 5.15.1 Kindle firmware now extracts cover thumbnails from books in AZW3 (KF8) format that are marked as personal documents (CDETYPE=PDOC). That FAQ will need an update.
jhowell is online now   Reply With Quote
Old 09-28-2022, 02:44 PM   #5
rjim86
Junior Member
rjim86 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2022
Device: Kindle paperwhite
Quote:
Originally Posted by kovidgoyal View Post
THat is a limitation of the kindle, see the calibre FAQ which discusses the various issues with covers on the Kindle at length
Thanks, Goyal, Is there a way I can at least add the book name and author? Now it's showing the file name as the book name and as the author as unknown.
That will show on the cover preview(kindle bookshelf)
rjim86 is offline   Reply With Quote
Advert
Old 09-28-2022, 11:40 PM   #6
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,866
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by jhowell View Post
The new 5.15.1 Kindle firmware now extracts cover thumbnails from books in AZW3 (KF8) format that are marked as personal documents (CDETYPE=PDOC). That FAQ will need an update.
Am sure amazon will fix that once they realize ) The old kindle firmware used to extract covers from all file types. Then they deliberately and with malice aforethought broke it. And kept it broken for years. I am really out of patience with amazon.

But yes, feel free to send a PR to update the FAQ if you have done the necessary research.
kovidgoyal is offline   Reply With Quote
Old 09-28-2022, 11:41 PM   #7
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,866
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by rjim86 View Post
Thanks, Goyal, Is there a way I can at least add the book name and author? Now it's showing the file name as the book name and as the author as unknown.
That will show on the cover preview(kindle bookshelf)
Connect your kindle via USB and send the book using calibre, you wont have any issues. If you go through the email service amazon will do its level best to screw you so that you give up and only read books you buy from them.
kovidgoyal is offline   Reply With Quote
Old 09-30-2022, 06:23 PM   #8
Bookstooge
Guru
Bookstooge ought to be getting tired of karma fortunes by now.Bookstooge ought to be getting tired of karma fortunes by now.Bookstooge ought to be getting tired of karma fortunes by now.Bookstooge ought to be getting tired of karma fortunes by now.Bookstooge ought to be getting tired of karma fortunes by now.Bookstooge ought to be getting tired of karma fortunes by now.Bookstooge ought to be getting tired of karma fortunes by now.Bookstooge ought to be getting tired of karma fortunes by now.Bookstooge ought to be getting tired of karma fortunes by now.Bookstooge ought to be getting tired of karma fortunes by now.Bookstooge ought to be getting tired of karma fortunes by now.
 
Bookstooge's Avatar
 
Posts: 760
Karma: 2090886
Join Date: May 2019
Device: Kindle Oasis 1st Gen
Quote:
Originally Posted by kovidgoyal View Post
Connect your kindle via USB and send the book using calibre, you wont have any issues. If you go through the email service amazon will do its level best to screw you so that you give up and only read books you buy from them.
I connect via cable too. And so far, the cylons haven't taken over my kindle Oasis. Remember, the usb cable is humanity's last line of defense
Bookstooge is offline   Reply With Quote
Reply

Tags
calibre, conversion for epub, cover, ebook-convert, kindle cover


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ebook cover kindle paperwhite x calibre iconne Conversion 1 02-07-2022 07:12 PM
Epub cover won't display as preview thumbnail in file explorer alexia.k Calibre 8 03-19-2018 02:39 AM
Kindle Paperwhite Ebook-Cover wird nicht angezeigt lucky99831 Amazon Kindle 0 09-18-2015 07:15 AM
Epub to Mobi using Kindle Preview - Cover warning DTurner Kindle Formats 3 04-10-2012 05:53 PM
Cover goes missing on Kindle after ebook conversion pcferg Conversion 9 05-15-2011 11:16 AM


All times are GMT -4. The time now is 03:41 PM.


MobileRead.com is a privately owned, operated and funded community.