View Single Post
Old 09-02-2019, 12:59 AM   #9
AliceWonder
Connoisseur
AliceWonder ought to be getting tired of karma fortunes by now.AliceWonder ought to be getting tired of karma fortunes by now.AliceWonder ought to be getting tired of karma fortunes by now.AliceWonder ought to be getting tired of karma fortunes by now.AliceWonder ought to be getting tired of karma fortunes by now.AliceWonder ought to be getting tired of karma fortunes by now.AliceWonder ought to be getting tired of karma fortunes by now.AliceWonder ought to be getting tired of karma fortunes by now.AliceWonder ought to be getting tired of karma fortunes by now.AliceWonder ought to be getting tired of karma fortunes by now.AliceWonder ought to be getting tired of karma fortunes by now.
 
Posts: 97
Karma: 200000
Join Date: Aug 2019
Device: none
Quote:
Originally Posted by davidfor View Post
Kobo devices do the opposite. They only take the first dc:creator tag. I use a metadata plugboard in calibre to workaround this. And similarly, with dc:identifier, they assume the first is the ISBN.
So use the author for the first and then for the last one...

Code:
<dc:creator id="woodpecker">Author Name</dc:creator>
<meta refines="#woodpecker" property="role" scheme="marc:relators">wde</meta>
That will cover both scenarios
AliceWonder is offline   Reply With Quote