Page 1 of 1

Fetch move nfo and artwork script

Posted: 02 Feb 2019, 16:28
by apw63
I must be formating this wrong it fails to work, here is the script

Code: Select all

filebot -script fn:artwork.tmdb --conflict override --log-file h:\Downloads\logs\amc.log F:\Downloads\Incomplete\Get some
and the log file outbut

Code: Select all

Illegal Argument: java.nio.file.NoSuchFileException: F:\Downloads\Incomplete\Get (F:\Downloads\Incomplete\Get)
Illegal Argument: java.nio.file.NoSuchFileException: F:\some (some)
F:\Downloads\Incomplete\Get
java.nio.file.NoSuchFileException: F:\Downloads\Incomplete\Get
	at net.filebot.cli.ScriptShellMethods.getMediaFolders(ScriptShellMethods.java:203)
	at net.filebot.cli.ScriptShellMethods.eachMediaFolder(ScriptShellMethods.java:227)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at Script1.run(Script1.groovy:10)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
	at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:154)
	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:36)
	at net.filebot.Main.main(Main.java:127)
Could someone let me know what i;m doing wrong plz.

Thank you Andy

Re: Fetch move nfo and artwork script

Posted: 02 Feb 2019, 17:27
by kim
maybe

Code: Select all

"F:\Downloads\Incomplete\Get some"
input must be a folder

viewtopic.php?f=4&t=5#p205

Re: Fetch move nfo and artwork script

Posted: 02 Feb 2019, 19:14
by rednoah
Please read this:
viewtopic.php?f=4&t=1899