View Single Post
Old 04-21-2020, 07:54 PM   #5
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 DNSB View Post
AFAIK, Kobo uses the dc:creator field for the author. In epub2, with multiple authors, you can see:

Code:
    <dc:creator opf:role="aut" opf:file-as="Flint, Eric &amp; Freer, Dave &amp; Lackey, Mercedes">Eric Flint</dc:creator>
    <dc:creator opf:role="aut">Dave Freer</dc:creator>
    <dc:creator opf:role="aut">Mercedes Lackey</dc:creator>
However, I'm not sure if that will show all the authors on a Kobo.
Kobo only uses the first dc:creator it finds. And, it assumes the authors are "FN1 LN1, FN2 LN2".

@Lebowsky: Sorting is multiple levels:
  • Author: author (LN, FN) then title
  • Title: title then author (LN, FN)
  • Series: series name, series index, title

The other sorts should be by whatever they say and then title.
davidfor is offline   Reply With Quote