View Single Post
Old 11-08-2010, 08:54 PM   #2
Dopedangel
Wizard
Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.
 
Dopedangel's Avatar
 
Posts: 1,792
Karma: 30548723
Join Date: Dec 2006
Location: Singapore
Device: Boyue
I personally use this

Code:
{author[0]}/{authors}/{series}/{series_index:0>2s}. {title}



It puts the books by

A\Author\Series\01 Title

something I would recommend compared to what you have shown above as
this will sort the books by series number as well.

or you can use this

Code:
{author[0]}/{authors}/{series}/{series_index:re(^(\d)(\.|$),0\1\2)||. }. {title}
it will also sort your short stories properly if you have them in a series

Last edited by Dopedangel; 11-09-2010 at 12:39 AM.
Dopedangel is offline   Reply With Quote