I have PS script that opens every PSD / JPG / AI file in a given directory and I am looking for a script that would additionally allow me to open only files that meet particular rating criteria (the rating is set in Bridge). I will greatly appreciate any assistance with this.
qwerty
Open every file with certain rating in a directory
-
larsen67
Open every file with certain rating in a directory
File rating is stored in the file metadata so you have 2 ways you can go about this…
Firstly you could load the external XMP library object and read the property… ( you can do this in all suite apps )
Secondly the property is available to Bridge as standard so you could script the process from there… ( would require bridgetalk to process files )
Firstly you could load the external XMP library object and read the property… ( you can do this in all suite apps )
Secondly the property is available to Bridge as standard so you could script the process from there… ( would require bridgetalk to process files )