View Single Post
Old 06-19-2020, 02:12 PM   #5
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,797
Karma: 169712580
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Series would only give you the series name. You need to add series index as well.

Something like:
Code:
{author_sort:sublist(0,1,&)}/{series:| |}{series_index:0>5.2f| | - }{title} - {author:sublist(0,1,&)}
One note is that this template is from my save to disk so for title use, the first bit "{author_sort:sublist(0,1,&)}/" can be removed.

The sublist item uses the first entry in the list which keeps the filenames/paths shorter when you are sending an anthology where all 20 authors are listed.

Using this template and J D. Robb's Golden in Death (In Death #50)

I get a directory called "Robb, J. D_" with files named "In Death 50.00 - Golden In Death - J. D. Robb" plus the file extension.

Last edited by DNSB; 06-19-2020 at 06:41 PM. Reason: Added comment about where the template came from
DNSB is offline   Reply With Quote