View Single Post
Old 10-02-2018, 02:09 PM   #2947
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,024
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Tanjamuse View Post
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
JimmXinu is offline   Reply With Quote