View Single Post
Old 06-19-2025, 10:13 PM   #10910
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: 6,987
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
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:
  1. rating contains "K+"
  2. rating replace_metadata changes "K+" to "General Audiences"
  3. rating included in fictags
  4. 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.
JimmXinu is offline   Reply With Quote