Quote:
Originally Posted by culytera
I remove characters if they're already mentioned in the relationship tag (since you have to manually input each character, I don't cover all of them, only the ones with multiple fics in my library):
Code:
exclude_metadata_pre:
characters=~CHARACTER_NAME&&ships=~CHARACTER_NAME
## The below line specifically to exclude relationship tags that don't have / or & since some authors put "ship_name relationship" in the relationship tags and I want the tags to be consistent and not redundant
ships!~(.*)[/&](.*)
|
I can't get this to work with my Ao3 fics since the character names are, for example "Tom", "Bill", and "Sandy" but the relationship are "Tom/Sandy" or "Sandy/Bill". Any suggestions?