Page 1 of 1

Running Filebot via Hazel Shell Script

Posted: 14 Jan 2013, 19:49
by JacobRyan
I'm attempting to run the CLI of Filebot via an embedded Shell Script in Hazel to rename movies in a folder. I seem to be having a problem making it happen. Any direction would be greatly appreciated. Thank you.

Re: Running Filebot via Hazel Shell Script

Posted: 15 Jan 2013, 00:36
by rednoah
I don't know Hazel but did you try working with the cmdline in console first to test things out?

e.g.

Code: Select all

E:\>filebot -rename "Avatar.mp4" --db themoviedb -non-strict
Rename movies using [TheMovieDB]
Looking up movie by filehash via [TheMovieDB]
TheMovieDB: Hash lookup not supported
Auto-detect movie from context: [E:\Storage\Avatar 2009\Avatar.mp4]
[MOVE] Rename [E:\Storage\Avatar 2009\Avatar.mp4] to [Avatar (2009).mp4]
Processed 1 files

Re: Running Filebot via Hazel Shell Script

Posted: 15 Jan 2013, 02:41
by JacobRyan
Your method works, thank you.