Quote:
Originally Posted by ownedbycats
Also, as expected, it did result in some weird behaviour on crossovers: it added both prefixes to all the characters. Any idea how to handle this?
This is my best idea so far:
Code:
characterlist=>(Character1|Character2)=>Fandom1.\1&&category==Crossover
characterlist=>(Character3|Character4)=>Fandom2.\1&&category==Crossover
EDIT: I made it worse!
Attachment 185218
|
I thought that perhaps an exclude metadata would work, but halfway through adding it I realized it would just strip the characters entirely. Still a little stumped.
I guess I could just set the column as new only and manually sort it out.
EDIT: For now, I just disabled all the prefixes and am focusing on sorting out all the standardization.