View Single Post
Old 09-26-2022, 11:35 AM   #7568
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,011
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by surpachup View Post
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.
JimmXinu is offline   Reply With Quote