View Single Post
Old 11-07-2011, 07:32 AM   #15
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: 31,109
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Send to Device template

If the problem is the name used when sending to device:
Leading Zeros are important to prevent the 'ASCII Sort' you are seeing.
Code:
{series_index:0>2s}-{title}
the Green part pads the series with leading 0's (change the 2 to a 3 if you will have more than 99 in ANY series
(you can't change numbering plans in mid use without deleting ALL book in a series from the device and sending them fresh with the new template)
001 Foo
010 Foo
100 Foo
will be the order seen (if sorted by title on the dvice)
theducks is offline   Reply With Quote