Stuck at square one on trying to use scripts
Posted: 11 Jan 2016, 21:48
So, this is my first go around trying to do any type of scripting or automating so sorry about the basic and low level questions. After some work, I finally figured out how to get groovy installed with java_home defined (just to show you where I am in my knowledge of this stuff).
I guess that is about as far as I have gotten. I wanted to run the simple rename script i found here
However, when I try to run that I keep getting this error/log message in groovy
Let me know if you need any other information, or if there is a section in the FAQ I missed or something that can help me out.
Thanks for your help
I guess that is about as far as I have gotten. I wanted to run the simple rename script i found here
Code: Select all
filebot -script fn:renall "D:\Torrents" -non-strict
I'm not really sure what to do or what I'm doing wrong. My ultimate goal isn't much here either. Eventually I would like for filebot to run at a predetermined time (let's say 3 AM), rename the files in my torrents folder and MAYBE after I get that sorted out move them to the proper folder.groovy> filebot -script fn:renall "D:\Torrents" -non-strict
1 compilation error:
expecting EOF, found 'fn' at line: 1, column: 17
Let me know if you need any other information, or if there is a section in the FAQ I missed or something that can help me out.
Thanks for your help