Quote:
Originally Posted by davidfor
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.