Page 1 of 1

Import metadata into a Photoshop file

PostPosted: Wed May 04, 2016 9:39 am
by ctphoto
Is there a way I can set up a Hazel to import certain metadata into the metadata section of a Photoshop .tif, .psd, or .jpg file when it is added to a folder? So if the file is opened in Photoshop and a "get file info" would show it?

Re: Import metadata into a Photoshop file

PostPosted: Wed May 04, 2016 1:46 pm
by Mr_Noodle
I'm guessing a script is needed with some program that knows the specifics of those file formats. OS X does come with 'tiffutil' which may be of some use for tiff files.

Re: Import metadata into a Photoshop file

PostPosted: Wed May 04, 2016 1:52 pm
by ctphoto
That sounds a bit too deep for my brain.

Re: Import metadata into a Photoshop file

PostPosted: Thu May 12, 2016 1:41 pm
by iampariah

Re: Import metadata into a Photoshop file

PostPosted: Thu May 12, 2016 1:43 pm
by iampariah
Oh, and this one http://www.yourscriptdoctor.com/automating-adobe-indesign-cc-2015/working-with-image-metadata beginning midway down the page under the "Photoshop to the Rescue" subhead. I'm not a programmer (I mostly copy and paste others' Applescripts I find), but that doesn't look too difficult to me.

Re: Import metadata into a Photoshop file

PostPosted: Thu May 12, 2016 2:02 pm
by ctphoto
Wow, still too much for this brain. All I want to do is have it insert into the metadata of the file our business info, so if somebody else opens the file, they will see where it came from.

Re: Import metadata into a Photoshop file

PostPosted: Thu May 12, 2016 2:34 pm
by iampariah
Ok. Then forget about Hazel for that use. Instead, use Adobe Bridge. You can select any number of files and use Bridge's Metadata panel to add/edit the metadata in all of them in one go. You can also save a metadata template (containing all the data) from the Photoshop XMP dialog and use Bridge to batch apply that template to a batch of files.

Re: Import metadata into a Photoshop file

PostPosted: Thu May 12, 2016 2:44 pm
by ctphoto
Yes, that is what I want to do, but I want it to happen in the background watching a hot folder.

Re: Import metadata into a Photoshop file

PostPosted: Thu May 12, 2016 3:13 pm
by iampariah
I can certainly understand why that would be useful. There are a number of ways to do that, but I think they're all outside your comfort zone. Were I you, I'd ask around the Adobe Bridge https://forums.adobe.com/community/bridge and Photoshop https://forums.adobe.com/community/photoshop forums. What you want can easily be done with Applescript, Javascript, and/or Automator. Hazel might be able to trigger the action, but only by using an Applescript, Javascript, or Automator workflow.

Re: Import metadata into a Photoshop file

PostPosted: Thu May 12, 2016 3:16 pm
by iampariah
Something else just occurred to me. Have you tried building an action in Photoshop and turning that into a droplet? You could either drag your images onto the droplet en masse in lieu of sending them to a hot folder, or possibly configure Hazel to watch a folder and send those images through the droplet.