CLI tool is not uploading any XMP files #3379

Closed
opened 2026-02-05 08:13:49 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @ericswpark on GitHub (May 30, 2024).

The bug

The CLI tool will not upload any sidecar files. Tested with CLI tool released with v1.105.1

The OS that Immich Server is running on

unRAID

Version of Immich Server

v1.105.1

Version of Immich Mobile App

N/A

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

N/A

Your .env content

N/A

Reproduction steps

1. Upload photos with the CLI tool

The XMP file naming does not seem to matter (i.e. it will not upload `IMG_0001.png.xmp` nor `IMG_0001.xmp`. Capitalization also does not matter (i.e. it will not upload `IMG_0001.XMP`).

Relevant log output

No response

Additional information

No response

Originally created by @ericswpark on GitHub (May 30, 2024). ### The bug The CLI tool will not upload any sidecar files. Tested with CLI tool released with v1.105.1 ### The OS that Immich Server is running on unRAID ### Version of Immich Server v1.105.1 ### Version of Immich Mobile App N/A ### Platform with the issue - [X] Server - [ ] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML N/A ``` ### Your .env content ```Shell N/A ``` ### Reproduction steps ```bash 1. Upload photos with the CLI tool The XMP file naming does not seem to matter (i.e. it will not upload `IMG_0001.png.xmp` nor `IMG_0001.xmp`. Capitalization also does not matter (i.e. it will not upload `IMG_0001.XMP`). ``` ### Relevant log output _No response_ ### Additional information _No response_
Author
Owner

@mplawner commented on GitHub (Jun 1, 2024):

Not sure if this is related, but I noticed that XMP file information is not being read when added to the filesystem either. According to https://immich.app/docs/features/xmp-sidecars/ the XMP data read via CLI or filesystem should take priority over image metadata. As far as I can tell, it's not loaded it all.

@mplawner commented on GitHub (Jun 1, 2024): Not sure if this is related, but I noticed that XMP file information is not being read when added to the filesystem either. According to https://immich.app/docs/features/xmp-sidecars/ the XMP data read via CLI or filesystem should take priority over image metadata. As far as I can tell, it's not loaded it all.
Author
Owner

@ericswpark commented on GitHub (Jun 2, 2024):

@mplawner that sounds like it should be filed as a separate issue as it would indicate Immich doesn't support XMP at all despite having it in the docs. I'm curious as to whether it worked previously but was mistakenly broken during feature addition or if it only works when the assets are uploaded via a certain path (maybe the Android app). Because right now uploading via the CLI tool doesn't work, and the iOS app doesn't have support for reading sidecar metadata as the underlying Flutter library can't access it IIRC.

@ericswpark commented on GitHub (Jun 2, 2024): @mplawner that sounds like it should be filed as a separate issue as it would indicate Immich doesn't support XMP at all despite having it in the docs. I'm curious as to whether it worked previously but was mistakenly broken during feature addition or if it only works when the assets are uploaded via a certain path (maybe the Android app). Because right now uploading via the CLI tool doesn't work, and the iOS app doesn't have support for reading sidecar metadata as the underlying Flutter library can't access it IIRC.
Author
Owner

@jrasm91 commented on GitHub (Sep 10, 2024):

This was likely fixed in #9831

@jrasm91 commented on GitHub (Sep 10, 2024): This was likely fixed in #9831
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#3379