Quote:
Originally Posted by surpachup
I have two columns for tags, one contains the original tags of the work, and the other is a custom column with cleaner tags.
|
You'll want to use:
- add_to_extra_valid_entries to make a new metadata entry;
- include_in_X to copy the existing metadata entry into it;
- add_to_replace_metadata to change the new metadata entry, and finally;
- add_to_custom_columns_settings to assign the new entry to a custom column.
Something like:
Code:
[defaults]
add_to_extra_valid_entries:,myfandoms
include_in_myfandoms:fandoms
add_to_replace_metadata:
myfandoms=>Boruto: Naruto Next Generations=>Naruto
...
add_to_custom_columns_settings:
myfandoms=>#myfandoms
I've shown it in [defaults] here, but it doesn't have to be.
See the
ini file wiki page for full details about what
add_to_ means and section precedence.