Can´t get this simple script to work

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
einfachtimo
Posts: 1
Joined: 11 Oct 2012, 10:13

Can´t get this simple script to work

Post 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?
User avatar
rednoah
The Source
Posts: 22984
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Can´t get this simple script to work

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply