Search found 3 matches

by dukenbat
22 Jan 2012, 02:03
Forum: Scripting and Automation
Topic: Command line OSX
Replies: 39
Views: 43351

Re: Command line OSX

I had some trouble getting the command line Filebot application to run. Thought I would share my solution.
I have never worked with Java before, so be gentle if this is all wrong.
I'm using a stock install of OSX Lion with all updates run.

1. ran install.sh from inside the Filebot.app

$ filebot ...
by dukenbat
21 Jan 2012, 21:47
Forum: Feature Requests and Bug Reports
Topic: TMDB Metadata
Replies: 6
Views: 10180

Re: TMDB Metadata

Finally got back to this.
You are right, TMDB, doesn't provide a director field. I was getting director from IMDB.
I am using this file structure...

/Movies/Director/Title (year)/...

If I could use {d} as the director name, this would be ideal.
My format would look like this.

/Volumes/Movies/{d ...
by dukenbat
10 Jan 2012, 18:18
Forum: Feature Requests and Bug Reports
Topic: TMDB Metadata
Replies: 6
Views: 10180

TMDB Metadata

Hi,

Wow Filebot is amazing, does more than I could have expected. The scripting possibilities are fantastic. I have been using it via the commandline to replace a clunky perl hack I made years ago. My program got the 'director' field from TMDB, would it be possible to have 'director' be one of the ...