View Single Post
Old 07-25-2012, 11:08 AM   #2
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,401
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Sorry, I am confused about what you are doing. When you say "User Category", what do you mean? Is that a custom column, or really a user-defined category in the tag browser? What is a sub-category?

If:
- genre is a custom column (assume the lookup name is #genre)
- the column name is the "category",
- the column value is the sub-category,
- you use automatic metadata management (good idea with the T1)
then the tweak "Specify renaming rules for SONY collections" will solve your problem. In this example I assume that you have changed your T1 setup to build categories from series and #genre, but not from tags. Set the tweaks as follows:
Code:
sony_collection_renaming_rules = {'series':'Series'}
sony_collection_name_template = '{category:||: }{value}'
The first tweak tells calibre to use the category name 'Series' for the series column. The category name of a standard field is normally empty. The second tweak puts the category name in front of the category value, separated by a colon.

Regarding importing collections back from the device, there is no way to do that.
chaley is offline   Reply With Quote