Sidecar metadata - where will it appear? #15200
Replies: 1 comment 3 replies
-
No, there is no option to display "custom" metadata in the UI, sidecars don't do anything special compared to the EXIF data inside the original file. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing a tool to migrate a Flickr library to Immich. There are a lot of metadata fields that are not supported in the standard EXIF, so I am writing these fields to XMP sidecar
The documentation on sidecars is a little sparse, and does not contain any information about where the metadata will actually be shown in Immich (nor can I find anything about additional information in the documentation about additional fields).
I have imported via the Immich CLI and can see that the sidecars also got imported into the folder. I ran the jobs for Discover and Sync also but see nothing about these additional fields appearing in Immich.
Questions
https://immich.app/docs/features/xmp-sidecars
An example of a sidecar file I created from my script.
`
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 5.1.2">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
xmlns:xmp="http://ns.adobe.com/xap/1.0/"
xmlns:lr="http://ns.adobe.com/lightroom/1.0/"
xmlns:flickr="http://flickr.com/schema/2024/01/">
<rdf:Description rdf:about="">
flickr:id54239280225</flickr:id>
flickr:photopagehttps://www.flickr.com/photos/202036170@N07/54239280225/</flickr:photopage>
flickr:originalhttps://live.staticflickr.com/65535/54239280225_07ece9f4b9_o.jpg</flickr:original>
flickr:viewCount6</flickr:viewCount>
flickr:favoriteCount1</flickr:favoriteCount>
flickr:commentCount1</flickr:commentCount>
flickr:tagCount13</flickr:tagCount>
flickr:noteCount0</flickr:noteCount>
Beta Was this translation helpful? Give feedback.
All reactions