View Single Post
Old 12-04-2023, 10:14 PM   #89
wildfire070
Connoisseur
wildfire070 is on a distinguished road
 
Posts: 55
Karma: 72
Join Date: May 2012
Device: Kindle Oasis, Scribe, Paperwhite // Boox Palma // Supernote
Quote:
Originally Posted by culytera View Post
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?
wildfire070 is offline   Reply With Quote