Quote:
Originally Posted by Manichean
Then everything works. If you have the tweak set to comma, Calibre expects the author field to contain the author name in the format FN LN and will recalculate the author_sort value accordingly.
|
True.
Quote:
Originally Posted by Manichean
If your author field contains LN, FN Calibre will assume that the first name is indeed the last name and produce the result you saw.
|
Not True. If the author field contains LN, FN (a comma) it copies the author field to author_sort field.
Author Sort Tweak
Quote:
The algorithm used to copy author to author_sort Possible values are:
invert: use "fn ln" -> "ln, fn" (the default algorithm)
copy : copy author to author_sort without modification
comma : use 'copy' if there is a ',' in the name, otherwise use 'invert'
nocomma : "fn ln" -> "ln fn" (without the comma)
When this tweak is changed, the author_sort values stored with each author
must be recomputed by right-clicking on an author in the left-hand tags pane,
selecting 'manage authors', and pressing 'Recalculate all author sort values'.
|