Quote:
Originally Posted by Nyssa
Code:
sort_columns_at_startup = (('authors', 0), ('#seriesinfo', 0), ('series', 0), ('title', 0))
Everything seems to be working, except: How do I get the titles to list in alphabetical order when both the "seriesinfo" and "series" fields are empty?
|
In theory your startup sort should ensure the titles list alphabetically when not in a the two series fields. You might want to make sure your
Set the maximum number of sort levels tweak is high enough. The default of 5 should be fine but if you dropped the number to 3 it could screw up your order. You might also want to investigate the
Control sorting of titles and series in the library display tweak.
Good Luck.