Quote:
Originally Posted by Adoby
Perhaps:
[('authors',0), ('series',0), ('series_index',0), ('title',0)]
|
I use this tweak too, but never had to specify ('series_index',0) in the list for it to sort the series.
sort_columns_at_startup = [('authors', 0), ('series', 0), ('title', 0)]
Then again I also added the
View Manager plugin years ago so maybe it is compensating for my lack of ('series_index',0) in the tweak.