Register Guidelines E-Books Search Today's Posts Mark Forums Read

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

Notices

Reply
 
Thread Tools Search this Thread
Old 08-27-2018, 06:45 AM   #1
coolyazz
Junior Member
coolyazz began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Aug 2018
Device: Kindle Oasis 2
KFX multiple author problem

Hello everyone. I have been converting my books to KFX, as the text seems to format better on my kindle oasis (drop caps in particular). However, if the book has multiple authors, the book on the kindle only displays one name in the description. Using MOBI and AZW3, multiple author names show correctly, but the book text isn't formatted as good as KFX.

I polish before sending to device (to embed the correct metadata in the KFX file) but it doesn't make a difference. Is there a way to get the kindle to show both author's names?
coolyazz is offline   Reply With Quote
Old 08-27-2018, 11:46 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: 7,072
Karma: 91577715
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by coolyazz View Post
Hello everyone. I have been converting my books to KFX, as the text seems to format better on my kindle oasis (drop caps in particular). However, if the book has multiple authors, the book on the kindle only displays one name in the description. Using MOBI and AZW3, multiple author names show correctly, but the book text isn't formatted as good as KFX.
That is a limitation of how sideloaded KFX is supported by Kindle devices. Only the first author name is processed.


Quote:
Originally Posted by coolyazz View Post
I polish before sending to device (to embed the correct metadata in the KFX file) but it doesn't make a difference. Is there a way to get the kindle to show both author's names?
"Polish" only supports AZW3 and EPUB formats. It has no effect on KFX.

The "Embed metadata" function does handle KFX and this is done automatically by default when you send a book to a device. But, as I stated earlier, this won't help for multiple authors.
jhowell is online now   Reply With Quote
Advert
Old 08-27-2018, 02:46 PM   #3
coolyazz
Junior Member
coolyazz began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Aug 2018
Device: Kindle Oasis 2
Ah... I see. Thanks for explainng. I guess I can live with the problem, as the KFX text formatting seems so much better!
coolyazz is offline   Reply With Quote
Old 08-27-2018, 09:57 PM   #4
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by jhowell View Post
That is a limitation of how sideloaded KFX is supported by Kindle devices. Only the first author name is processed.
Kobo devices have a similar limitation. They are only reading the first dc:creator in the OPF of an epub. But, if this is set to the list of authors (FN1 LN1, FN2 LN2,...) it will parse that to get all the authors. I use a metadata plugboard to set this when sending the books to my Kobo devices. Is it possible that Kindle are doing something similar?
davidfor is offline   Reply With Quote
Old 08-27-2018, 10:36 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: 7,072
Karma: 91577715
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by davidfor View Post
Kobo devices have a similar limitation. They are only reading the first dc:creator in the OPF of an epub. But, if this is set to the list of authors (FN1 LN1, FN2 LN2,...) it will parse that to get all the authors. I use a metadata plugboard to set this when sending the books to my Kobo devices. Is it possible that Kindle are doing something similar?
It should be possible to combine multiple authors into one author field, but it is tricky to get right since Kindles expect the author name to be stored in "last, first" format for sorting but display it as "first last".

To get "John Smith and Tom Jones" displayed as the author it would have to be stored as "Smith and Tom Jones, John" in order to sort somewhat correctly.
jhowell is online now   Reply With Quote
Advert
Old 08-27-2018, 10:46 PM   #6
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by jhowell View Post
It should be possible to combine multiple authors into one author field, but it is tricky to get right since Kindles expect the author name to be stored in "last, first" format for sorting but display it as "first last".

To get "John Smith and Tom Jones" displayed as the author it would have to be stored as "Smith and Tom Jones, John" in order to sort somewhat correctly.
Yuck. That would make it hard to get right.
davidfor is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
KFX to KFX to remove DRM Tomifonication Conversion 12 08-09-2018 01:32 PM
Search by author, group multiple series jojovee Library Management 6 08-16-2017 12:27 AM
How to bulk add a second author to multiple books? BookJunkieLI Library Management 4 02-19-2016 08:36 PM
Catalog Anthology/Multiple Author Question Tom SKP Library Management 8 11-06-2012 07:18 AM
Author Sort Name Algorithm and multiple libraries texasnightowl Calibre 11 06-14-2012 10:34 PM


All times are GMT -4. The time now is 01:32 PM.


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