View Single Post
Old 03-29-2025, 09:54 PM   #10530
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,043
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
New question: Added "ships" to fictags. Stories not tagged 'reader-insert' but just tagged with Character/Reader, this doesn't work. Regex wrong? (Works in Regex101.)

Code:
# fanfictags is a copy category for freeformtags 
include_in_fictags:freeformtags,characters,ships

include_metadata_pre:
 fictags==Reader-Insert
 fictags==Reader/.*
 fictags==*./Reader
Typo. You have == for string match and you want =~ for regexp.
JimmXinu is offline   Reply With Quote