Quote:
Originally Posted by oren64
Kobo fix the sort by number of books in authors to most first.
I like it better that way.
|
Did they do it in increasing before? If so, I never noticed. But, I agree that descending is better and agrees with the collections list.
Quote:
If a book have a multi authors with "&" it will not separate them, and show it as one big name.
Can I change the authors name form "&" to "," in the metadata plugboards in Calibre?
|
Kobo is using the comma as the separator. The are assuming it is "FN1 LN1, FN2 LN2". That is how it is shown in the store and books purchased from them download that way.
I have been using the following for a while and it works well:
Code:
program: raw_list('authors', ', ')