Quote:
Originally Posted by DoctorOhh
To make this your default sort go to Preferences - Tweaks and change the following tweak.
Code:
# Specify columns to sort the booklist by on startup
sort_columns_at_startup = (('authors', 0), ('series', 0), ('title', 0))
After you make the change be sure to hit the Apply button on the bottom right, then hit the Apply check mark at the top left.
|
DoctorOhh - worked like a charm. The only thing I had to change was the outer parenthesis needed to be changed to brackets. I end up using this:
Code:
sort_columns_at_startup = [('authors',0),('series',0),('title',0)]
Thank you very much for that suggestion. I haven't had time to work with the View Manager plugin yet but for now this is doing exactly what I was hoping for.
Thank you again everyone for the great suggestions.
Damn Calibre rocks!!!