View Single Post
Old 02-08-2025, 10:25 AM   #10301
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,039
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ThreeLizards View Post
Hi! So I'm modifying stuff in my personal.ini file. And I'm trying to set it up to replace relationship names.

This is what I have below

Code:
replace_metadata: 
## Ships
 ships, relationships,ships_LIST,prefix_ships_LIST=^Din Djarin/Boba Fett$=BobaDin
And none of them work. How do I get it to not have the full long name? It'd be great if I don't have to do a find and replace every time I'm downloading fanfics.
For one thing, you're missing the '>' characters. Should be more like:

ships=>^Din Djarin/Boba Fett$=>BobaDin

If we assume that's just a typo from copying it here (since I wrote all this before noticing the '>'s):

relationships and prefix_ships are not FFF defined entries. Unless you added them, they are unnecessary. You also shouldn't need the _LIST entries if you change it in ships.

So, either your pattern doesn't match your stories (perhaps you have sort_ships:true?), you have other replacements interfering, or you have it in the wrong part of personal.ini.

I'd need to see a few story URL examples and a "Safe" copy of your personal.ini (there's a button for that) to help any further.
JimmXinu is offline   Reply With Quote