Quote:
Originally Posted by kyrilson
Not sure where to post this, as I couldn't find a bug subforum or anything like that. Recently, in the past couple of updates or so, Calibre has started opening up sorted by series order in descending order. I prefer to have Calibre sorted by Date, ascending order, with the most recently added books at the top. I will close Calibre in this state, sorted by Date in ascending order, and the damn thing opens up sorted in series order in descending order every time! I have looked through the menus for a default sort order, but haven't found anything.
1) Is there a default sort order option that I may have missed?
2) Can Calibre be set to remember the sort option on exit and open back up with the same sort option? This used to be the case, but doesn't appear to be anymore.
|
I assume you are not using view manager ?
Then mabe this tweak (preferences: tweaks)
ID: sort_columns_at_startup
Provide a set of columns to be sorted on when calibre starts. The argument is None if saved sort history is to be used otherwise it is a list of column,order pairs. Column is the lookup/search name, found using the tooltip for the column Order is 0 for ascending, 1 for descending. For example, set it to [('authors',0),('title',0)] to sort by title within authors.