View Single Post
Old 12-26-2013, 05:25 AM   #403
library addict
Grand Sorcerer
library addict ought to be getting tired of karma fortunes by now.library addict ought to be getting tired of karma fortunes by now.library addict ought to be getting tired of karma fortunes by now.library addict ought to be getting tired of karma fortunes by now.library addict ought to be getting tired of karma fortunes by now.library addict ought to be getting tired of karma fortunes by now.library addict ought to be getting tired of karma fortunes by now.library addict ought to be getting tired of karma fortunes by now.library addict ought to be getting tired of karma fortunes by now.library addict ought to be getting tired of karma fortunes by now.library addict ought to be getting tired of karma fortunes by now.
 
library addict's Avatar
 
Posts: 13,129
Karma: 37197878
Join Date: Nov 2010
Location: USA
Device: Nexus 7 2, Samsung Galaxy Tab A 8" (retired=Sony PRS650, Kobo Mini)
Quote:
Originally Posted by davidfor View Post
Looking at that, the "3.xx" books should be between the "03" and "04" book. If so, the only thing you can do is to pad the number with a leading zero. That would make them "03.xx". The reason for that is the title sorting on the Kobo devices is as a string. The sorting is not looking at the series index in the title and treating it as a number. It is still treating it as a string.

The real solution to this is to convince Kobo to use the series information that they display for sorting. I wouldn't hold your breath, but hopefully they will do it.
I'm not sure why the 3.xx numbers and other "single" digit ones didn't get the leading 0 added. I guess it's because the {series_index:0>2s| - | - } ignores the decimal point somehow. The plugboard added the leading 0 to the ones without numbers behind the decimal.
library addict is offline   Reply With Quote