Quote:
Originally Posted by abigfan
Is possible to get the program to sort first by Author, Then my Series? Rather than either/or. It would be really nice!

|
You can also go to Preferences - Tweaks and adjust the
Specify columns to sort the booklist by on startup tweak to have your library start with a certain sort. I set mine to:
Code:
sort_columns_at_startup = (('authors', 0), ('series', 0), ('title', 0))
Which is the same as sorting by Title then sorting by Series then sorting by Authors.