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

Feature: exiftool error handling #19

Closed
fxstein opened this issue Oct 22, 2022 · 0 comments
Closed

Feature: exiftool error handling #19

fxstein opened this issue Oct 22, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@fxstein
Copy link
Owner

fxstein commented Oct 22, 2022

Need to implement an exiftool error handling strategy. While some errors like skipping existing files are ok in most cases, other errors are not. This applies to all calls of the exiftool but specifically where followup actions like --clean depend on the successful completion of a prior exiftool step.

This was raised by @Giga in #18. At the minimum we need to capture the exit status of every exiftool run and make it available as part of other logic for decision of whether to proceed in the goprox logic or not.

@fxstein fxstein added the enhancement New feature or request label Oct 22, 2022
@fxstein fxstein self-assigned this Oct 22, 2022
fxstein added a commit that referenced this issue Oct 22, 2022
New exiftool error handling and error code capture. Most exiftools errors are summarized as warnings to the user. In the case of an exiftool error prior to a clean task, the process gets aborted with an exiftool error message
@fxstein fxstein closed this as completed Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant