Quote:
Originally Posted by Tanjamuse
I already have the "Saved Metadata Column". I was wondering if there was a way in the PI to say if it has a certain fandom tag, it'll automatic add another tag to another column?
Like if the fandom is Lord of the Rings then in another column automatically add meta-tag, J.R.R. Tolkien?
|
You can, but it relies on using
replace_metadata and therefore there has to be something in the entry to start with. Here's a minimalist example:
Code:
add_to_extra_valid_entries:,addedauthor
include_in_addedauthor:title.NOREPL
add_to_replace_metadata:
addedauthor=>^.*$=>J.R.R. Tolkien&&fandoms=>Lord of the Rings
add_to_custom_columns_settings:
addedauthor=>#acolumn