View Single Post
Old 06-27-2013, 03:38 PM   #6
DTFan
Junior Member
DTFan began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jun 2013
Device: Android 2.3 phone
Quote:
Originally Posted by DoctorOhh View Post
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!!!
DTFan is offline   Reply With Quote