View Single Post
Old 01-22-2017, 03:08 AM   #3
jgt1942
Connoisseur
jgt1942 began at the beginning.
 
Posts: 63
Karma: 10
Join Date: Nov 2010
Device: iPad
Following is what I have:
# Author sort name algorithm

author_sort_copy_method = 'comma'

author_name_suffixes = ('Jr', 'Sr', 'Inc', 'Ph.D', 'Phd', 'MD', 'M.D', 'I', 'II', 'III', 'IV', 'Junior', 'Senior')

author_name_prefixes = ('Mr', 'Mrs', 'Ms', 'Dr', 'Prof')

author_name_copywords = ('Corporation', 'Company', 'Co.', 'Agency', 'Council', 'Committee', 'Inc.', 'Institute', 'Society', 'Club', 'Team')

If I edit the metadata all of my "author sort" fields are FN LN and I now want them to be LN, FN. I'm looking for the silver bullet that will change all of my books (16,084) from FN LN to LN, FN for the author sort.
jgt1942 is offline   Reply With Quote