View Single Post
Old 11-29-2010, 07:04 AM   #8
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,447
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Glubbish View Post
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)
chaley is offline   Reply With Quote