View Single Post
Old 06-25-2025, 04:50 AM   #1
roddy20
Enthusiast
roddy20 began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Jun 2025
Device: Kindle Paperwhite 11th
Problem with cover images

Hello
I am trying to convert a folder with ebooks using code
Code:
find ./input/ -name "*.mobi" -o -name "*.fb2" -o -name "*.epub"|while read fname; do
  ......
  /Applications/calibre.app/Contents/MacOS/ebook-convert  "$fname" "output//$Author//$Title.mobi";
done
it works but Kindle (Paperwhite, 11th) do not display cover images from converted files
ebook-meta --get-cover shows they are available
What I am doing wrong?
Thanks

Attachement : original books, converted books, my script and kindle screenshot

Moderator Notice

Attachment deleted. Please don't upload copyright works to MobileRead without the rights holder's permission.

Last edited by pdurrant; 07-03-2025 at 05:41 AM.
roddy20 is offline   Reply With Quote