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.
java.lang illegalargumentexception: Pattern not found
java.lang illegalargumentexception: Pattern not found
Last edited by Gismo on 19 Nov 2014, 23:51, edited 1 time in total.
Re: java.lang illegalargumentexception: Pattern not found
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.
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
Ok,I thought this is a error.I test this shema !
Best Regards
Best Regards
Re: java.lang illegalargumentexception: Pattern not found
Hello,can anyone me help to add this AC3D in my sheme ?
Re: java.lang illegalargumentexception: Pattern not found
I don't know what you mean. What's the issue?
Re: java.lang illegalargumentexception: Pattern not found
Hi,I would like it so Katakomben (2014) [Horror, Thriller], [R] [WEBRip_480p_x264_AC3D_2ch] [6.3]
Regards
Regards
Re: java.lang illegalargumentexception: Pattern not found
Code: Select all
fn.match(/AC3D/)