Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use explicit path to exiftool #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

use explicit path to exiftool #1

wants to merge 1 commit into from

Conversation

pdk
Copy link

@pdk pdk commented May 4, 2023

The path_helper wasn't working for me. Changed to explicit path to exiftool. Also, updating Caption One 12 -> 23.

repeat with variantItem in (get selected variants)
try
set imagePath to (get path of (get parent image of variantItem))

-- Extract the crop area from the EXIF
set commandLine to "eval `/usr/libexec/path_helper -s`; exiftool -X -DefaultUserCrop \"" & imagePath & "\""
set commandLine to "/opt/homebrew/bin/exiftool -X -DefaultUserCrop \"" & imagePath & "\""
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is specific to you own setup. The correct approach would be to understand why eval /usr/libexec/path_helper -s; does not work on your computer.

Copy link
Owner

@bezineb5 bezineb5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make the solution generic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants