View Single Post
Old 11-20-2011, 10:03 AM   #5
salines
Zealot
salines will become famous soon enoughsalines will become famous soon enoughsalines will become famous soon enoughsalines will become famous soon enoughsalines will become famous soon enoughsalines will become famous soon enoughsalines will become famous soon enough
 
Posts: 127
Karma: 744
Join Date: Oct 2011
Device: Sony PRS-T1
Quote:
Originally Posted by chaley View Post
I can think of two ways to accomplish what you want:

1. Put the category in front and (possibly) remove the category label for everything except series. Use .Reihe as the category label for series. You don't say where genre comes from, but assuming that genre is a custom column, something like:
Code:
sony_collection_name_template = '{category:||: }{value} '
sony_collection_renaming_rules = {'series':'.Reihe', '#genre':''}
2. Create a composite custom column that adds the period in front of the series name, then create your series collections from that. The template for the column would be something like {series:|.|}
I want to use the second.
I create composite custom col.
I used {series:|.|} as template
Then I get the series name with a starting point like: ".Star Wars" BUT without the series number.
salines is offline   Reply With Quote