-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Preserve descriptions of duplicates #462
Comments
I also just noticed the same happens on upload, when adding a google takeout zip with descriptions on the images. The descriptions get lost when my immich library already has the same images in higher quality. It would be nice if the decription would be added to the higher quality version if it has none. |
That makes sense. I should add a parameter to control how takeout comments are handled:
|
True, that would be nice. Btw, thank you for this great tool and your efforts! |
The parameter list becomes a mess. I work on restructuring the command line argument parsing before. |
When running de-duplication, would it be possible to preserve the description of the deleted duplicates by also adding the description to the preserved image?
Example:
Lower quality(LQ) google photos image in album "Dog" with description: "This is a cute dog"
Higher quality(HQ) original of the same image not in any album with no description.
Current de-duplication behaviour:
Desired de-duplication behaviour:
The text was updated successfully, but these errors were encountered: