Running Filebot via Hazel Shell Script
Running Filebot via Hazel Shell Script
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
I don't know Hazel but did you try working with the cmdline in console first to test things out?
e.g.
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
Your method works, thank you.