Rick Allen
- Actividad total 53
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 0
- Suscripciones 22
Resumen de la actividad
Última actividad de Rick Allen-
Rick Allen hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 creó una publicación,
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...