In this case: PBS.NOVA.2014.Killer.Landslides.720p.HDTV.x264.AAC.MVGroup.org.mp4
was renamed as: Welcome to New York (2014).mp4
Any way I can fix this or add something to the series mapping so that it can work better?
Thanks

Code: Select all
>>-- this is the start of the MOVIE_FORMAT definition, with opening curly brackets
{
MOVIE_FORMAT= {it.upperInitial() .lowerTrail().replaceAll(/[`´‘’“”""]/, "'").replaceAll(/[*^]/, "-").replaceAll(/[;]/, ", ").replaceAll(/[?|]/, "!").replaceAll(/ /, " ").replaceAll(/[:]/, "-").replaceAll(/[*\s]+/, " ")};
MOVIE_FORMAT(n).replaceFirst(/^(?i)(The|A|An)\s(.+)/, /$2, $1/).replaceAll(/\b(?i:it)+\b/, {it.upperInitial()})
}
<<-- this is the end of the MOVIE_FORMAT definition with closing curly brackets
{alias ?: ''}
{info.SpokenLanguages.displayLanguage.contains(/English/) ? '' : " [Lang= "+(info.SpokenLanguages.displayLanguage[0]).upper()+"]"}
({y})
[{(info.runtime).replaceAll('min', '')} min]
{actors.take(3)}
{genres.take(3)}
Code: Select all
\{n.replaceTrailingBrackets()} {'S'+s.pad(2)} ({episodelist.findAll{it.season == s}.airdate.year[0,1].unique().join('-')})\{n.replaceTrailingBrackets()} {'S'+s.pad(2)} E{e.pad(2)} - {t} - {try{source}catch(e){'WEB-DL'}}.{vf}.{ac}.{af.replace('6ch','5.1')}.{try{group}catch(e){''}}
chris@Aphrodite:~/Downloads$ filebot
Exception in thread "main" java.lang.UnsupportedClassVersionError: net/filebot/Main : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)
chris@Aphrodite:~/Downloads$
Code: Select all
InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
at net.filebot.web.WebRequest.fetch(WebRequest.java:123)
at net.filebot.web.WebRequest.fetchIfModified(WebRequest.java:101)
at net.filebot.web.CachedResource.fetchData(CachedResource.java:28)
at net.filebot.web.CachedResource.fetchData(CachedResource.java:11)
at net.filebot.web.AbstractCachedResource.fetch(AbstractCachedResource.java:137)
at net.filebot.web.AbstractCachedResource.get(AbstractCachedResource.java:82)
at net.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(ArgumentProcessor.java:210)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:116)
at net.filebot.Main.main(Main.java:169)
Failure (°_°)