View Single Post
Old 01-05-2013, 02:48 PM   #4
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,812
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Code:
{series}/{series_index:0>2s}-{title}_{authors}
Prepend the Index to the title. that make it sort in series # order

having Author before, just messes things up if having different authors (or combinations) writing in the series.

Sort goes from Left to Right so the significant part is: {series}/{series_index:0>2s} (I put all of the series in a separate folder), but you could replace the green with any allowed character
theducks is offline   Reply With Quote