View Single Post
Old 12-18-2010, 10:02 AM   #7
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by chaley View Post
Another explanation, perhaps more probable, is that the 650 is doing article stripping, removing 'A' and 'The' before sorting. You can test this by using the plugboard to replace the blanks with the '_' character, which should defeat the matching algorithm. Start with the title_sort field. If changing that has no effect, then do both title_sort and title. The plugboard would look like:
Code:
device_db:PRS505 = (
[{author_sort}] -> authors), ([{series:lookup(\s,#serinit,series)}{series_index:>2s|| - }{title}] -> title), 
([{series}{series_index:0>2| | - }{title:re( ,_)}] -> title_sort)
Note that the re call is re(SPACE,UNDERSCORE).
After removing the epub:PRS505 plugboard I changed the title_sort designation in device_db:PRS505 as you suggested. This had no effect.

I then also changed the title designation. As predicted 'The Hobbit' now sorts under 'T'. I've attached screencaps of the PRS650 sorting all books by Title.
Attached Thumbnails
Click image for larger version

Name:	AllbyTitle_650_test.jpg
Views:	510
Size:	156.1 KB
ID:	63004  
jackie_w is offline   Reply With Quote