View Single Post
Old 11-07-2010, 12:40 PM   #1
bucsie
Connoisseur
bucsie ought to be getting tired of karma fortunes by now.bucsie ought to be getting tired of karma fortunes by now.bucsie ought to be getting tired of karma fortunes by now.bucsie ought to be getting tired of karma fortunes by now.bucsie ought to be getting tired of karma fortunes by now.bucsie ought to be getting tired of karma fortunes by now.bucsie ought to be getting tired of karma fortunes by now.bucsie ought to be getting tired of karma fortunes by now.bucsie ought to be getting tired of karma fortunes by now.bucsie ought to be getting tired of karma fortunes by now.bucsie ought to be getting tired of karma fortunes by now.
 
Posts: 71
Karma: 674766
Join Date: Sep 2010
Device: Kindle
save file template for series

I have a template for saving files that appends the series number:

Code:
{author_sort}/{series:||/}{series_index:0>2s||. }{title}
the number is set to two characters, so a 0 is appended for single-digit numbers.

But some series have novellas or short stories between books, so I have some entries' series numbers labeled like 2.10.
So now, with this template, the books are saved as 01, 02, 2.10, 03

I would like to change this template so that it saves them as 01, 02, 02.10, 03

Any ideas? Thanks
bucsie is offline   Reply With Quote