View Single Post
Old 11-02-2018, 07:49 PM   #10
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,657
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@Latios would seem to have a point. If an Author's name ends in a dot (.) it seems to get a different treatment to a Title that ends in a dot (.),

On Windows/NTFS I created this book

Click image for larger version

Name:	1.JPG
Views:	371
Size:	18.4 KB
ID:	167402

Then with these StD basic settings

Click image for larger version

Name:	2.JPG
Views:	453
Size:	50.2 KB
ID:	167403

... and this template
Code:
{title}. {author_sort}. {:'format_date (raw_field ('pubdate'),'yyyy')'|. |}
I get this file name
Code:
Hello_ Better Red_ . 2000.epub
And with this template (the one Latios posted)
Code:
{author_sort}. {title}{:'format_date (raw_field ('pubdate'),'yyyy')'|. |}
I get this file name
Code:
Better Red_ Hello.. 2000.epub
Curious : @Latios - why do you want dots in the file names?

BTW, in my Test library (which is the one I was using) I don't swap first and last names to create Author Sort.

BR
BetterRed is offline   Reply With Quote