Search found 9 matches

by dewy
23 Feb 2012, 02:29
Forum: Help and Support
Topic: Copying files instead of moving them
Replies: 2
Views: 5358

Copying files instead of moving them

Hi guys. I've realised my previous automation method was not allowing much seeding of files to happen. So i'm curious to know if there is way to have filebot copy the files before renaming them and moving them away, leaving the files to seed and then I can delete the originals when finished seeding?
by dewy
22 Jan 2012, 02:28
Forum: Scripting and Automation
Topic: Command line OSX
Replies: 39
Views: 39746

Re: Command line OSX

Okay guys, I have created something that works well. Using Automator I created a "Folder Action" on my downloads directory. So the moment my torrent application is finished with the file it dumps it into this directory. The Folder Action watches for any new items in this folder and immediately runs ...
by dewy
21 Jan 2012, 02:16
Forum: Scripting and Automation
Topic: Command line OSX
Replies: 39
Views: 39746

Re: Command line OSX

Running my command of filebot -rename /Volumes/Drobo/Downloads/* --format "/Volumes/Drobo/TV Shows/{n}/Season {s}/{n} - {s00e00} - {t}" --db thetvdbp I now get the following error: [quote]192-168-1-6:Downloads dewy$ filebot -rename /Volumes/Drobo/Downloads/* --format "/Volumes/Drobo/TV Shows/{n ...
by dewy
21 Jan 2012, 01:43
Forum: Scripting and Automation
Topic: Command line OSX
Replies: 39
Views: 39746

Re: Command line OSX

Housekeeping script looks good. Any idea how to automate it?

Edit: By Automate it I mean - can we have it run without a terminal window?
by dewy
21 Jan 2012, 01:42
Forum: Scripting and Automation
Topic: Command line OSX
Replies: 39
Views: 39746

Re: Command line OSX

Thanks.

So far I have the current terminal command working:

Code: Select all

filebot -rename /Volumes/Drobo/Downloads/ --format "/Volumes/Drobo/TV Shows/{n}/Season {s}/{n} - {s00e00} - {t}" --db thetvdb
Is there a way I can automate this to watch the directory and not have to open terminal?
by dewy
21 Jan 2012, 01:32
Forum: Scripting and Automation
Topic: Command line OSX
Replies: 39
Views: 39746

Re: Command line OSX

Basically at the moment I have uTorrent set up using RSS to download to "/Volumes/Drobo/Downloads/" automatically. So I want a script to watch this directory, then rename and file into "/Volumes/Drobo/TV Shows/[showname]/..." So I know I want my output format to be: /Volumes/Drobo/TV Shows/{n ...
by dewy
21 Jan 2012, 01:23
Forum: Scripting and Automation
Topic: Command line OSX
Replies: 39
Views: 39746

Re: Command line OSX

Any possible assistance with this: 192-168-1-6:~ dewy$ filebot -script "~/Downloads/sort.groovy" FileNotFoundException: ~/Downloads/sort.groovy java.io.FileNotFoundException: ~/Downloads/sort.groovy at net.sourceforge.filebot.cli.ArgumentBean.getScriptLocation(Unknown Source) at net.sourceforge ...
by dewy
21 Jan 2012, 01:10
Forum: Scripting and Automation
Topic: Command line OSX
Replies: 39
Views: 39746

Re: Command line OSX

Thanks, however the directory in my .app (downloaded from the SF page a few hours ago

Filebot.app/Contents/MacOS/install.sh

Before I was trying to run things as Finebot.app -script =P
by dewy
20 Jan 2012, 23:27
Forum: Scripting and Automation
Topic: Command line OSX
Replies: 39
Views: 39746

Command line OSX

Hi there, firstly thanks for developing such an amazing piece of software. However I'm having trouble running scripts or executing the program from the command line. Could you please provide a brief instruction on how to install filebot for OSX so I can execute it from the terminal/run a script. I ...