Page 1 of 1

I broke OpenMeta Tags in Hazel

PostPosted: Wed May 08, 2013 10:13 am
by Jon
When I originally added OpenMeta tags to Hazel, I placed the OMToolPath object in folder /usr/bin. I used the following to tell Hazel where to find OMToolPath:
defaults write com.noodlesoft.Hazel OMToolPath /usr/bin

When I realized that I used the wrong folder, I placed OMToolPath in folder /usr/local/bin. I deleted the defaults for the OMToolPath and added with the following:
defaults write com.noodlesoft.Hazel OMToolPath /usr/local/bin

Now Hazel and OpenMeta tags are not working together. I'm hoping someone knows what I need to do to use OpenMeta tags with Hazel again.

In terminal. defaults read com.noodlesoft.hazel OMToolPath returns /usr/local/bin

Thanks in advance

Re: I broke OpenMeta Tags in Hazel

PostPosted: Wed May 08, 2013 12:35 pm
by Mr_Noodle
You need to specify the path to the tool, not the directory it resides in. Make sure to add the tool name to that path.

Re: I broke OpenMeta Tags in Hazel

PostPosted: Thu May 09, 2013 6:05 am
by Jon
Thank you, Now I can work on the Retention Rules.