Problems getting started with scripting
Posted: 04 Apr 2012, 20:30
Hi All,
First I'd like to say this application has a lot of promise, and it's really great to see an active community around the tool.
I'm trying to get set up to write some Groovy scripts (which I will share, ofc), but having some problems.
When I run the below command it all works as expected:
But, when I try to run my own script (not able to attached, but it is literally println "hello") nothing happens
I've actually gone and installed Groovy, and when I run my file within the IDE it seems to work fine.
So... what am I missing?!
Many thanks in advance,
KnownColor
First I'd like to say this application has a lot of promise, and it's really great to see an active community around the tool.
I'm trying to get set up to write some Groovy scripts (which I will share, ofc), but having some problems.
When I run the below command it all works as expected:
Code: Select all
filebot -script "http://filebot.sf.net/scripts/mi
.groovy" -trust-script "D:\Downloads\Game Of Thrones Season 1 - Complet
e" "MediaIndex.csv"
Code: Select all
filebot -script "hello_world.groovy"
So... what am I missing?!
Many thanks in advance,
KnownColor