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 06-26-2025, 11:29 AM   #16
roddy20
Member
roddy20 began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2025
Device: Kindle Paperwhite 11th
Quote:
Originally Posted by DNSB View Post
While the ISBN may be valid, that mobi-asin is not even close to a valid ASIN. An ASIN is a 10 character string not a string that looks like a GUID. A sample of an ASIN would be B0BSRFPQXV.

I would also suggest removing the file you attached since I am rather certain that the line in the book reading "Copyright © 2023 by Stephen King" is a pretty good indicator that it is still in copyright.
Already removed by Moderator, thanks
Yes, I found ASIN, it is at amazon pages under the book itself and it is editable by Calibre tools
Code:
fetch-ebook-metadata -p Amazon.com -a ´"$Author"´ -t ´"$Title" -o -c "$Author - $Title.jpg" > "$Author - $Title.opf" 
ebook-convert "$fname" "output//$Author//$Author - $Title.mobi" --from-opf="$Author - $Title.opf" --cover="$Author - $Title.jpg";
for example, or the same for azw3, it is really twice smaller ))
not always but in the most cases I get valid data

the main question how to force kindle to show that cover.jpg
roddy20 is offline   Reply With Quote
Old 06-26-2025, 11:36 AM   #17
roddy20
Member
roddy20 began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2025
Device: Kindle Paperwhite 11th
Quote:
Originally Posted by DNSB View Post
While the ISBN may be valid, that mobi-asin is not even close to a valid ASIN. An ASIN is a 10 character string not a string that looks like a GUID. A sample of an ASIN would be B0BSRFPQXV.

I would also suggest removing the file you attached since I am rather certain that the line in the book reading "Copyright © 2023 by Stephen King" is a pretty good indicator that it is still in copyright.
as far as I understand identifiers:amazon=ASIN
Code:
fetch-ebook-metadata -t "Holly" -a "Stephen King" -p Amazon.com
Title               : Holly
Author(s)           : Stephen King & Justine Lupe & Simon && Schuster Audio
Rating              : 2.2
Identifiers         : amazon:B0BSXS2WNR
Comments            : <p><strong>#1</strong> New York Times <strong>Bestseller * A</strong> New York Times <strong>Notable Book * An NPR Best Book of the Year</strong>  </p>
<p><strong>Holly Gibney, one of Stephen King’s most compelling and resourceful characters, .......... from Stephen King.</p>
roddy20 is offline   Reply With Quote
Old 06-26-2025, 11:39 AM   #18
roddy20
Member
roddy20 began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2025
Device: Kindle Paperwhite 11th
https://www.amazon.com/Audible-Holly/dp/B0BSXS2WNR
but that number refers to AUDIBLE AUDIO, not eBook
roddy20 is offline   Reply With Quote
Old 06-26-2025, 11:44 AM   #19
roddy20
Member
roddy20 began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2025
Device: Kindle Paperwhite 11th
https://www.amazon.com/Holly-Stephen.../dp/B0BSRFPQXV
how to limit fetch-metadata to ebooks not audio?
roddy20 is offline   Reply With Quote
Old 06-26-2025, 11:52 AM   #20
roddy20
Member
roddy20 began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2025
Device: Kindle Paperwhite 11th
search returns 3 pages and the 1st is used, but we need the 2nd one
https://www.amazon.com/s?k=holly+stephen+king

something like
https://www.amazon.com/s?k=holly+stephen+king+kindle
will be better
roddy20 is offline   Reply With Quote
Old 06-26-2025, 12:29 PM   #21
roddy20
Member
roddy20 began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2025
Device: Kindle Paperwhite 11th
Quote:
Originally Posted by roddy20 View Post
search returns 3 pages and the 1st is used, but we need the 2nd one
https://www.amazon.com/s?k=holly+stephen+king

something like
https://www.amazon.com/s?k=holly+stephen+king+kindle
will be better
https://www.amazon.com/s?i=stripbook...1&ref=sr_adv_b

