View Single Post
Old 04-23-2011, 01:16 AM   #4
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,896
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by cic81 View Post
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.

Last edited by DoctorOhh; 04-23-2011 at 01:19 AM.
DoctorOhh is offline   Reply With Quote