View Single Post
Old 11-07-2011, 10:42 AM   #18
GoldThreader
Zealot
GoldThreader can extract oil from cheeseGoldThreader can extract oil from cheeseGoldThreader can extract oil from cheeseGoldThreader can extract oil from cheeseGoldThreader can extract oil from cheeseGoldThreader can extract oil from cheeseGoldThreader can extract oil from cheeseGoldThreader can extract oil from cheeseGoldThreader can extract oil from cheese
 
Posts: 130
Karma: 1230
Join Date: Mar 2011
Device: Kobo Glo
Quote:
Originally Posted by theducks View Post
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)
I havent tried putting it like 01 instead of just 1 yet but dwanthny seems to think that the calibre library doesnt do it at all if that fixes it great if not oh well but for his questions on it i number it 1 through whatever then it sorts itself incorrectly on both my device and the library
GoldThreader is offline   Reply With Quote