I have noticed that as you upload media in Litium 7, the accelerator media fields are being populated. Which service does this mapping from the image’s EXIF data to the media fields?
Litium version: 7
I have noticed that as you upload media in Litium 7, the accelerator media fields are being populated. Which service does this mapping from the image’s EXIF data to the media fields?
Litium version: 7
Please check this article https://docs.litium.com/documentation/litium-documentation/media/upload-a-file-programmatically
FileMetadataExtractorService is the service that extracts exif data.
I see, so this service is called by automatically by Litium when media is uploaded not programmatically, but manually in the back office as well?
The reason I’m asking is because it seems to make for an interesting service to decorate.
The service is called automatically when a file is uploaded via the backoffice UI. Developers can also use the service to extract the EXIF data when uploading a file, or integrating with other systems.