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