PRS-T1: collection name for series
I recognized that the T1 sort the collections with "." or "_" at the end of the collection-list. So I want all genres at top and the series at the end.
There I want to have my series.
I wanted to rename the collection via calibre (SONY-rename collection - I have a German calibre) like:
".Albion (Reihe)" which is in English ".Albion (series)"
But I get an error:
GET_CATEGORY Format specifier missing precision
My rename looks like this:
sony_collection_name_template = '{value} {category:.| (|)}'
sony_collection_renaming_rules = {'series': 'Reihe'}
|