View Single Post
Old 12-12-2010, 02:38 AM   #2
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
Quote:
Originally Posted by S3ZAi View Post
How could I link books wiht covers after all or should I delete everything and start all over again.
Doing a epub to epub conversion will insert your new covers in the books.

Quote:
Originally Posted by S3ZAi View Post
Oh, by the way, I just discovered another failure: when I select sory by name, the device sorts the books by the first name of the authors, while I had expected it to sort them by surname.
If you go to Preferences - Plugins - Device interface plugin - Sony and check the Use author sort for author (see attached) this might set the order correctly.

For either of the two above you might have to take a minute or two and delete the books and resend them to your reader.

Quote:
Originally Posted by S3ZAi View Post
Calibre gave me the impression that it would communicate the sort order to the device, but somehow this didn't work apparently, any way to set this straight?
Calibre will only do what you tell it to do. There is an additional way to control sorting of your collections via a tweak. Go to preferences - tweaks and read the description of the Sony sort tweak.
Spoiler:
Code:
# Specify how sony collections are sorted. This tweak is only applicable if
# metadata management is set to automatic. You can indicate which metadata is to
# be used to sort on a collection-by-collection basis. The format of the tweak
# is a list of metadata fields from which collections are made, followed by the
# name of the metadata field containing the sort value.
# Example: The following indicates that collections built from pubdate and tags
# are to be sorted by the value in the custom column '#mydate', that collections
# built from 'series' are to be sorted by 'series_index', and that all other
# collections are to be sorted by title. If a collection metadata field is not
# named, then if it is a series- based collection it is sorted by series order,
# otherwise it is sorted by title order.
# [(['pubdate', 'tags'],'#mydate'), (['series'],'series_index'), (['*'], 'title')]
# Note that the bracketing and parentheses are required. The syntax is
# [ ( [list of fields], sort field ) , ( [ list of fields ] , sort field ) ]
# Default: empty (no rules), so no collection attributes are named.
sony_collection_sorting_rules = []


Copying this tweak to the current tweaks section with your preferences will control how the collections on your sony are sorted.

Good Luck.
Attached Thumbnails
Click image for larger version

Name:	sony_plugin.jpg
Views:	372
Size:	61.8 KB
ID:	62665  
DoctorOhh is offline   Reply With Quote