Quote:
Originally Posted by HarryT
You want to sort your authors by first name? Forgive me, but I have to ask - why?
|
Dunno about the OP but when the "author names" you deal with look like the following:
Quote:
Fact Vs Fiction
hoshi-ni-onegai
iron chefs lady
Lonely in the basement
MiladyLane
|
It's easier to sort by "first name" rather than "last name".
@lizzielou
Go to: Preferences » Tweaks » Author sort name algorithm
change the following line:
Code:
author_sort_copy_method = 'comma'
to:
Code:
author_sort_copy_method = 'copy'