Quote:
Originally Posted by chaley
You can make a calibre custom column "made from other columns" and use a template to put the size of the CBZ file into the column. Once you do that you can add that column to CC's sort.
One possible template is
Code:
{:'select(formats_sizes(), 'CBZ')'}
|
Okay... in caliber, that sorts proper. In CC, 123 sorts before 13-- it ignores number of digits. Any thoughts?