Help! Filebot+Vuze+Command Runner
Posted: 10 Jun 2014, 21:09
Trying to get a good AMC running with vuze through my proxy but I cannot get the code to work through command runner.
I get an error in the Command Runner log saying:
Code: Select all
filebot -script “/Applications/Filebot.app/Contents/MacOS/install.sh” --output "/Users/logi/Documents/Media" --action copy --def music=n artwork=n "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" --def clean=y
Code: Select all
Executing: filebot -script “/Applications/Filebot.app/Contents/MacOS/install.sh” --output "/Users/logi/Documents/Media" --action copy --def music=n artwork=n "ut_dir=/Users/logi/Documents/Torrents/Complete" "ut_file=South.Park.S17E08.HDTV.x264-KILLERS.mp4" "ut_kind=single" "ut_title=South.Park.S17E08.HDTV.x264-KILLERS.mp4" "ut_label=Uncategorised" "ut_state=%S" --def clean=y
[ERROR] Unable to run "filebot -script “/Applications/Filebot.app/Contents/MacOS/install.sh” --output "/Users/logi/Documents/Media" --action copy --def music=n artwork=n "ut_dir=/Users/logi/Documents/Torrents/Complete" "ut_file=South.Park.S17E08.HDTV.x264-KILLERS.mp4" "ut_kind=single" "ut_title=South.Park.S17E08.HDTV.x264-KILLERS.mp4" "ut_label=Uncategorised" "ut_state=%S" --def clean=y".
java.io.IOException: Cannot run program "filebot": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
at java.lang.Runtime.exec(Runtime.java:617)
at java.lang.Runtime.exec(Runtime.java:450)
at java.lang.Runtime.exec(Runtime.java:347)
at com.aelitis.azureus.plugins.azexec.AzExecPlugin$7.run(AzExecPlugin.java:219)
at org.gudy.azureus2.pluginsimpl.local.utils.UtilitiesImpl.callWithPluginThreadContext(UtilitiesImpl.java:987)
at org.gudy.azureus2.pluginsimpl.local.utils.UtilitiesImpl$4.run(UtilitiesImpl.java:475)
at org.gudy.azureus2.core3.util.AEThread2$threadWrapper.run(AEThread2.java:297)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
... 7 more