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

Finding all files that are missing EXIF data #208

Open
snab43 opened this issue Dec 19, 2021 · 1 comment
Open

Finding all files that are missing EXIF data #208

snab43 opened this issue Dec 19, 2021 · 1 comment
Labels
feature request New feature or request

Comments

@snab43
Copy link

snab43 commented Dec 19, 2021

I'm organizing a number of phone backup photos and videos. There's a small amount of files that don't have any EXIF data but there is the date and time in the file name.

I'm wondering if there's any way to get a list of all the images and videos that are missing a date EXIF data and then writing the date from the file name?

Also wondering if there's any way to see what files are missing GPS data and if there's any easy way to batch insert that as well. At the very least general locations like a city and not specific long/lat.

All the files are jpg, mov, and mp4 from Android and iOS. The files would all then be given to the app PhotoPrism for viewing.

@mrtngrsbch
Copy link
Contributor

You can certainly do it with bash scripts and ExifTool.

@hvdwolf hvdwolf added the feature request New feature or request label Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants