Quote:
Originally Posted by Loba
As it stands now I can get them to filter into work tags, but they *also* show as Fandom (which is populated by category). If I tell it to add_to_exclude_metadata_post category=~Season for example it then removes it from both work tags and Fandom.
|
What you describe and what I see in your personal.ini don't match 100%, but I think I know what you need.
When you use
include_in_tags:tags,genre,category,warnings, all of the replace_metadata and include/exclude lists are still applied to each of the metadata entries called before they are added.
What you probably need is to use is something like:
include_in_tags:tags,genre,category.NOREPL,warning s
Any time you append
.NOREPL to a metadata entry in an
include_in_X line, that will suppress the edits being done to it for that use.