Page 1 of 1

java.lang illegalargumentexception: Pattern not found

Posted: 18 Nov 2014, 16:51
by Gismo
Hello,i have a Problem with Filebot.I have following sheme for Movies.I hope anyone can help me ?

error--->java.lang illegalargumentexception: Pattern not found

shema--->{n} ({y}) {genres}, [{certification}] [{''+source}_{vf}_{vc}_{ac}_{af}] [{rating}] {'('+net.filebot.WebServices.IMDb.scrape(imdbid, '''//SPAN[@class='title-extra']''').match('"(.+)"')+')'} {' ['+fn.replaceAll(/(?i)directors|theatrical|ultimate/,'$0 Cut').matchAll(/UNRATED|REMASTERED|EXTENDED|UNCUT|DIRECTORS.CUT|THEATRICAL.CUT|ULTIMATE.CUT|SPECIAL.EDITION/).join('][').upperInitial().lowerTrail()+']'} {fn.match("-HD.MA.")+af}]/{n} ({y})


Best Regards.

Re: java.lang illegalargumentexception: Pattern not found

Posted: 18 Nov 2014, 16:57
by rednoah
So what's not working?

That's a warning, not error, indicating that your match Pattern failed, which is normal for files that don't contain the pattern. The format will work as expected.

Re: java.lang illegalargumentexception: Pattern not found

Posted: 18 Nov 2014, 17:04
by Gismo
Ok,I thought this is a error.I test this shema !

Best Regards

Re: java.lang illegalargumentexception: Pattern not found

Posted: 19 Nov 2014, 23:22
by Gismo
Hello,can anyone me help to add this AC3D in my sheme ?

Re: java.lang illegalargumentexception: Pattern not found

Posted: 20 Nov 2014, 16:42
by rednoah
I don't know what you mean. What's the issue?

Re: java.lang illegalargumentexception: Pattern not found

Posted: 20 Nov 2014, 17:06
by Gismo
Hi,I would like it so Katakomben (2014) [Horror, Thriller], [R] [WEBRip_480p_x264_AC3D_2ch] [6.3]

Regards

Re: java.lang illegalargumentexception: Pattern not found

Posted: 21 Nov 2014, 02:46
by rednoah

Code: Select all

fn.match(/AC3D/)