Quote:
Originally Posted by chaley
The author problem is my silliness. I used author, not author_sort. That is a mistake I shouldn't have made. I will fix it.
|
Don't worry about it. I was an IT professional for 25 years, I understand the nature of testing.
Quote:
Originally Posted by chaley
As for the title, when building collections I have the 'real' book information, not the Sony DB information. As such, I see what is in the book. You can fix this by adding a plugboard EPUB->PRS505 setting title_sort to the value you are putting into title.
|
As long as the 2 plugboards can co-exist that would be fine by me as a solution.
Can you clear up a little confusion with the 2 new Collections? To repeat some info from post #1, all my existing Collections (from tags only) sort by author_sort, series, series_index, title by using a custom composite column, #coll505sort, with template
Code:
{author_sort:titlecase()} - {series}{series_index:0>2s| | - }{title}
with the calibre tweak:
Code:
sony_collection_sorting_rules = [(['*'], '#coll505sort')]
Are the 2 new Collections "special cases" which will ignore the tweak and work from first principles?