Quote:
Originally Posted by itimpi
I might raise this as a change request then! If this was the documented behavior in the User Guide, then I do not see why it should be that any cases are "magic".
|
I added your request to my patch, but still using the evil environment variable.
If you set CALIBRE_AUTHOR_SORT_METHOD=none-if-comma, it has the behavior your described. If there is a comma in the author string, author is copied unchanged to author_sort, otherwise the author string is processed as before to convert 'FN LN' to 'LN, FN'.
The __init__.py in the download folder referred to above contains the change.