View Single Post
Old 09-11-2014, 09:52 AM   #3315
MiniMouse
Groupie
MiniMouse ought to be getting tired of karma fortunes by now.MiniMouse ought to be getting tired of karma fortunes by now.MiniMouse ought to be getting tired of karma fortunes by now.MiniMouse ought to be getting tired of karma fortunes by now.MiniMouse ought to be getting tired of karma fortunes by now.MiniMouse ought to be getting tired of karma fortunes by now.MiniMouse ought to be getting tired of karma fortunes by now.MiniMouse ought to be getting tired of karma fortunes by now.MiniMouse ought to be getting tired of karma fortunes by now.MiniMouse ought to be getting tired of karma fortunes by now.MiniMouse ought to be getting tired of karma fortunes by now.
 
MiniMouse's Avatar
 
Posts: 197
Karma: 318144
Join Date: Jul 2013
Location: Well, there will always be a big time delay because I'm not living in the US! And there could be some communication difficulties too because I'm not a native speaker!
Device: Sony PRS-T3S
Quote:
Originally Posted by Tanjamuse View Post
Can I add a setting under covers, if there are more than 3 fandoms, to use a specific cover?
You can specify the category. Like for example if you want 'Cover01' for a fandoms crossover 'Hawaii Five-O', 'NCIS Los Angeles' and 'NCIS' make your line like this:

Quote:
${category} => (?=.*\b.*Hawaii.*\b)(?=.*\b.*Los Angeles.*\b)(?=.*\bNCIS\b).* => Cover01
With this regex it doesn't matter what fandom stands first, second or third BUT every fandom in there has to be mentioned. And the .* before and after helps if a fandom is written with something more like 'Hawaii(TV)'.

But you have to put this line before any cover for only one of these fandoms.
Quote:
${category} => (?=.*\b.*Hawaii.*\b)(?=.*\b.*Los Angeles.*\b)(?=.*\bNCIS\b).* => Cover01
${category} => (?=.*\b.*Hawaii.*\b).* => CoverHawaii
and so on.

MiniMouse

Last edited by MiniMouse; 09-11-2014 at 10:53 AM. Reason: Forgot a 'b' in the last regex line
MiniMouse is offline