adding albums
Anyone managed to add a session favorite or album?
just results in missing value error....?
set newCol to make new collection of document 1 with properties {kind:album, name:"selected"}
just results in missing value error....?
0
-
tell document 1 to set newCol to make new collection with properties {name:"selected2", kind:album}
Now how to add an image to the collection0 -
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 tell0
Please sign in to leave a comment.
Comments
2 comments