Quote:
Originally Posted by chaley
Click on title, then click on author. You will have title within author.
Edit: I got the 'click-on's backwards, but the theory is correct. 
|
Your click order was correct.
My tweak is
sort_columns_at_startup = ('authors',0),('series',0),('title',0)
Which is the same as clicking title, then series, then author.
This puts all books in order by author with the books within author being sorted by series if in a series and by title if not in a series.