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

Problem with images with same name #402

Closed
StefanoBalocco opened this issue Jul 22, 2024 · 2 comments
Closed

Problem with images with same name #402

StefanoBalocco opened this issue Jul 22, 2024 · 2 comments

Comments

@StefanoBalocco
Copy link

Hello,
I downloaded a Google takeout (tgz) of my google photos library (around 25k+ photos).
I decompressed it and I've used immich-go to upload them in my immich library.

I've uploaded around 30 files named "camphoto_1804928587.jpg", in different albums (and with different content).

In an album called "Food" I've found 7 copies of "camphoto_1804928587.jpg" (instead of just the one with a pizza), and with wrong data.

@simulot
Copy link
Owner

simulot commented Jul 23, 2024

I think I have solved this problem.

You can send the result of following command to my discord @simulot

for f in *.tgz; do echo "$f: "; tar -tzvf $f; done >list.lst

I'd be pleased to check how your use case is handled by the lastest code.

@simulot
Copy link
Owner

simulot commented Jul 23, 2024

related to #392

simulot added a commit that referenced this issue Jul 29, 2024
* 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
simulot added a commit that referenced this issue Jul 30, 2024
* 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
@simulot simulot closed this as completed Jul 30, 2024
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