v1.58.0 #2587
alextran1502
announced in
Announcements
v1.58.0
#2587
Replies: 1 comment 1 reply
-
Apple Photos export (Latest Sonoma) puts .xmp next to image file, like "abc.jpg" and "abc.xmp". Is there a way to make immich find these files too? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Breaking changes
The server and the mobile app must be on the same version (v1.58.0) for the Partner sharing feature on the mobile app to work correctly.
The
docker-compose.yml
has changed the content. Please make sure to update yours.Highlights
Hello everyone, I am happy to announce the 102nd release of Immich, which includes the following highlights:
Map's filters
You can now use the option button on the map page to filter the display cluster by date-time
Partner sharing on mobile
You can now access your partners’ timelines and manage your shared partners directly on the mobile app, thanks to the work of @fyfrey. The
Share with partner
is no longer grayed out (woohoo).Support XMP Sidecar files
Thank @alex-phillips and @jrasm91 contribution to this feature. Immich can now ingest XMP sidecars on file upload (via the CLI) as well as detect new sidecars that are placed in the filesystem for existing images.
XMP sidecars are external XML files that contain metadata related to media files. Many applications read and write these files exclusively or in addition to the metadata written to image files. They can be a powerful tool for editing and storing metadata of a media file without modifying the media file itself. When Immich receives or detects an XMP sidecar for a media file, it will attempt to extract the metadata from both the sidecar and the media file. It will prioritize the metadata for fields in the sidecar but will fall back and use the metadata in the media file if necessary.
When importing files via the CLI bulk uploader, Immich will automatically detect XMP sidecar files that exist next to the original media file and have the exact same name with an additional .xmp file extension (i.e., PXL_20230401_203352928.MP.jpg and PXL_20230401_203352928.MP.jpg.xmp).
Two administrator jobs are associated with sidecar files: SYNC and DISCOVER. The sync job will re-scan all media with existing sidecar files and queue them for a metadata refresh. This is a great use case when third-party applications are used to modify the metadata of media. The discover job will attempt to scan the filesystem for new sidecar files for all media that does not currently have a sidecar file associated with it.
Please make sure you are using the latest CLI version to be able to upload the XMP file to the server.
Note: When using external software to manage sidecar metadata, please keep in mind that Immich will not detect changes in the main image file. Please make sure to run the SYNC job to get the data updated
Support for client-side hashing
With the contribution of @etnoy, the server now has a mechanism that checks for client-side hashing, which will improve the upload process on the CLI and the mobile app in the upcoming releases.
Improve queuing system
In one sitting, @jrasm91 single-handedly bent the server to his will; the queuing system now obeys his commands to run the background job orderly without bogging down the CPU. This improvement helps with the server's stability, solves request timeout issues to the database connection, and resolves missing thumbnail situations due to stale data.
There are many additional changes to improve the application as a whole. Please check out the detailed changelog below.
As always, please consider supporting the project.
🎉 Cheer! 🎉
Support
If you find the project helpful and it helps you in some ways, you can support the project one time or monthly from GitHub Sponsors
It is a great way to let me know that you want me to continue developing and working on this project for years to come.
What's Changed
Mobile
Web
Server
Other
New Contributors
Full Changelog: v1.57.1...v1.58.0
This discussion was created from the release v1.58.0.
Beta Was this translation helpful? Give feedback.
All reactions