-
-
Notifications
You must be signed in to change notification settings - Fork 191
Description
Immich-go: v0.27.0
Immich: v1.135.3
Google Takeout from 18.07.2025
I used this command on a fresh immich instance:
immich-go \
upload from-google-photos \
--server=<myserver> \
--api-key=<myapikey> \
--admin-api-key=<myadminapikey> \
--manage-burst=NoStack \
--manage-heic-jpeg=NoStack \
--manage-raw-jpeg=NoStack \
--people-tag=FALSE \
takeout-*.zip
It succeeded with this message from the logs:
2025-07-19 15:52:05 INF Input analysis:
2025-07-19 15:52:05 INF ---------------
2025-07-19 15:52:05 INF scanned image file : 13184
2025-07-19 15:52:05 INF scanned video file : 626
2025-07-19 15:52:05 INF scanned sidecar file : 16513
2025-07-19 15:52:05 INF discarded file : 0
2025-07-19 15:52:05 INF unsupported file : 0
2025-07-19 15:52:05 INF file duplicated in the input : 2997
2025-07-19 15:52:05 INF associated metadata file : 13810
2025-07-19 15:52:05 INF missing associated metadata file : 0
2025-07-19 15:52:05 INF
2025-07-19 15:52:05 INF Uploading:
2025-07-19 15:52:05 INF ----------
2025-07-19 15:52:05 INF uploaded : 9761
2025-07-19 15:52:05 INF upload error : 0
2025-07-19 15:52:05 INF file not selected : 0
2025-07-19 15:52:05 INF server's asset upgraded with the input : 730
2025-07-19 15:52:05 INF server has same asset : 0
2025-07-19 15:52:05 INF server has a better asset : 322
All albums that I had in Google were created in immich. However, some photos were successfully uploaded to immich but not added to the correct album.
For example, the album "My Album" (changed name because of privacy) has 620 photos in Google but only 493 in immich.
I discovered that the photos that are missing have the .jpg file in the "Photos from XXXX" directory in the google takeout instead of the "My Album" directory. For example, the photo "IMG_2106" is missing in the immich album.
❯ fd "IMG_2106"
My Album/IMG_2106.JPG.supplemental-metadata.json
Photos from 2022/IMG_2106.JPG
Photos from 2022/IMG_2106.JPG.supplemental-metadata.json
The photo "IMG_2104" on the other hand was correctly put in the album in immich.
❯ fd "IMG_2104"
My Album/IMG_2104.JPG
My Album/IMG_2104.JPG.supplemental-metadata.json
Photos from 2022/IMG_2104.JPG.supplemental-metadata.json
Is this a bug or am I doing something wrong? I looked at the immich-go logs and the immich logs (docker compose logs) but did not find any associated errors or warnings.