View Single Post
Old 07-10-2014, 08:59 AM   #3082
cryzed
Evangelist
cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.
 
cryzed's Avatar
 
Posts: 408
Karma: 1050547
Join Date: Mar 2011
Device: Kindle Oasis 2
You can check "Preferences->Change Calibre behaviour->Advanced->Tweaks" a window opens. Click on "Specify columns by which to sort the booklist on startup" and edit the tweak to:

Code:
# Specify columns by which to sort the booklist on startup

sort_columns_at_startup = [('date', 1)]
Then click "Apply changes to this tweak" and "Apply" in the upper-left corner. After restarting, Calibre should automatically display your library sorted by date. The 'date' in this case is the column, the 1 means descending while 0 means ascending. If you wanted to sort on a different column, e.g. a custom column of yours, you could change 'date' to '#mycustomcolumn'.

Unless you meant something completely different by auto-sort? You can simply click on the column headings for sorting to apply to the view.

Last edited by cryzed; 07-10-2014 at 09:02 AM.
cryzed is offline