View Single Post
Old 03-04-2011, 10:41 AM   #281
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,731
Karma: 2197770
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Quote:
Originally Posted by nynaevelan View Post
If it helps, mine uses title - series - series number

Code:
{title} - {series} - {series_index:0>2s| - | - }
Unfortunately, I have not figured out how to get it to not add the two dashes if the book is not in a series.
That won't help the OP as they want to sort by series.

This is mine, but there are others on that thread I linked to above. This will display titles with a series like "SeriesName [1] - SomeTitle" and those without a series as "SomeTitle".

{series:|| }{series_index:0>2s|[|] - }{title}
kiwidude is offline