View Single Post
Old 11-21-2013, 03:43 PM   #4
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
You probably want this:

{series}{series_index:0>2s| | - }{title}

to get: <series> <volume> - <name>


You can also sort the view inside calibre by sorting first based on title, then based on series, then based on author, to get all your authors correctly subsorted by series (ordered) and for non-series books, by title.

Using the Preferences ==> Advanced ==> Tweaks:

# Specify columns to sort the booklist by on startup

You can also click "Plugin Tweaks" there and add the following line:

sort_columns_at_startup = [('authors', 0), ('series', 0), ('title', 0)]
eschwartz is offline   Reply With Quote