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. ⚠️

adding albums

Comments

2 comments

  • Rick Allen
    tell document 1 to set newCol to make new collection with properties {name:"selected2", kind:album}

    Now how to add an image to the collection
    0
  • Jewpacabra
    Favorites need an actual folder to reference. Name is the name of the reference, so not needed.

    tell application "Capture One 10"
    set thedoc to document 1
    set thefile to POSIX file "/Users/Shared/test/Capture"
    tell thedoc
    set thecoll to make new collection with properties {kind:favorite, file:thefile}
    end tell
    end tell
    0

Please sign in to leave a comment.