All Projects â†’ emorydunn â†’ CaptureOneScripts

emorydunn / CaptureOneScripts

Licence: MIT license
A collection of AppleScripts for use with Capture One

Programming Languages

applescript
352 projects
shell
77523 projects

Projects that are alternatives of or similar to CaptureOneScripts

Photos.daneden.me
📸 A React.js-based gallery of some of my favorite photos
Stars: ✭ 128 (+312.9%)
Mutual labels:  photography
Pbjvision
📸 iOS Media Capture – features touch-to-record video, slow motion, and photography
Stars: ✭ 1,940 (+6158.06%)
Mutual labels:  photography
T3mujinpack
Collection of film emulation presets for open-source RAW developer software Darktable.
Stars: ✭ 222 (+616.13%)
Mutual labels:  photography
Photoprism
Photos App powered by Go and Google TensorFlow 🌈
Stars: ✭ 17,946 (+57790.32%)
Mutual labels:  photography
Nextlevel
NextLevel was initally a weekend project that has now grown into a open community of camera platform enthusists. The software provides foundational components for managing media recording, camera interface customization, gestural interaction customization, and image streaming on iOS. The same capabilities can also be found in apps such as Snapchat, Instagram, and Vine.
Stars: ✭ 1,940 (+6158.06%)
Mutual labels:  photography
Exiftool Vendored.js
Fast, cross-platform Node.js access to ExifTool
Stars: ✭ 200 (+545.16%)
Mutual labels:  photography
Moul
The minimalist publishing tool for photographers
Stars: ✭ 113 (+264.52%)
Mutual labels:  photography
envadrouille
Fast and customizable photo gallery.
Stars: ✭ 18 (-41.94%)
Mutual labels:  photography
Mmalsharp
C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
Stars: ✭ 152 (+390.32%)
Mutual labels:  photography
Pi Timelapse
Time-lapse app for Raspberry Pi computers.
Stars: ✭ 220 (+609.68%)
Mutual labels:  photography
Letterbox
Go program to batch-process letter-boxing of photographs.
Stars: ✭ 147 (+374.19%)
Mutual labels:  photography
Photo Stream
Self-hosted, super simple photo stream
Stars: ✭ 1,839 (+5832.26%)
Mutual labels:  photography
Unsplash rb
💎 Ruby wrapper for the Unsplash API.
Stars: ✭ 202 (+551.61%)
Mutual labels:  photography
C Is For Camera
A 35mm camera, based on the Canonet G-III QL17 rangefinder, simulated in Python.
Stars: ✭ 138 (+345.16%)
Mutual labels:  photography
Gallery
Visual Portfolio Generator with no extra installation
Stars: ✭ 239 (+670.97%)
Mutual labels:  photography
Unsplash Js
🤖 A server-side JavaScript wrapper for the Unsplash API
Stars: ✭ 1,647 (+5212.9%)
Mutual labels:  photography
Pynet Pytorch
Generating RGB photos from RAW image files with PyNET (PyTorch)
Stars: ✭ 169 (+445.16%)
Mutual labels:  photography
meiupic
įŽ€æ´åĨŊį”¨įš„多į”¨æˆˇå›žį‰‡į¤žåŒē。
Stars: ✭ 165 (+432.26%)
Mutual labels:  photography
Geeqie
claiming to be the best image viewer / photo collection browser
Stars: ✭ 239 (+670.97%)
Mutual labels:  photography
Pynet
Generating RGB photos from RAW image files with PyNET
Stars: ✭ 211 (+580.65%)
Mutual labels:  photography

CaptureOneScripts

A collection of AppleScripts for use with Capture One.

Script Compatibility Shortcut
add_capture_to_favs 9+ ⌃f
apply_keywords 10+ ⇧⌘K
batch_rename_collection 12+
make_new_dir 9+ ⌃n
select_next_capture 12+ ⌃↑
select_previous_capture 12+ ⌃↓
smart_album_for_selection 9+
select_next_primary_variant 12+
select_previous_primary_variant 12+
select_next_variants 12+
select_previous_variants 12+
move_to_archive 20+
camera_settings_check 20+
select_9_up 20+ ⌃9
count_favorites 20+
auto_process 20+

