Quote:
Originally Posted by Crusher
When saving a book to disk or device you get the root folder {author_sort} in the format "McDonald, Ed" - is there any way to change it to "Ed McDonald"?
I have already tried to modify the "Author sort name algorithm" in Tweaks to author_sort_copy_method = u'fn ln' but that doesn't seem to do the trick.
|
Afaik, the only allowed values for that tweak are:
invert
copy
comma
nocomma
That said, you probably want to leave that as comma. What you need to change are the preferences for "Save to disk" and "Send to device template".
Default is:
Code:
{author_sort}/{title}/{title} - {authors}
You wanna change that to:
Code:
{authors}/{title}/{title} - {authors}