Quote:
Originally Posted by nynaevelan
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}