Rick Allen
- 合計アクティビティ 53
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 22
アクティビティの概要
Rick Allenさんの最近のアクティビティ-
Rick Allenさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
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...