
Rick Allen
- Total activity 57
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
Activity overview
Latest activity by Rick Allen-
Rick Allen commented,
Apologies I thought the Sheldon wanted the name of the container folder which you could get with this... tell application "Finder" to set theHeadline to name of container of (varPath as alias) -- ...
-
Rick Allen commented,
To modify script to add the images folder name to headline see below. The idea behind Next Capture Metadata is to have an event (like creating a new capture folder) that then ets the NCM fields bef...
-
Rick Allen commented,
Can’t you set the synchronize settings for the parent folder (the bilder folder) to sync subfolders so that once the folders are created the catalog automatically ‘knows’ about the new folder and i...
-
Rick Allen commented,
I don't work with catalogs but can I try understand what you are trying to achieve. Is the end result to synchronize the subfolders of the Bilder folder so that as new folders are added they are a...
-
Rick Allen commented,
Yeah I have Script Debugger add it to the start of each script I use a ton on ASobj-C so need it for pretty much everything. Hopfully Fabrizio replies I'm intrigued by his workflow.
-
Rick Allen commented,
Hi Eric, I use a similar handler but don't use it within a script call which I've found to adds back in Applescripts inaccuracies. Adapting yours below. use AppleScript version "2.4" -- Yosemite ...
-
Rick Allen commented,
Would love to understand more about your script. Are you working with catalog or session? Do you create the smart album before importing the images? To programmatically create a smart album takes n...
-
Rick Allen commented,
Yeah I find interacting with finder can trigger security/privacy warning dialogs. I’ve since replaced the line using the library with pure AObjC. Seems to work, but I wonder if there is a better wa...
-
Rick Allen commented,
The name property of an image in Capture One contains the frame counter so you'd need to split out that part from the filename. How you do that could have a number of strategies. If for instance ...
-
Rick Allen created a post,
Check if folder is loaded
Hi All, Had a need to test if a folder is fully loaded and came up with this would love to get any feedback. use AppleScript version "2.4" -- Yosemite (10.10) or lateruse framework "Foundation"us...