View Single Post
Old 05-16-2016, 04:38 PM   #7
whismerhill
Connoisseur
whismerhill began at the beginning.
 
Posts: 66
Karma: 10
Join Date: Apr 2016
Device: Kindle 4(mine) & Kindle Touch(wife)
yup indeed found out it worked but didn't have the expected results

Code:
sort_columns_at_startup = [('series', 0), ('authors', 0), ('title', 0)]
this is more what I wanted
it's sorted by series/series_index correctly, then by author & finally sorted by title inside the authors
whismerhill is offline   Reply With Quote