Copy link to clipboard
Copied
Is there a way to find a particular metadata field value that isn't on the (presumably) fixed Criteria drop-down list? For example, I would like to find files with the ‘Credit Line’ metadata field having a value of ‘Harvey’ (see attached screenshots). I know the ‘All Metadata’ selection will work, but I just want to zero in on files with values for that particular meta field.
In other words, is there a way to add, say, the ‘Credit Line’ metadata field to the Criteria drop-down list?
https://github.com/Paul-Riggott/PS-Scripts/blob/master/Expert%20Search.jsx
You may need to look into File > File Info > Raw Data to find the required info for the prefix and namespace fields.
https://prepression.blogspot.com/2017/11/downloading-and-installing-adobe-scripts.html
Copy link to clipboard
Copied
Not without scripting.
Copy link to clipboard
Copied
https://github.com/Paul-Riggott/PS-Scripts/blob/master/Expert%20Search.jsx
You may need to look into File > File Info > Raw Data to find the required info for the prefix and namespace fields.
https://prepression.blogspot.com/2017/11/downloading-and-installing-adobe-scripts.html
Copy link to clipboard
Copied
You could also do this with EXIFTool.
Copy link to clipboard
Copied
You could also do this with EXIFTool.
By @Lumigraphics
Yes, something like:
exiftool -if '$credit =~ /Harvey/' -credit 'mac os/path/to the/folder to search in'
exiftool -if "$credit =~ /Harvey/" -credit "C:\win os\path\to the\folder to search in"
Copy link to clipboard
Copied
Thanks much for the example! This worked for me (I'm on a Mac):
exiftool -if '$credit =~ /Harvey/' -credit ~/Desktop
Copy link to clipboard
Copied
Find more inspiration, events, and resources on the new Adobe Community
Explore Now