Vuze command runner - Mac
Posted: 19 Aug 2016, 01:42
Hello:
I download and configured Vuze with their command runner; however, I am unable to successfully execute an AMC script using the script runner. The script works from a command line (without the %D variable). I am hoping you can assist me to get this going.
Here are the details:
Vuze version:
Filebot version:
Java version (and I think shows the $PATH is correct):
My script for Vuze:
The error from Vuze:
Regards,
Big fan and long time user.
I download and configured Vuze with their command runner; however, I am unable to successfully execute an AMC script using the script runner. The script works from a command line (without the %D variable). I am hoping you can assist me to get this going.
Here are the details:
Vuze version:
Code: Select all
5.7.3.0
Code: Select all
MacBook-Air:~ olivera$ filebot.sh -version
FileBot 4.7.2 (r4178) / Java(TM) SE Runtime Environment 1.8.0_25
Code: Select all
MacBook-Air:~ olivera$ java -version
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
Code: Select all
filebot.sh -script fn:amc %D --output /Volumes/Data/Video/ --log-file amc.log --action copy --conflict skip -non-strict --def music=n subtitles=en artwork=n "seriesFormat=TV/{n}/Season {s.pad(2)}/{n} {s00e00} - {t}" "musicFormat=Music/{Artist}/{n} - {t}" "movieFormat=Movies/{n} ({y})" --db TVRage --def unsorted=y
Code: Select all
Executing: filebot.sh -script fn:amc /Users/olivera/Documents/Vuze Downloads/slackware-14.2-iso --output /Volumes/Data/Video/ --log-file amc.log --action copy --conflict skip -non-strict --def music=n subtitles=en artwork=n "seriesFormat=TV/{n}/Season {s.pad(2)}/{n} {s00e00} - {t}" "musicFormat=Music/{Artist}/{n} - {t}" "movieFormat=Movies/{n} ({y})" --db TVRage --def unsorted=y
[ERROR] Unable to run "filebot.sh -script fn:amc /Users/olivera/Documents/Vuze Downloads/slackware-14.2-iso --output /Volumes/Data/Video/ --log-file amc.log --action copy --conflict skip -non-strict --def music=n subtitles=en artwork=n "seriesFormat=TV/{n}/Season {s.pad(2)}/{n} {s00e00} - {t}" "musicFormat=Music/{Artist}/{n} - {t}" "movieFormat=Movies/{n} ({y})" --db TVRage --def unsorted=y".
java.io.IOException: Cannot run program "filebot.sh ": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:620)
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:246)
at org.gudy.azureus2.pluginsimpl.local.utils.UtilitiesImpl.callWithPluginThreadContext(UtilitiesImpl.java:1105)
at org.gudy.azureus2.pluginsimpl.local.utils.UtilitiesImpl$4.run(UtilitiesImpl.java:496)
at org.gudy.azureus2.core3.util.AEThread2$threadWrapper.run(AEThread2.java:294)
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:248)
at java.lang.ProcessImpl.start(ProcessImpl.java:134)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 7 more
Big fan and long time user.