Quote:
Originally Posted by ownedbycats
This successfully added "General Audience" to fictags when Rating: K+ despite using a include_metadata_pre. I thought that wouldn't work. Is this bug or as intended?
|
I'm not sure, because I don't know what the inputs are. But that sounds right:
- rating contains "K+"
- rating replace_metadata changes "K+" to "General Audiences"
- rating included in fictags
- fictags include_metadata_pre applied, accepting "General Audiences"
FYI, in include/exclude lines,
fictags==Explicit is functionally the same as
fictags=~^Explicit$, but computationally (and finger-typing) less expensive.