Quote:
Originally Posted by Jellby
However, it looks like this "sort" field is unused. If I have two books in the same series, with different languages, they will have two different effective "series sort". But being in the same series, there's a single entry in the series table, therefore they must be using something different from the "sort" field. 
|
IIRC that field was used in the old db until series sorting started taking language into consideration. The column can't be removed because that would make calibre downgrades incompatible.
If you want to see the series_sort for each book make a custom column based on other columns (not tags) and use the template
Code:
program: series_sort()