Fetch move nfo and artwork script

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
apw63
Posts: 9
Joined: 19 Nov 2013, 16:41

Fetch move nfo and artwork script

Post 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
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Fetch move nfo and artwork script

Post by kim »

maybe

Code: Select all

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

viewtopic.php?f=4&t=5#p205
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Fetch move nfo and artwork script

Post by rednoah »

Please read this:
viewtopic.php?f=4&t=1899
:idea: Please read the FAQ and How to Request Help.
Post Reply