Quote:
Originally Posted by jhempel24
I spoke too soon....something's up with it....and it's acting very very buggy, and it's now very very slow.
|
Did you restart calibre (ctrl-r)?
Not that it will help but the tweak I was referring to is:
# 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.
sort_columns_at_startup = ('authors',0),('series',0),('title',0)
This makes sure my calibre library starts up sorted by author. All series by that author are in numerical order and the rest of the books by the author not in a series are in library sort order.
Good luck.