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

[UNSET] filenames from Google Takeout cause condition to fail #2

Open
hynsey opened this issue Feb 13, 2023 · 0 comments
Open

[UNSET] filenames from Google Takeout cause condition to fail #2

hynsey opened this issue Feb 13, 2023 · 0 comments

Comments

@hynsey
Copy link

hynsey commented Feb 13, 2023

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:

# Check if the corresponding JSON exists
-if
(-e "${Directory}/${Filename}".".json")

Is there any way you could adapt to manage these?

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

No branches or pull requests

1 participant