View Single Post
Old 02-20-2016, 11:11 PM   #1081
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,038
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by edeniz View Post
...
Ok, that's how I understood it, especially since I've had to add characters lines as well if I wanted names in ships to be changed. But if that is right, basically lines like this:

Spoiler:
Code:
 ships=>^John Sheppard\/Rodney McKay$=>Rodney McKay/John Sheppard
 ships=>^Cordelia\/Xander$=>Xander Harris/Cordelia Chase


should pose no problem, shouldn't it? Because, again using this story as an example case, using a line like the above means it will make the replacement, but the ships will not be split into characters. My characters field remains empty.
No ships lines, including those, effect the ships2chars lines when ships2chars is defined by include_in_ships2chars:ships.NOREPL.

I've just tested (again) with that story and it gets the two characters just fine.

The entirety of the personal.ini I used is:

Spoiler:
Code:
# 2nd Test Library
[defaults]
is_adult:true

[archiveofourown.org]

add_to_extra_valid_entries:,ships2chars
include_in_ships2chars:ships.NOREPL

add_to_replace_metadata:
 ships=>^John Sheppard\/Rodney McKay$=>Rodney McKay/John Sheppard
 ships2chars=>[ ]*/[ ]*=>/
 ships2chars=>[ ]*&[ ]*=>/
 ships2chars=>([^/]+)/([^/]+)/([^/]+)/(.+)=>\1\,\2\,\3\,\4
 ships2chars=>([^/]+)/([^/]+)/(.+)=>\1\,\2\,\3
 ships2chars=>([^/]+)/(.+)=>\1\,\2

include_in_characters:characters,ships2chars


So you're still having a problem, it's something else.
JimmXinu is offline   Reply With Quote