Sean Murphy
- Gesamtaktivitäten 85
- Letzte Aktivität
- Mitglied seit
- Folge ich 0 Benutzer
- Gefolgt von 0 Benutzer
- Stimmen 0
- Abonnements 25
Kommentare
Neueste Aktivität von Sean Murphy-
Hey LPb, I just started looking into a solution for applying metadata pre-shooting today, as well. After reading your initial steps I think you're really close. Instead of trying to load this pre...
-
Did you perhaps reply to the wrong message? No Netgear involvement here.
-
Just confirmed this to work as expected with next shots.tell application "Capture One 11" set apply styles of next capture settings of current document to {("Name_Of_Preset_File")}end tell
-
Just a few small modifications required for your script: - remove the "as list" from the mdfind line- You need to "tell current document" to browse to that path set t to (the clipboard) as text if...
-
Hey Rick, Looks they need to be a collection first. If you don't mind creating Favorites for each of the SkuNameFolders you can use these three lines of code between the ########s:tell application...
-
Finding one issue with using the metadata preset in the Styles of Next Capture Adjustments. It seems to clear the metadata preset from NCA upon quitting of Capture One. Seems that it needs to be ...
-
Thanks for the suggestion. Googling that phrase showed me that ExifTool can be used for programmatically extracting the JPG from RAWs. We already use ExifTool for other parts of our workflow, unf...
-
What is this session creator doing and what are some of the bugs? We've created a session creator app and working through a bunch of bugs with it...well, mostly worked around the bugs except in a ...
-
Ok, thanks Ben. That would definitely be a feature request for us. Our digitechs use a script on each look that filters by green label and then sorts by rating and then reverse the order. Would ...
-
Hi Bret, Should be a really easy fix to get it working. Use the POSIX path for the sessionFolderPath instead of the HFS path. So in this case it should be: set sessionFolderPath to "/Users/Br415a...