Quote:
Originally Posted by cic81
That doesn't seem to have done anything. They're still Genre > Author > Title
|
As stated use the "Specify columns to sort the booklist by on startup" tweak. I use the below with a different column than genre and it works fine.
Code:
sort_columns_at_startup = (('#genre', 0), ('authors', 0), ('series', 0), ('title', 0))
Assuming that when you hover the mouse over your genre column heading the lookup/search name is #genre then try the above. If the lookup/search name is different then change #genre to whatever your lookup name is.
This will sort your library on startup primarily by Genre, within each genre the Authors will be in order, within each Author the Series will be in order and the titles for that Author not in a series will be in alphabetical order.