-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Question: report shows way less images uploaded than scanned #390
Comments
tgz scanned more than 50k photos+video but only ~21k were uploaded First, the google takeout is full of duplicates... That explains a part. But also Immich-go is confused by the Iphone file names that create duplicates. IMG_1234.HEIC appears several times in the archive... and sometime confused with IMG_1234.JPG and IMG_1234_MP4.... I'm working on the issue. You can help by providing logs and debug files. For more privacy, you can sent them via discord @simulot
Stay tuned |
Hi! I didn't use the direct tgz support, I decompressed the files and run immich-go over the decompressed directory. I was doing some numbers using |
I'm rewriting the google photo import. |
Sure, I don't have any problem sharing my logs with you. They are huge as I have a ton of pics there... |
You also can share the list of your files, not the content. Run following command for f in *.zip; do echo "$f: "; unzip -l $f; done >list.lst |
@simulot Let me know if you need another list of file names. I had a very similar experience on v 0.20.1.
|
The report shows 2914 photos not associated with a Json file. This is not usual. Those files are ignored. There are 2 main causes:
The next version of immich-go will give those advices. |
You are absolutely right. Complete user error. I needed to pay closer attention to the Google Photos advice in the README. |
* errors when uploading are disturbing the the % of the progression Fixes #376 * add test for Question: report shows way less images uploaded than scanned #390 * add tests for #390 * add fakefs to test with takeout lists * wip: duplicate count * wip: counters * WIP takeout by directory * fix name matchers for duplicate in year and live photo * wip fixe: missing image from the same directory but different type * edit release.md * fix .MP.jpg * fix: Problem with images with same name #402 * fix Wrong creation date results in false album assignment #392 * fix Problem with images with same name #402 , #390, #376, #401 * fix tests * Merge branch 'main' into append-zip-list-fake-file-system * linter fix * linter fix
* edit readme.md * readme.md * edit docs/releases.md * errors when uploading are disturbing the the % of the progression Fixes #376 * add test for Question: report shows way less images uploaded than scanned #390 * add tests for #390 * add fakefs to test with takeout lists * wip: duplicate count * wip: counters * WIP takeout by directory * fix name matchers for duplicate in year and live photo * wip fixe: missing image from the same directory but different type * edit release.md * fix .MP.jpg * fix: Problem with images with same name #402 * fix Wrong creation date results in false album assignment #392 * fix Problem with images with same name #402 , #390, #376, #401 * fix tests * chore(deps): bump github.com/telemachus/humane from 0.5.1 to 0.6.0 (#407) * chore(deps): bump github.com/navidys/tvxwidgets from 0.6.0 to 0.7.0 (#408) * Merge branch 'main' into append-zip-list-fake-file-system * linter fix * linter fix * fix counters when force upload when missing JSON * improved progression for no-ui * edit readme.md * edit release
Hi immich-go team!
I discovered you a few days ago and I was using your software to upload my Google Photos backup to my Immich instance.
I downloaded 3 Google Takeout tgz archives from Takeout service and uncompressed them as the README and instructions say in order to run immich-go over them.
I put all the 3 directories altogether inside the same directory and run
immich-go -server https://XXXXXXXXX -key ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ upload -create-albums -google-photos .
.After a while, the upload was finished and the report was shown:
As you can see, it scanned more than 50k photos+videos, but the report says that "only" ~21k were uploaded to my server. Did I something wrong on my run? Should I try to repeat the execution and expect something different or is it expected?
The text was updated successfully, but these errors were encountered: