View Single Post
Old 10-08-2011, 09:49 AM   #6
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
To start What is your goal?

I have a 950 but your 650 should react the same way.

Quote:
Originally Posted by Maniac View Post
I just tested it with automatic management, but the result stays the same.
Exactly what did you "just test?" Since using plugboards on the Sony x50 series works for everyone else you need to be very specific in what you're doing and what you're seeing.

Quote:
Originally Posted by jackie_w View Post
Quote:
Originally Posted by Maniac View Post
The title inside the epub is updated, but the title and titleSorter which is written into the database/cache/media.xml is still the original title from calibre before the Plugboard altered them.
How are you viewing the book titles on the reader? Is it via Home - Books - see all?
Forget whether or not the media.xml is written to. Tell us what you see and what view you are using to view the list as jackie_w asked.

Putting the series index like you suggest at the front of a title has many downfalls. Sort by title all 01 series books are at the front (see attached). Sort by author the books are in the book added order (see attached). Sort by filename is closer unless the author has more than one series on your device.

Personally I use the following plugboard:

Code:
device_db
PRS505
{author_sort} {series:| - | } {series_index:05.2f} -> author
{author_sort} {series:| - | } {series_index:05.2f} -> author_sort
This plugboard gives you sort by title that is by title (see attached) and a sort by author that has all series by an author in order (see attached). Combine this with the following tweak:

Code:
# Specify how SONY collections are sorted

sony_collection_sorting_rules = [(['series'], 'series_index')]
And all collections created by series are in series order, even series by multiple authors.
Attached Thumbnails
Click image for larger version

Name:	Books by title (series index prefix).jpg
Views:	405
Size:	79.9 KB
ID:	77459   Click image for larger version

Name:	Books by author (series index prefix).jpg
Views:	391
Size:	82.4 KB
ID:	77460   Click image for larger version

Name:	Books by title.jpg
Views:	362
Size:	85.6 KB
ID:	77461   Click image for larger version

Name:	Books by author.jpg
Views:	374
Size:	87.0 KB
ID:	77462  

Last edited by DoctorOhh; 10-08-2011 at 09:55 AM.
DoctorOhh is offline   Reply With Quote