Installation

Run install.command, which will copy the scripts to ~/Library/Scripts/Capture One Scripts and set up the keyboard shortcuts.

Some notes:

  • The script defaults to adding shortcuts for Capture One 22
  • Restart Capture One after installation
  • macOS might not show the shortcuts in System Preferences
  • Background scripts are not installed by default, please copy the ones you want to use manually

Showing Shortcuts in System Preferences

When setting keyboard shortcuts via the command line System Preferences doesn't know to look for the shortcuts in that app. However, there is a workaround:

  1. Add a shortcut for Capture One. Any shortcut will do.
    • For example, just enter Scripts as the menu item and ⌃s as the shortcut.
  2. Quit both Capture One and System Preferences.
  3. Run install.command
  4. Remove the shortcut you added in step one.

Now the shortcuts can be customized from System Preferences.

The Scripts

Add Capture to Favs

Adds the current Capture Directory to favorites

Apply Keywords

Apply keywords from the clipboard to all variants in the current collection.

Each line of text in the clipboard is applied as a separate keyword. The keywords are added to the whatever the current keywords are.

If you need to remove all keywords, use "Reset Keywords", which will remove all keywords from every variant in the current collection.

Make New Dir

Creates new directories inside of the Capture directory and sets the capture directory.

When running the script you'll be prompted for a new directory name. The prompt will repeat allowing going back to FileMaker or a spreadsheet, enter an empty string to end the loop.

New directories are created adjacent to the current capture directory, unless the capture directory is "Capture", in which case new folders are made inside.

Set repeatPrompt to false to only prompt for one name.

If setCaptureFolder is true then the capture directory will be set to the first directory name entered.

Set resetCaptureCounter to true to set the capture counter to 1 when making a new folder.

Select Next/ Previous Capture

Moves the capture directory up or down the list of favorites relative to the current capture directory.

Note: The new versions of these scripts will only work in Capture One 12 and later.

Smart Album For Selection

Creates a smart album from the name of the selected album.

There are two parameters for configuring the search terms:

  • theDelimiter, default _
  • itemNumber, default 3

The script splits the name on the delimiter and selects the itemNumber item in the new list for the search term. For instance, some_file_name would have a smart album called name made for it.

Batch Rename Collection

Sorts the current collection by date (ascending), sets the rename counter to 1, and renames all variants.

Select Next/Previous Primary Variant/Variants

A collection of four scripts to shift the selection of variants.

The variants version works with multiple selected variants, similarly to ⌘→.

The primary_variant version only shifts the primary variant and will deselect any additional variants.

Move to Archive

This script moves the images in the current collection into a central archive folder organized by date. The RAW file is relinked in the catalogue after the move.

Note: Before running the script make sure to set the location of your archive.

Select n Up

This script selects the last n (by default 9) images in a collection. Useful for quickly throwing up a full "page" of images for an AD or photographer to review.

Count Favorites

A script that displays either a notification or a dialogue with the number of user favorites in the current session.

The Background Scripts

Scripts in this section are run automatically by Capture One after certain events. In order for them to work they must be installed in ~/Library/Scripts/Capture One Scripts/Background Scripts.

Camera Settings Check

After each new capture and checks the current camera settings against the stored defaults. If the shutter speed, aperture, or ISO have been changed it will display a notification so you can gently remind the photographer to stop nudging the dial.

When run from the Scripts menu you can store the current settings, clear the stored settings, or run the check manually.

Troubleshooting

There are a few common ways for this script to appear to not be working, usually involving notification preferences.

  1. Enable notifications for Capture One and Script Editor
    1. Set the alert style to Banners or Alerts
    2. If you don't want the alerts to build up disable Show in Notification Center
  2. Enable Allow Notification when mirroring or sharing the display
  3. Disable Do Not Disturb
    1. Or, allow notifications from Capture One and Script Editor in Do Not Disturb

Auto Process New Captures

After each new capture process the image using either a recipe specified in the script or with the recipes enabled in Capture One.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].