Thread: Content Keeping books in order.
View Single Post
Old 03-29-2012, 03:18 PM   #7
JoeD
Guru
JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.
 
Posts: 895
Karma: 4383958
Join Date: Nov 2007
Device: na
I have the following set as the source template

Code:
{series}{series_index:0>2s| - | - }{title}
with "title" as the destination field.

However, if you don't want the series name as a prefix, omit it as well as the - that would be used as the series - index separator, e.g

Code:
{series_index:0>2s|| - }{title}
That will give you

Code:
01 - Name of Book
for books that are part of a series, or just

Code:
Name of Book
for the rest.
JoeD is offline   Reply With Quote