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

Possible alias for Apple live photos #3

Closed
p0n1 opened this issue Jul 3, 2023 · 0 comments
Closed

Possible alias for Apple live photos #3

p0n1 opened this issue Jul 3, 2023 · 0 comments

Comments

@p0n1
Copy link

p0n1 commented Jul 3, 2023

I got many errors for my photos in 2017.

Done! Processed 4888 files.
Files migrated: 3246
Files failed: 1642

I checked. It's due to live photo stuff. The script can not find correct metadata file for live photo videos. Maybe JPG is used for live photo in 2017 and then HEIC.

IMG_0005.JPG
IMG_0005.JPG.json
IMG_0005.MP4

I fixed this by adding a more .jpg alias here for mp4.

{ suffix: '.mp4', metaType: MetaType.QUICKTIME, aliases: ['.heic'] },

Because I got many rename logs.

Renamed wrong extension .jpg to .mov: ~/google-photos-migrate/output/IMG_0005.mov
Renamed wrong extension .jpg to .mov: ~/google-photos-migrate/output/IMG_0007.mov

But anyway it seems worked.

Done! Processed 4888 files.
Files migrated: 4886
Files failed: 2
@garzj garzj closed this as completed in 822275e Jul 3, 2023
lukehmcc pushed a commit to lukehmcc/google-photos-migrate that referenced this issue Sep 15, 2023
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