Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 11-12-2023, 11:51 PM   #1
Alan2311
Junior Member
Alan2311 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Nov 2023
Device: Kindle Paperwhite
How to get EBook Title changed and show on Kindle

Hi All,

I am having trouble getting the meta-data (specifically, the ebook 'title') to show in my Kindle as it does (or at least I think it does) in the Mobi file.

This is what I have done:

1) I have changed the 'title' of the mobi file from XXX to YYY using ebook-meta like this:

Code:
ebook-meta FileName.mobi --title="YYY"
The command putput shows (amongst other stuff):

Code:
Original metadata::
	Title               : XXX

Changed metadata::
	Title               : YYY

2) I have confirmed that the change was effective using this:

Code:
ebook-meta FileName.mobi
Code:
Title               : YYY

3) I have also confirmed that the title was changed via:

Code:
exiftool FileName.mobi
Code:
ExifTool Version Number         : 11.88
File Name                       : FileName.mobi
Book Name                       : YYY
Updated Title                   : YYY

4) I have put my Kindle (Paperwhite) into flight-mode (no WiFi connection), and connected via a USB cable to my PC, and copied over FileName.mobi to the 'documents' directory.


5) Ejected the Kindle from the PC (safely remove the USB device) to be sure that the write(s) are complete, and then opened my Kindle, but the ebook title is still:

XXX



For what it's worth, I also opened the ebook in Calibre (GUI) and it shows the title as 'YYY'.


Obviously I am misunderstanding how this works, but I haven't a clue how to get my Kindle to see the new book title ('YYY'), so any suggestions would be very welcome!


Thanks,

Alan.
Alan2311 is offline   Reply With Quote
Old 11-13-2023, 09:09 AM   #2
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
One possibility is that your MOBI file is actually what calibre calls a dual MOBI and Amazon calls a Master MOBI. That is a single file that contains both MOBI and KF8 (AZW3) formats. If so then calibre will only display and update metadata from the first format in the file (MOBI) while a Kindle will use the second format (KF8) for metadata and reading.
jhowell is offline   Reply With Quote
Old 11-13-2023, 05:00 PM   #3
Alan2311
Junior Member
Alan2311 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Nov 2023
Device: Kindle Paperwhite
Hi JHowell,

Quote:
Originally Posted by jhowell View Post
One possibility is that your MOBI file is actually what calibre calls a dual MOBI and Amazon calls a Master MOBI. That is a single file that contains both MOBI and KF8 (AZW3) formats. If so then calibre will only display and update metadata from the first format in the file (MOBI) while a Kindle will use the second format (KF8) for metadata and reading.
Could any of this be helpful in determining if the file is a 'Dual Mobi / Master Mobi'?

Code:
ExifTool Version Number         : 11.88
File Type                       : MOBI
File Type Extension             : mobi
MIME Type                       : application/x-mobipocket-ebook
Palm File Type                  : Mobipocket
Compression                     : PalmDOC
Mobi Type                       : Mobipocket Book
KF8 Cover URI                   : kindle:embed:0002
Does the mention of 'KF8 Cover URI' seem interesting in the context of your suggestion?

If it is a 'Dual Mobi / Master Mobi', how do I make it a 'Standard Mobi' so that title shows correctly on my Kindle?


Thanks,

Alan.
Alan2311 is offline   Reply With Quote
Old 11-13-2023, 05:19 PM   #4
Alan2311
Junior Member
Alan2311 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Nov 2023
Device: Kindle Paperwhite
Hi JHowell,

Reading around, I found that my kindle can also display AZW3 files, so I tried converting to that file format, and copying to the kindle, and it displays the title correctly.

That makes me think that your suggestion above about the 'Dual Mobi' format was correct, and converting to AZW3 made it a pure format file which then works better.

Maybe I would be better staying away from MOBI, and just use AZW3 unless there is some significant downside to that format?


Thanks,

Alan.
Alan2311 is offline   Reply With Quote
Old 11-13-2023, 05:25 PM   #5
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
The KindleUnpack plugin for calibre will show an enabled "Split KF8/MOBI" option for MOBI files that contain multiple formats.

AZW3 is superior to MOBI is just about every way.

Last edited by jhowell; 11-13-2023 at 05:28 PM.
jhowell is offline   Reply With Quote
Old 11-13-2023, 05:30 PM   #6
Alan2311
Junior Member
Alan2311 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Nov 2023
Device: Kindle Paperwhite
Hi JHowell,

Quote:
Originally Posted by jhowell View Post
The KindleUnpack plugin for calibre will show an enabled "Split KF8/MOBI" option for MOBI files that contain multiple formats.
I'll have a look at that.

Quote:
Originally Posted by jhowell View Post
AZW3 is superior to MOBI is just about every way.
In that case, I think I'll stick with AZW3 going forwards :-)


Thanks for your assistance!

Alan.
Alan2311 is offline   Reply With Quote
Reply

Tags
kindle paperwhite, meta data, title


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Show books where the title and the title sort do not match mariaclaudia Calibre 2 06-17-2018 04:35 PM
Help: How to change how title, series, author show in kindle Fred95901 Library Management 4 12-19-2014 01:40 PM
Title not changed with Bulk Editing stormsh Calibre 6 09-23-2013 09:18 PM
Plugboard "Metadata: Show series [series index] - title as title (Kindle)" Deep Cover Library Management 6 11-30-2012 05:17 PM
Title changed after download only tags salines Calibre 13 11-14-2011 08:50 PM


All times are GMT -4. The time now is 10:50 AM.


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