Files that can't be matched are deleted?
Posted: 09 May 2014, 08:02
Hi,
it looks like files that can't be matched to a series are deleted. Is there a way to get around this behavior as I'd much rather have filebot just leave the file as it is if it can't make sense of it.
Thanks!
it looks like files that can't be matched to a series are deleted. Is there a way to get around this behavior as I'd much rather have filebot just leave the file as it is if it can't make sense of it.
Code: Select all
Locking /.filebot/logs/amc.log
Parameter: artwork = n
Parameter: xbmc = localhost
Parameter: clean = y
Parameter: root = y
Parameter: seriesFormat = Serien/{n}/Season {S.pad(2)}/{n} - S{S.pad(2)}E{E.pad(2)} - {t}
Parameter: movieFormat = Filme/{n} ({y})
Argument: /Downloads/RoEGDL.712.rar/RoEGDL.712/RoEGDL.712.mkv
Input: /Downloads/RoEGDL.712.rar/RoEGDL.712/RoEGDL.712.mkv
RoEGDL.712.mkv [series: null, movie: null]
Unable to differentiate: [RoEGDL.712.mkv] => [null] VS [null]
Group: [tvs:null, mov:null, anime:null] => [RoEGDL.712.mkv]
Notify XBMC: localhost
ConnectException: Verbindungsaufbau abgelehnt
ConnectException: Verbindungsaufbau abgelehnt
Clean clutter files and empty folders
Delete /Downloads/RoEGDL.712.rar/RoEGDL.712/RoEGDL.712.mkv
FileNotFoundException: /Downloads/RoEGDL.712.rar/RoEGDL.712/RoEGDL.712.mkv
java.io.FileNotFoundException: /Downloads/RoEGDL.712.rar/RoEGDL.712/RoEGDL.712.mkv
at Script2$_run_closure16.doCall(Script2.groovy:28)
at Script2$_run_closure17_closure90.doCall(Script2.groovy:29)
at Script2$_run_closure17.doCall(Script2.groovy:29)
at Script9.run(Script9.groovy:41)
at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:91)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:85)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:80)
at net.sourceforge.filebot.cli.ScriptShell$runScript.call(Unknown Source)
at Script2.executeScript(Script2.groovy:270)
at Script3.run(Script3.groovy:478)
at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:91)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:85)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:123)
at net.sourceforge.filebot.Main.main(Main.java:192)
Failure (°_°)