Quote:
Originally Posted by dwanthny
I use a couple of calibre tweaks to help me with series. The first tweak is how Sony collections are sorted. The below tweak insures all series based collections will be sorted in series order.
Code:
# Specify how SONY collections are sorted
sony_collection_sorting_rules = [(['series'], 'series_index')]
This tweak will add (Series) after any collection based on series, see attached. This helps you quickly locate series amongst all collections.
Code:
# Specify renaming rules for SONY collections
sony_collection_name_template = '{value} {category:|(|)}'
sony_collection_renaming_rules = {'series': 'Series'}
On my 950 I use a plugboard that adds series info to be added to the author line (see attached) but I think the jury is still out ( read this thread starting here) on whether the finer points of the plugboards will work with the T-1 based on possible limits in author field length.
Have fun with your new toy. 
|
Are the screenshots you showed the results of the coding for Sony collections or the result of using the plugboard? The screenshots shown is exactly what I think I need. If it is the results of the Sony collection coding, please let me know where in Calibre I input those codes. Thanks!