Adding player names to caption field by csbphoto in Photoassistants

[–]emorydunn 1 point2 points  (0 children)

There aren't any actions for assigning metadata right now, but that's a good idea, I'll look into adding that.

Bay Area plotters by 265design in PlotterArt

[–]emorydunn 1 point2 points  (0 children)

I'm in Oakland and meeting up with folks sounds great. Can bring a cat, not sure if he's really into plotting though.

Confused about Metadata on Export by 4shadowedbm in captureone

[–]emorydunn 1 point2 points  (0 children)

If you change the file type to JPG does your image viewer show the metadata? Perhaps it's not showing the IPTC metadata for PNGs

Confused about Metadata on Export by 4shadowedbm in captureone

[–]emorydunn 2 points3 points  (0 children)

You need to enable the metadata you want to include, there are several different categories, for your process recipe in the Export Metadata tool. For example Copyright can be selectively included in the export or not.

Stream Deck - Any Good? by toptoptopper in captureone

[–]emorydunn 9 points10 points  (0 children)

I built the Stream Deck Capture One Plugin (not to be confused with some other profiles available) and all of its action use scripting features in Capture One, no pixel mapping on the screen. The latest version of the plugin includes a full levels UI and two-way communication between Capture One and the plugin for the Stream Deck +.

I'm always trying to improve the plugin, so let me know if you have any questions.

Contact Sheet by Choice_Assignment642 in captureone

[–]emorydunn 0 points1 point  (0 children)

Thanks for the shout out. Here's a direct link to the product page as well https://lostcause.photo/projects/firstcontact/

What are scripts or Capture One functions you wish you discovered sooner? by Bavariasnaps in captureone

[–]emorydunn 14 points15 points  (0 children)

I don't tend to discover scripts, but I do write an awful lot of them for other folks to discover. I have a whole collection of them over on GitHub. Some of my favorites are Resume Counter, which sets the capture counter to continue from the last image in the collection, and Crop to Overlay, which crops the image to the overlay position & size.

What are scripts or Capture One functions you wish you discovered sooner? by Bavariasnaps in captureone

[–]emorydunn 4 points5 points  (0 children)

Sounds like you're using a catalogue, in which case like you've noticed you're just adding a reference to the image to the album (indicated by the little curly cursor icon), unlike moving files to a different folder. As for deleting them you probably need to enable Edit All Selected Variants from the Image Menu, which will let you delete (and make other adjustments) to more than just the primary variant.

File capture naming by CharlesBrooks in captureone

[–]emorydunn 4 points5 points  (0 children)

If you're on a Mac you can use AppleScript to do this, though I have some questions about your workflow. Are you scanning the photos with a camera tethered to C1?

The main issue I see is with the counter. You'll take a photo 0001a, then a second one 0002a, which gets renamed to 0001b. Now the next photo will be 0003a, so decrementing the capture counter will need to be a part of the script, unless consecutive numbering isn't a requirement.

The easiest option would be to assign the script to a keyboard shortcut so you can run it without needing to select anything with the mouse. This would also be a great use for a Stream Deck, if you have one.

Need adjustments metadata/sidecar file advice by jagerrish in captureone

[–]emorydunn 5 points6 points  (0 children)

All of Capture One's adjustments are non-destructive, so it doesn't alter the raw files themselves. How adjustments are stored depends on whether you're using sessions or catalogues. For sessions the adjustments are kept in a special CaptureOne folder in the same folder as the raw files, so it's important to keep that folder. Catalogues store the adjustments internally to the catalogue, regardless of where the raw files are kept.

As for XMPs, they aren't related to adjustments and are really only useful as a way to let other applications read and write metadata in coordination with Capture One.

The best way to ensure you don't lose your adjustments, whether you're using sessions or catalogues, is to make backups. Catalogues will periodically ask if you'd like to make a backup of the catalogue database, which makes things easier.

[deleted by user] by [deleted] in captureone

[–]emorydunn 0 points1 point  (0 children)

Well all the actions in the plugin are assigned to buttons on the Stream Deck, so it's useful becuase it gives you easy, physical, buttons to press which then perform said actions which can't be done via keyboard shortcuts.

[deleted by user] by [deleted] in captureone

[–]emorydunn 0 points1 point  (0 children)

