AMC problem with move and clean

All your suggestions, requests and ideas for future development
Post Reply
Chryses
Posts: 66
Joined: 26 Aug 2012, 19:11

AMC problem with move and clean

Post by Chryses »

Hi I've a java problem if, I use the move and clean function together

The log:

Code: Select all

Parameter: clean = y
Parameter: music = n
Parameter: artwork = n
Parameter: seriesFormat = Serie Tv/{n}/{n} - {s.pad(2)}x{es.collect{ it.pad(2) }.join('-')} - {t}
Parameter: movieFormat = Film/{n} ({y}){' - '+fn.match(/(?i)cd+[0-9]/).toUpperCase()}{' - '+fn.match(/(?i)cd +[0-9]/).toUpperCase()}
Argument: /media/TwoTera/Download/vari/Oltre i confini del male - Insidious 2 (2013).avi
Input: /media/TwoTera/Download/vari/Oltre i confini del male - Insidious 2 (2013).avi
Oltre i confini del male - Insidious 2 (2013).avi [series: null, movie: Insidious: Chapter 2 (2013)]
Group: [tvs:null, mov:Insidious: Chapter 2 (2013), anime:null] => [Oltre i confini del male - Insidious 2 (2013).avi]
Rename movies using [TheMovieDB]
Auto-detect movie from context: [/media/TwoTera/Download/vari/Oltre i confini del male - Insidious 2 (2013).avi]
[MOVE] Rename [/media/TwoTera/Download/vari/Oltre i confini del male - Insidious 2 (2013).avi] to [/media/TwoTera/Multimedia/Film/Oltre i confini del male - Insidious 2 (2013).avi]
Processed 1 files
Clean clutter files and empty folders
FileNotFoundException: /media/TwoTera/Download/vari/Oltre i confini del male - Insidious 2 (2013).avi
java.io.FileNotFoundException: /media/TwoTera/Download/vari/Oltre i confini del male - Insidious 2 (2013).avi
	at Script2$_run_closure13.doCall(Script2.groovy:24)
	at Script2$_run_closure14_closure86.doCall(Script2.groovy:25)
	at Script2$_run_closure14.doCall(Script2.groovy:25)
	at Script11.run(Script11.groovy:38)
	at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:102)
	at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:95)
	at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:89)
	at Script2.executeScript(Script2.groovy:268)
	at Script3.run(Script3.groovy:346)
	at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:102)
	at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:95)
	at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:125)
	at net.sourceforge.filebot.Main.main(Main.java:183)
Failure (°_°)
The string:

Code: Select all

filebot -script fn:amc "$filename" --output "$dest_dir" --action move --def clean=y --conflict fail -non-strict --def music=n --log-file amc.log --def artwork=n --def "seriesFormat=Serie Tv/{n}/{n} - {s.pad(2)}x{es.collect{ it.pad(2) }.join('-')} - {t}" "movieFormat=Film/{n} ({y}){' - '+fn.match(/(?i)cd+[0-9]/).toUpperCase()}{' - '+fn.match(/(?i)cd +[0-9]/).toUpperCase()}" --lang it
Any idea?

J
User avatar
rednoah
The Source
Posts: 23930
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC problem with move and clean

Post by rednoah »

Fixed.
:idea: Please read the FAQ and How to Request Help.
Chryses
Posts: 66
Joined: 26 Aug 2012, 19:11

Re: AMC problem with move and clean

Post by Chryses »

ok,tnx
Post Reply