View Single Post
Old 11-15-2014, 04:09 PM   #3502
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
So you actually have how many different problems here??

Quote:
Originally Posted by firefoxxy View Post
I wanted to get tags like "a little bit fluff", or "angst and fluff" to become "fluff" but I do not now how to write that. I had used
Code:
category=>*.fluff=>fluff
which caused the previous error. I removed this line.
It's '.*' (dot then star), not '*.'. And if you want to match anything containing fluff, use both at front and back:
Code:
 category=>.*fluff.*=>fluff
Quote:
Originally Posted by firefoxxy View Post
I also tried to get the plugin to rename certain other tags (like Hurt/Comfort into Hurt-Comfort, or "Frigga (Marvel)" to "Frigga") which doesn't work.
This works fine for me:
Code:
 category=>Hurt/Comfort=>Hurt-Comfort
As for "Frigga (Marvel)" to "Frigga", this works fine for me:
Code:
 characters=>Frigga.*=>Frigga
Quote:
Originally Posted by firefoxxy View Post
Next, I noticed that the ship-tags like "Harry Potter/Severus Snape" are not converted to anymore, although it had been working. ((Edit: It does sometimes work, but sometimes not - I have yet to check which stories don't change the tag... Sorry))
...
At this point, I think you have so much complexity that parts are interfering with each either.

I'll try to help if you post specific problems with specific stories and the complete replace_metadata that applies, but it takes too much of my time to try and construct test cases for your problems without specifics.

Ultimately, if you want to control every piece of information, you have to control every piece of information.
JimmXinu is offline