Files that can't be matched are deleted?

Any questions? Need some help?
Post Reply
Muldini
Posts: 5
Joined: 08 Apr 2014, 17:31

Files that can't be matched are deleted?

Post by Muldini »

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.

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 (°_°)
Thanks!
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Files that can't be matched are deleted?

Post by rednoah »

That's a bug. Maybe because you pass a single file as argument which is untested :D

Don't use clean ;)
:idea: Please read the FAQ and How to Request Help.
Muldini
Posts: 5
Joined: 08 Apr 2014, 17:31

Re: Files that can't be matched are deleted?

Post by Muldini »

Ah, I see. The single file as argument is due to the "unrar_finished" hook from pyload. Can't change that but will give "clean=n" a try.

Cleaning is done in a seperate "-script=fn:cleaner" anyway, which should skip the left over .mkv.

Thanks again!
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Files that can't be matched are deleted?

Post by rednoah »

I can't seem to reproduce that issue. Try the latest 4.1 RC3.
:idea: Please read the FAQ and How to Request Help.
Post Reply