Quote:
Originally Posted by Glubbish
All,
I have a slight problem with the title sorting on the sony prs-650
I have my plugboard set with:
Code:
device_db:PRS505 = ([{series}{series_index:0>2s| - | - }{title}] -> title)
sending books to device has automatic management set.
The sony device plugin has 'use author sort for author' ticked.
Everything looks fine on calibre
but on the reader, series are out of order in the list all (sort by author) view
When the series is selected in collections they are all in numbered order
|
Do the titles you are seeing in the by-authors view contain the series information? If so, could you post a few examples showing how they are ordered incorrectly?
It is possible that the 650 is honoring the title_sort field, in which case it would sort by title but show the modified title. To test/fix this, add the following plugboard expression:
Code:
device_db:PRS505 = ([{series}{series_index:0>2s| - | - }{title}] -> title_sort)