Page 1 of 1

Can´t get this simple script to work

Posted: 11 Oct 2012, 10:20
by einfachtimo
hey, i hope someone of your guys can help me.

i am trying since days to setup my mac mini mediacenter.
i´d like to check my series-folder every day via a filebot script.
this is my script code:

Code: Select all

/Applications/Filebot.app/Contents/MacOS/filebot -script fn:suball /volumes/video\ 1/Serien/ --lang en -non-strict
my problem is, that this script works in the terminal, but not with apple script editor or automator.

where´s the problem?

Re: Can´t get this simple script to work

Posted: 11 Oct 2012, 15:35
by rednoah
Well, it definitely works... try using "..." for the input argument, using \ to escape the blank doesn't look quite right, though it works in the terminal...

Maybe that helps:
http://filebot.sourceforge.net/forums/v ... &t=54#p319