Search found 5 matches

by clarkdv
20 Feb 2012, 05:51
Forum: Scripting and Automation
Topic: OS X Automator or Groovy?
Replies: 8
Views: 9388

Re: OS X Automator or Groovy?

AHA!! Success!!!!

The winning script as a Automator workflow was:

Code: Select all

/Applications/Filebot.app/Contents/MacOS/filebot -rename /Volumes/DataHD/Video/DailyShow --q "The Daily Show" --db tvrage
Thank You Thank You Thank You!!
by clarkdv
20 Feb 2012, 05:14
Forum: Scripting and Automation
Topic: OS X Automator or Groovy?
Replies: 8
Views: 9388

Re: OS X Automator or Groovy?

OK, I did that, my workflow script now looks like this "/Applications/Filebot.app/Contents/MacOS/filebot -rename /Volumes/DataHD/Video/DailyColbert --db thetvdb" and it seems to be running. It didn't like the spaces in my hard drive name or my folder name at first so I changed that. Now I ...
by clarkdv
20 Feb 2012, 04:42
Forum: Scripting and Automation
Topic: OS X Automator or Groovy?
Replies: 8
Views: 9388

Re: OS X Automator or Groovy?

Progress but still failed! After looking in /usr/bin and seeing that there was, indeed, a link there to filebot, I then added "/usr/bin/" to the front of the script that Automator runs, so that it now looks like this "/usr/bin/filebot -rename /Volumes/Data HD/Video/Daily Colbert --db ...
by clarkdv
19 Feb 2012, 23:45
Forum: Scripting and Automation
Topic: OS X Automator or Groovy?
Replies: 8
Views: 9388

Re: OS X Automator or Groovy?

My workflow in Automator has this script "filebot -rename /Volumes/Data HD/Video/Daily Colbert --db thetvdb" I want it to simply rename all the files in that folder, no moving of files needed. Because I get the "filebot: command not found (127)" error in Console, and like you sai...
by clarkdv
19 Feb 2012, 17:51
Forum: Scripting and Automation
Topic: OS X Automator or Groovy?
Replies: 8
Views: 9388

OS X Automator or Groovy?

I'm a novice at scripting, I know a little but I'm not fluent in it. I want to automate a watched folder to rename tv episodes using tvrage. I tried doing it by having Automator run a bash script using some examples from this forum but had no success. I used Terminal to cd to the filebot app's inter...