View Single Post
Old 10-11-2022, 06:26 PM   #7595
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,041
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by icecold View Post
So I'm not expecting anything to be done about this because there's are always going to be edge cases for SB/SV/QQ title and category/fandom parsing. Just wanted to report this so you knew what one of those edge cases were.

But anyways FFF mangles the title and fandom for this story, https://forums.sufficientvelocity.co...y-quest.99223/
Yep, that's a thing.

You can correct the title and clear tagsfromtitle by putting in story specific replacements:
Code:
[https://forums.sufficientvelocity.com/threads/the-best-and-worst-time-of-our-lives-a-rwby-quest.99223/]
add_to_replace_metadata:
 title=>^.*$=>Correct Title(with) stuff in (parans) in
 tagsfromtitle=>^.*$=>
[storyUrl] section and add_to_ will make sure these are the last replacement patterns.
JimmXinu is online now   Reply With Quote