Rick Allen
- Activité totale 53
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 22
Aperçu des activités
Dernière activité effectuée par Rick Allen-
Rick Allen a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a créé une publication,
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...