Unless you have multiple books with the same title, neither of the other sorts will have much of an effect.
To sort by the author, series, title, I would suggest entering ('authors', 0), 'series', ('title', 0) for the tweak which should give you [['authors', 0], 'series', ['title', 0]] once you're restarted. This should sort by author, series within the author and then titles.
|