-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
XMP filenames don't always match what is expected #125
Comments
It may have something incoherent with
Also, you have the .jpg, the .raw and the .xmp. I don't know how the system behaves in such case. |
It should associate with both. |
It's a question on immich server behavior |
I did some tests. immich-server doesn't associate one XMP to both jpg and raw. I have implemented this behavior in immich-go. See the release note for details. |
I have imported thousands of photos over the years onto my discs using various programs, using lightroom a lot.
Usually what happens Is I get three files
image1.jpg
image1.raw (arw lately because of sony)
image1.xmp
From what I can tell and what I see from the output of the immich-go cli import
It finds metadata files, but it doesn't seem to associate those together, unless I am just totally misreading this output. Looking at Immich itself, it seems to think that the sidecar xmp files will be named like :
image1.jpg.xmp
image1.arw.xmp
Which doesn't seem to be the case for any of the photos from various DSLR's I have imported over the years. Thoughts?
The text was updated successfully, but these errors were encountered: