-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Albums no longer are created in Immich from Google Photos #677
Comments
Gosh! Could you attach a few samples of |
Yep the same happened to me with some albums. Photo uploaded but album not created. this is a metadata.json that failed on my side, I redacted some info {
"title": "Album Title",
"enrichments": [{
"locationEnrichment": {
"location": [{
"name": "Name_Of_Location (Here I've the city)",
"description": "Here I've the region",
"latitudeE7": 12345789,
"longitudeE7": 123456789
}]
}
}],
"sharedAlbumComments": [{
"creationTime": {
"timestamp": "1596183682",
"formatted": "Jul 31, 2020, 8:21:22 AM UTC"
},
"contentOwnerName": "My_Name_On_GP",
"liked": true
}]
} |
Refactor GoogleMetaData album check and enhance tests for enriched albums
hu-ho -- should we hold off importing recent Takeouts for the time being? Also, fyi, the latest release version is tagged as "dev" :) Probably not intended. |
I want to confirm that the latest version. 0.23 even though tagged as Dev,
worked for me. It didn't drop any albums.
…On Sun, Feb 9, 2025, 14:18 Licryle ***@***.***> wrote:
hu-ho -- should we hold off importing recent Takeouts for the time being?
Might be worth a note on the README
Also, fyi, the latest release version is tagged as "dev" :) Probably not
intended.
Thanks for all the *truly* amazing work simulot!
—
Reply to this email directly, view it on GitHub
<#677 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYJ6FU5EO2EUO2IJRZOY732O6ZYRAVCNFSM6AAAAABWUG2G76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBWGU3DOOBQGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks for the reporting the version error. It will be fixed with the next release. The version you have taken from the release page is the v0.23. This version fixes:
And many more issues of the v0.22 |
I did an import yesterday of my large Google Photos account into Immich which was successful except for the majority of my albums were not created. But the images in them were present.
Speaking with @simulot we discovered there has been a new change in the metadata files.
Here is an example from the log:
2025-02-06 12:00:44 WRN unsupported file file=takeout-20250206T172235Z-001:Takeout/Google Photos/Basement Office/metadata.json reason=unknown JSONfile
and metadata.json looks like this
The text was updated successfully, but these errors were encountered: