ToolSet

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
wowbagger
Posts: 2
Joined: 12 Dec 2013, 04:37

ToolSet

Post by wowbagger »

Hi,
I was wondering if you would mind sharing what tool set you use for developing, testing and debuging FileBot comands with groovy scripts?

Also a process flow, how you go about building up a complicated script?

Thanks for your time
User avatar
rednoah
The Source
Posts: 22995
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: ToolSet

Post by rednoah »

I do all development in Eclipse. If I have to debug things it's usually about filebot internals.

For groovy scripts I just prototype things one function at a time, and then put it together. So my "debugging" is really just good old println.

I'd say that the groovy scripts are usually so easy and straight-forward that you don't need to debug anything as long as you know what you're doing with groovy in general. Groovy Console is a good tool to play with it.
:idea: Please read the FAQ and How to Request Help.
wowbagger
Posts: 2
Joined: 12 Dec 2013, 04:37

Re: ToolSet

Post by wowbagger »

Thanks for that info.
And thanks for building FileBot.
Post Reply