I use Hazel to help catalog my TV shows and Movies. I have set it up to run any movies or tv shows added to a particular folder through iDentify, which adds all the metadata to the video and then adds it to itunes.
The way it is setup has run perfectly for the last 6 months, up until I recently updated to Mountain Lion. Since this time, every time Hazel runs its shell script to open the file with iDentify, iDentify crashes. The shell script that I use is:
open -a "identify" "$1"
However if I run the file through iDentify manually, without Hazel it works fine, or if I open up iDentify before running Hazel, then Hazel will send the file to iDentify and it will work fine without crashing. It seems to only be crashing when Hazel has to open iDentify itself that it crashes.
Any suggestions?