Thread: Author Sort
View Single Post
Old 11-18-2025, 11:40 AM   #20
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,529
Karma: 8075938
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Sirtel View Post
Only bear in mind that if you use calibre to send books to a Kobo eink reader, then your Kobo won't like the author names to be LN, FN - it wants them to be FN LN.

Personally I use LN, FN in my main library and FN LN in a separate sub-library, and use the latter for interaction with my Kobos.
I have a Kobo Libra 2 and use LN,FN in my library. I use a metadata plugboard to "fix" the authors (change them to FN LN) when a book is sent from calibre to my kobo.

The plugboard:
Click image for larger version

Name:	Clipboard01.jpg
Views:	29
Size:	247.4 KB
ID:	219297

The template as text:
Code:
program:
	comma = '';
	res = '';
	for author in $authors separator '&':
		res = strcat(res, comma, swap_around_comma(author));
		comma = ', '
	rof;
	res
chaley is offline   Reply With Quote