View Single Post
Old 12-02-2019, 06:42 PM   #7
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,110
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
Quote:
Originally Posted by Crusher View Post
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}
ilovejedd is offline   Reply With Quote