View Single Post
Old 02-28-2012, 03:28 PM   #8
Multics
Enthusiast
Multics knows what is on the back of the AURYN.Multics knows what is on the back of the AURYN.Multics knows what is on the back of the AURYN.Multics knows what is on the back of the AURYN.Multics knows what is on the back of the AURYN.Multics knows what is on the back of the AURYN.Multics knows what is on the back of the AURYN.Multics knows what is on the back of the AURYN.Multics knows what is on the back of the AURYN.Multics knows what is on the back of the AURYN.Multics knows what is on the back of the AURYN.
 
Posts: 28
Karma: 9640
Join Date: Feb 2012
Device: SONY PRS-T1
I didn't exactly use either of them but kinda developed one based on all the reading I did:

in metadata plugboards (Not sure if it is really doing anything):
device_db:PRST1 = ([{series:re(([^\s])[^\s]+(\s|$),\1)}{series_index:0>2s| - | - }{title}] -> title)


in sending books to devices I set the template to (management is automatic):
{author_sort}/{series}{series_index:>3s}{title}


in device plugins for the SONY prst1 I have:
Save template: {author_sort} - {series}{series_index:0>2s| | - }{title}
and the comma separated list is: author_sort

in tweaks in specify how sony....:
# Specify how SONY collections are sorted

sony_collection_sorting_rules = [(['series'], 'series_index'), (['*'], 'title')]


I've made a couple changes elsewhere but I think they were just for how calibre itself looks and does things locally with nothing to do with the ereader itself.
Multics is offline   Reply With Quote