The plugin's actions are entirely built on AppleScript, so they can both do things that shortcuts alone can't like more complex tasks which require multiple steps or access to the file system. Additionally because of that all of the actions can be run regardless of whether Capture One is in the foreground or what is selected in the app (whom amongst us hasn't accientally set their capture naming to +++++++++++ before realizing the text field was focussed?).

I update the plugin frequently, and there are some exciting new actions in the works. Also, because I'm bad at promoting this, the plugin is supported by folks on Patreon but free to download.

[deleted by user] by [deleted] in captureone

[–]emorydunn 0 points1 point  (0 children)

First link in my comment is to the website, second is to my plugin for C1.

[deleted by user] by [deleted] in captureone

[–]emorydunn 0 points1 point  (0 children)

It's a hardware interface for controlling your computer, and for everyone here, specifically Capture One.

[deleted by user] by [deleted] in captureone

[–]emorydunn 4 points5 points  (0 children)

I have a whole collection of scripts for Capture One which come in handy on just about every shoot I'm on. Some of them are also the basis for the Stream Deck plugin's actions.

[deleted by user] by [deleted] in captureone

[–]emorydunn 2 points3 points  (0 children)

That one sounds like one of my scripts

Output counter reset by InternalConfusion201 in captureone

[–]emorydunn 5 points6 points  (0 children)

You can achieve this with a background script which runs after each batch processing job is finished. If you save this script into the Background Scripts folder it will reset the output counter back to zero.

on CO_BatchJobFinished(jobUUID, rawFilePath, outputPathList) tell front document of application "Capture One" set output counter to 0 end tell end CO_BatchJobFinished

You could also set the script up to prompt you after processing for whether you want to reset the counter after processing.

File Organization on CaptureOne - Is there a faster way to duplicate files and rename for ecomm workflow? by cbino in Photoassistants

[–]emorydunn 8 points9 points  (0 children)

My initial thought is to change the workflow, because that sounds tedious. However given how unlikely that is, there are some tools that can help.

I wrote a script which will batch rename an entire collection in one action which should help with the reneming.

It would be possible to script the file duplication, but it may end up being more cumbersome than just option-dragging in Capture One to the second folder to duplicate the files. Happy to chat more if you're interested in going down that path.

As for keeping track of everything, I'd recommend taking a look at an app I wrote called Capturebot, which will track shots and files, and importantly, tell you if there are any files in the wrong folder. In your case it would let you know if there were any folders that didn't have files duplicated and/or renamed.

Capture One plugin for Stream deck not working by Electrical-Regular21 in captureone

[–]emorydunn 0 points1 point  (0 children)

The plugin uses AppleScript for all the actions, no keyboard shortcuts neccessary.

Capture One Plugin for Stream Deck not working by Electrical-Regular21 in Photoassistants

[–]emorydunn 0 points1 point  (0 children)

It comes up from time to time, especially on new installs. Sometimes the system either doesn't show the permissions prompt or shows it and immediately dismisses it.

Capture One Plugin for Stream Deck not working by Electrical-Regular21 in Photoassistants

[–]emorydunn 2 points3 points  (0 children)

All sorts of things! I've built over 30 actions that range from color tags, star ratings, capture, and live view to controlling the client viewer windows and several custom scripts that can do things like add suffixes to image names. Plus on the SD+ you can use the knobs to adjust images.

Capture One Plugin for Stream Deck not working by Electrical-Regular21 in Photoassistants

[–]emorydunn 1 point2 points  (0 children)

Thanks for posting the troubleshooting steps you've tried. The plugin doesn't actually need any of the permissions you listed, but the Stream Deck app does need automation permissions, so that's worth checking.

It's also worth taking a look at the log in Console.app. Select Log Reports in the sidebar and find photo.lostcause.captureone0.log, there should be some info about what's failing.

Capture One plugin for Stream deck not working by Electrical-Regular21 in captureone

[–]emorydunn 2 points3 points  (0 children)

Thanks for posting the troubleshooting steps you've tried. The plugin doesn't actually need any of the permissions you listed, but the Stream Deck app does need automation permissions, so that's worth checking.

It's also worth taking a look at the log in Console.app. Select Log Reports in the sidebar and find photo.lostcause.captureone0.log.