Quote:
Originally Posted by JimmXinu
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.
|
Ah, yes I realize now that I had restored my INI from a backup before sending that copy. But yup! That seems like it'll do the trick. Thanks