Search found 181 matches

by part timer
10 May 2012, 15:20
Forum: Scripting and Automation
Topic: HELP - Filebot Groovy Script How To?
Replies: 46
Views: 34438

Re: HELP - Filebot Groovy Script How To?

I downloaded Notepad2 and opened the script in there, went to save as, and it shows UTF-8 and doesn't show any ? before the first //

I don't know where this ? is coming from.
by part timer
10 May 2012, 15:04
Forum: Scripting and Automation
Topic: HELP - Filebot Groovy Script How To?
Replies: 46
Views: 34438

Re: HELP - Filebot Groovy Script How To?

Ok, so I changed a bunch of ' to " inside the script and I think I got past those errors. Now the newest one is: C:\Program Files\FileBot>filebot -script "C:\Program Files\FileBot\my-utorrent-p ostprocess.groovy" --output "C:\Users\Scott\Downloads\Done\Video Staging" --acti ...
by part timer
10 May 2012, 14:10
Forum: Scripting and Automation
Topic: HELP - Filebot Groovy Script How To?
Replies: 46
Views: 34438

Re: HELP - Filebot Groovy Script How To?

Here is a better look at the part it is having a problem with: {(n =~ /^[Tt]he / ? n[4..-1]+', The' : n =~ /^[Aa] / ? n[2..-1]+', A' : n).replace(':',' -').upperInitial().lowerTrail()} So, now that I skipped ahead and tried to get all my code set up and customized now I am trying to go in baby steps...
by part timer
10 May 2012, 13:59
Forum: Scripting and Automation
Topic: HELP - Filebot Groovy Script How To?
Replies: 46
Views: 34438

Re: HELP - Filebot Groovy Script How To?

Ok, I am muddling my way through here, learning slowly. I am using Notepad and set it to UTF-8 now and got past that error. Got past 2 more errors already as well, not being able to call the script from the command line because of a space and then having a slash the wrong way in my script. Now my la...
by part timer
10 May 2012, 02:30
Forum: Scripting and Automation
Topic: HELP - Filebot Groovy Script How To?
Replies: 46
Views: 34438

Re: HELP - Filebot Groovy Script How To?

So I had to change to the program directory first, before I could get anything to happen. I guess that means I need to add the whole path to filebot for it to run properly? It actually did something this time, but gave me an error. "MultipleCompilationErrorsException: startup failed: Script3.gr...
by part timer
09 May 2012, 23:51
Forum: Scripting and Automation
Topic: HELP - Filebot Groovy Script How To?
Replies: 46
Views: 34438

Re: HELP - Filebot Groovy Script How To?

I've never posted on a forum before, so here goes. I think this program looks really awesome, I've been reading about it for quite some time and finally decided to take the plunge and try it. I thought I'd try it with Utorrent first and see how it goes before I try and unleash it on my collection of...