View Single Post
Old 01-19-2021, 12:54 PM   #5232
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,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ackomb View Post
Okay I’m trying to workout the AO3 tagging mess, and I thought I had the solution but nope.
If you search the thread you will be able to find me explaining many times in the past that as long as AO3 allows authors to put whatever random tags they want on stories, wrangling AO3 tags is going to be a losing effort. Nothing you come up with will be perfect.

I will help with specific problems, but I choose not to plow the sea.

Quote:
Originally Posted by ackomb View Post
So first I make sure to tackle the random naming of the fandoms:
category=>^the 100|The 100 \(TV\)|Clexa \(Madi\)|clexa - Fandom|The 100\(Tv Series\)$=>the 100
so far so good

Next up characters:
characters=>^Abigail "Abby" Griffin$|^Abby$|^Abby Griffin$=>Abigail "Abby" Griffin&&category==the 100
...
But at the same time, this fails:
Abby Griffin – Does not change
(example stories)
https://archiveofourown.org/works/3555A917
https://archiveofourown.org/works/12469408
...
So please tell me what am I not getting here?
In your two failure cases, the first is a Due South story, not 'the 100', and the second is The 100, not the 100. Regex is case sensitive. Use pattern "[tT]he 100" or add 'The 100' your category normalizing pattern.
JimmXinu is offline   Reply With Quote