Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Help needed for script!

Comments

1 comment

  • Emory Dunn

    Hi Luke, 

     

    I've set systems up like this before for e-comm studios, using star ratings to represent some other information. It would certainly be possible to write a script that could set, for instance, the description field of images based on the star rating. 

     

    You could do something like this, which would set the description of all variants in the current album:

     

    tell front document of application "Capture One 20"
    set content description of every variant whose rating is 5 to "MAIN"
    end tell

    I hope that helps. 

    0

Post is closed for comments.