Search found 3 matches

by logiwogi
12 Jun 2014, 16:53
Forum: Scripting and Automation
Topic: Help! Filebot+Vuze+Command Runner
Replies: 4
Views: 4294

Re: Help! Filebot+Vuze+Command Runner

Sorry that was my mistake I now realize what I was doing wrong,
my issue is now that in vuze command runner runs the code but it hangs on executing: /Applications/Filebot.app/Contents/MacOS/filebot.sh and never gets passed that
by logiwogi
11 Jun 2014, 18:20
Forum: Scripting and Automation
Topic: Help! Filebot+Vuze+Command Runner
Replies: 4
Views: 4294

Re: Help! Filebot+Vuze+Command Runner

Ok I switched "filebot" to the absolute path which was /Mac/Applications/Filebot so now my code looks like /Mac/Applications/Filebot.app -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" ...
by logiwogi
10 Jun 2014, 21:09
Forum: Scripting and Automation
Topic: Help! Filebot+Vuze+Command Runner
Replies: 4
Views: 4294

Help! Filebot+Vuze+Command Runner

Trying to get a good AMC running with vuze through my proxy but I cannot get the code to work through command runner. 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 ...