Quote:
Originally Posted by Glubbish
device_db:any device = ([{series}{series_index:| - | - }{title}] -> title), ([{author_sort}] -> authors)
This does almost exactly what I want. The only problem is that the sort order is not by the series eg:
series - 02 - name
series -04 - name
series - 01 - name
series - 03 - name
|
Try adding an extra SourceTemplate/DestField pair to your existing Plugboard for device_db:
Code:
Dest field: title_sort
Source Template: {series}{series_index:| - | - }{title}
(i.e the same as you've defined for title)
Then you don't have to use the Collections option to see books in Series order.