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

Exiftool fails (after merge) #210

Closed
billytkid opened this issue May 14, 2023 · 5 comments
Closed

Exiftool fails (after merge) #210

billytkid opened this issue May 14, 2023 · 5 comments

Comments

@billytkid
Copy link

Hi,

you're a lifesaver for making this, I've used the tool to fix an export of my dads photos after he passed away.

The libray has 170k+ files and your tool worked great, however the EXIF command fails:
exiftool -overwrite_original -r -P "-AllDates<FileModifyDate" /Volumes/DAD/Output/ALL_PHOTOS/*

With: -bash: /usr/local/bin/exiftool: Argument list too long

I appreciate EXIFtool isnt your s/w, but I can't seem to get it working with your instructions.

Also as a secondary question, there were 4.6k photos without a date, is there a way to see a list of what those are?

Any help is hugely appreciated.

Thanks

@palijn
Copy link

palijn commented May 14, 2023

for the bash error : remove the star from your command

@palijn
Copy link

palijn commented May 14, 2023

Try ls /Volumes/DAD/Output/ALL_PHOTOS/date-unknown ?

@palijn
Copy link

palijn commented May 14, 2023

for the bash error : remove the star from your command

Alternatively, to shorten the argument list size (that's the total number of characters on the command) you can :
cd /Volumes/DAD/Output/ALL_PHOTOS/
exiftool -overwrite_original -r -P "-AllDates<FileModifyDate" *

@billytkid
Copy link
Author

Hi,
thanks so much for your reply, removing the dot did the trick!

It's now slowly chugging through all of the files

Thanks again

@TheLastGimbus
Copy link
Owner

Thanks @palijn again 😅😅

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

3 participants