Thread: Content Keeping books in order.
View Single Post
Old 03-29-2012, 03:41 PM   #8
hrairoorah
Junior Member
hrairoorah began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jan 2011
Location: West Virginia
Device: Kindle fire, Kindle 3
Quote:
Originally Posted by JoeD View Post
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.

Is there a tut or set of instructions on exactly how to do this. I too have been manually adding 01, 02, 03 to my titles as I go. I should would like to be able to automate this.
hrairoorah is offline   Reply With Quote