View Single Post
Old 04-19-2018, 04:26 PM   #2
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,447
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
The series_sort calibre field isn't a "real" metadata field, so it doesn't exist in normal book metadata.

Calibre passes CC the series_sort information when you connect as a wireless device, but I don't know if the iDevice CC version uses it.

The best way to solve the problem so that it works in all the connection types is to create a custom column "built from other columns" to contain the value that calibre computes. The template should be
Code:
program: series_sort()
You can then sort by that column, add it to the grouping drawer, etc.
chaley is offline   Reply With Quote