Running Filebot via Hazel Shell Script

Any questions? Need some help?
Post Reply
JacobRyan
Posts: 2
Joined: 14 Jan 2013, 19:28

Running Filebot via Hazel Shell Script

Post 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.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Running Filebot via Hazel Shell Script

Post 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
:idea: Please read the FAQ and How to Request Help.
JacobRyan
Posts: 2
Joined: 14 Jan 2013, 19:28

Re: Running Filebot via Hazel Shell Script

Post by JacobRyan »

Your method works, thank you.
Post Reply