Quote:
Originally Posted by ThreeLizards
Hi!
So I make catalogs of the fanfics that I upload to my kindle, make it easy to find books. It lets you choose a tags column. Well, the column I was using, #mytags, didn’t have fandom or pairing in it and I want to add those into a column so they’ll be in the catalog. So I created a #catalog_column and set up in the personal INI to have the appropriate data sent there. However, I would like it if I could have it modify the info, so instead of Marvel, it’ll put Fandom: in front of it, that way all the fandoms are sorted together. Is there a way to set this up in the personal ini?
TLDR
I have:
CatalogColumn shows Marvel, Stony, T
I want:
CatalogColumn: Fandom: Marvel, Pairing: Stony, Rating: T
Thank you for your help!
|
I do something similar with the tags, though I don't add these to a column so you probably need to use
add_to_custom_columns_settings instead:
Code:
add_to_extra_valid_entries:,prefix_category,prefix_rating,prefix_ships,prefix_status
include_in_prefix_category:category
include_in_prefix_rating:rating
include_in_prefix_ships:ships
include_in_prefix_status:status
keep_in_order_prefix_category:true
keep_in_order_prefix_ships:true
replace_metadata:
prefix_ships=>^(.*)=>[p] \1
prefix_category=>^(.*)=>[c] \1
prefix_rating=>^(.*)=>[r] \1
prefix_status=>^(.*)=>[s] \1
include_subject_tags:prefix_ships_LIST,prefix_category_LIST,prefix_rating,prefix_status