maybe we need the format field in the search query?
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2025-06-26 at 17.22.24.png
Views:	5
Size:	148.6 KB
ID:	216509  
roddy20 is offline   Reply With Quote
Old 06-26-2025, 12:30 PM   #22
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,830
Karma: 168959602
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
The easiest way to limit the metadata to the ebook edition is to add the ASIN to the book's ID collection. Remember too that ASINs can be country/region specific but currently are always 10 characters. Since you appear to be using calibre to download the metadata, I would suggest combining getting metadata for one book at a time and using the mark 1 eyeball would be helpful to getting the correct metadata.
DNSB is offline   Reply With Quote
Old 06-26-2025, 12:39 PM   #23
roddy20
Member
roddy20 began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2025
Device: Kindle Paperwhite 11th
Quote:
Originally Posted by DNSB View Post
The easiest way to limit the metadata to the ebook edition is to add the ASIN to the book's ID collection. Remember too that ASINs can be country/region specific but currently are always 10 characters. Since you appear to be using calibre to download the metadata, I would suggest combining getting metadata for one book at a time and using the mark 1 eyeball would be helpful to getting the correct metadata.
its OK but I need to do it manually for each book
I want a script to convert all the folder
BTW we have this option but it shows audio book (( both in Calibre GUI and in command line fetch
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2025-06-26 at 17.33.31.png
Views:	5
Size:	126.8 KB
ID:	216510  
roddy20 is offline   Reply With Quote
Old 06-26-2025, 01:15 PM   #24
roddy20
Member
roddy20 began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2025
Device: Kindle Paperwhite 11th
Quote:
Originally Posted by DNSB View Post
The easiest way to limit the metadata to the ebook edition is to add the ASIN to the book's ID collection. Remember too that ASINs can be country/region specific but currently are always 10 characters. Since you appear to be using calibre to download the metadata, I would suggest combining getting metadata for one book at a time and using the mark 1 eyeball would be helpful to getting the correct metadata.
Thanks for your answers.
Now I have two problems
1 some books display cover images, some dont, format and conversion method are the same, where is the difference
2 I ll try to use ASIN if available, and Title+Author if not, then open Amazon page and confirm the correct data or search and enter manually, is it the correct way?
roddy20 is offline   Reply With Quote
Old Yesterday, 04:56 AM   #25
roddy20
Member
roddy20 began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2025
Device: Kindle Paperwhite 11th
I found two folders /system/thumbnails and /amazon bug with a lot of pictures in ***ASIN**.jpg format, it is related to cover images. Maybe someone has a detailed description what to do with those? Thanks
roddy20 is offline   Reply With Quote
Old Yesterday, 05:02 AM   #26
roddy20
Member
roddy20 began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2025
Device: Kindle Paperwhite 11th
Quote:
Originally Posted by DNSB View Post
The easiest way to limit the metadata to the ebook edition is to add the ASIN to the book's ID collection. Remember too that ASINs can be country/region specific but currently are always 10 characters. Since you appear to be using calibre to download the metadata, I would suggest combining getting metadata for one book at a time and using the mark 1 eyeball would be helpful to getting the correct metadata.
Now i m trying to get data three times, by ASIN, by isbn and by author+title, if there is a match, use it automatically, if not then review and select one of three opf files. It’s not perfect but seems to be working
roddy20 is offline   Reply With Quote
Old Yesterday, 06:17 PM   #27
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,830
Karma: 168959602
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by roddy20 View Post
I found two folders /system/thumbnails and /amazon bug with a lot of pictures in ***ASIN**.jpg format, it is related to cover images. Maybe someone has a detailed description what to do with those? Thanks
The amazon-cover-bug folder is created by calibre and has thumbnails generated by calibre while /system/thumbnails is an Amazon folder. What calibre does is to copy the thumbnails from the amazon-cover-bug folder to the /system/thumbnails folder to replace thumbnails that Amazon modified/removed. This does not work on MTP connected Kindles where the /system directory is not made available.
DNSB is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Clara HD Cover Images Calenorn Kobo Reader 3 04-04-2019 09:30 AM
Problem with cover images on Nook STR tecweston Calibre 2 12-07-2011 01:41 PM
Two cover images in the same book NINJA1200 Calibre 1 08-22-2011 01:47 AM
Cover Images rogue_ronin Workshop 0 12-11-2009 03:51 PM
cover images Nate the great Workshop 7 10-25-2009 12:34 PM


All times are GMT -4. The time now is 05:34 PM.


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