AppleScript for setting Format of NextCaptureNaming
Have already set up format to "Name" "_" "4 Digit Counter" as UserPreset named "Default".
It seems, however, to be impossible to keep the default permanently.
Does anyone know how to set AppleScript to make the format to that default? or any other way??
Thanks.
Suguru
It seems, however, to be impossible to keep the default permanently.
Does anyone know how to set AppleScript to make the format to that default? or any other way??
Thanks.
Suguru
0
-
Next Capture naming is one extraneous element saved in the templates feature so you could just save the session/catalog as a template from the File menu and make all future documents from the template.
The same approach is possible from scripting as Next Capture Naming is a property of documents.0 -
Thanks for the advice.
Default.cosessiontemplate is now saved into Templates folder.
What does come to "?????" below?
tell application "Capture One 11"
activate
set sessionName to the text returned of (display dialog "Enter Session Name please" default answer "")
set sessionPath to "/Users/USER NAME/Desktop/"
set sessionTemplate to ?????
end tell
tell application "Capture One 11"
set newDoc to make new document with properties {name:sessionName, path:sessionPath, template:sessionTemplate}
end tell0 -
DO NOT click on the link in the posting above. The site attempts to prevent you from leaving, and does not appear to be photograghy related. 0
Post ist für Kommentare geschlossen.
Kommentare
3 Kommentare