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

Identifying already downloaded #34

Open
drewdog88 opened this issue Jun 29, 2023 · 2 comments
Open

Identifying already downloaded #34

drewdog88 opened this issue Jun 29, 2023 · 2 comments

Comments

@drewdog88
Copy link

Is there a switch or command that allows you to identify if the file is already downloaded so that you do not have to download it again and it skips it if the hash/byte matches? Also, what exactly is the best way to marry the JSON files that contain the metadata of the image file together again? I see the json has all my metadata like camera, lens, etc..the usual JPEG conforming metadata..but not sure how to get them married again for the purposes of using it in other editing tools like Lightroom/photoshop, etc.? Thanks for the great work on this by the way!

@carsonreinke
Copy link
Contributor

carsonreinke commented Nov 11, 2023

@drewdog88

Is there a switch or command that allows you to identify if the file is already downloaded so that you do not have to download it again and it skips it if the hash/byte matches?

It should do this already by default, if the JSON file is present the file will not be downloaded. Are you seeing otherwise?

what exactly is the best way to marry the JSON files that contain the metadata of the image file together again? I see the json has all my metadata like camera, lens, etc..the usual JPEG conforming metadata..but not sure how to get them married again for the purposes of using it in other editing tools like Lightroom/photoshop, etc.

Have you tried the include-exif option? This could be what you are looking for.

Though, looking at how it downloads including EXIF data and specifying the dimensions are for some reason mutually exclusive. I'll check the Google Photos docs to see what this might be so.

@carsonreinke
Copy link
Contributor

@drewdog88 completely forgot about this PR, so the option you are looking for is include-exif.

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

2 participants