We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some of the files I get from Google Takeout are named like this:
[UNSET](17).jpg
When I run exiftool -@ use_json.args <takeout_dir> it fails with this output:
1 directories scanned 27 files failed condition 0 image files read
I believe this condition in the use_json.args file is not passing as a result:
use_json.args
# Check if the corresponding JSON exists -if (-e "${Directory}/${Filename}".".json")
Is there any way you could adapt to manage these?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some of the files I get from Google Takeout are named like this:
[UNSET](17).jpg
When I run exiftool -@ use_json.args <takeout_dir> it fails with this output:
I believe this condition in the
use_json.args
file is not passing as a result:Is there any way you could adapt to manage these?
The text was updated successfully, but these errors were encountered: