View Single Post
Old 11-04-2012, 01:30 AM   #989
Jade Aislin
Groupie
Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.
 
Posts: 164
Karma: 3100
Join Date: Sep 2011
Device: Kobo Auro H2O, PRS-T1
Quote:
Originally Posted by JimmXinu View Post
You should be able to without a line for every character, but you will need one for every fandom you want separate:

Code:
replace_metadata:
 characters=>(.+)=>Character.Transformers.\1&&category=>Transformers
 characters=>(.+)=>Character.Buffy.\1&&category=>Buffy
Unfortunately, that didn't work when there were two characters and two fandoms with one character from each fandom.

Instead of getting "Transformers.Bumblebee, Buffy.Xander Harris", I get "Buffy.Bumblebee, Buffy.Xander Harris".

Is it possible to set a list of character names to choose what prepend to attach?

For example:
Code:
characters=>(.+)=>Buffy.\1&&characters=>(Buffy or Xander or Spike)&&category=>Buffy
Jade Aislin is offline