github imagegenius/docker-immich v1.52.0-ig71

13 months ago

ImageGenius Changes:

Add service checks

immich Changes:

v1.52.0

Highlights

This release includes many bug fixes and hardening of the recent new features in Immich. We are making Immich more robust as we try to move into the stable territory of the application. I hope you enjoy this release.

Splitting generated content into a separate folder

This is a feature to build toward a custom location setting for generated files so that the user can leverage SSD for quick serving of thumbnails and encoded video and put the original files to HDD. Users can now store thumbnails and encoded videos at a different location. The separation between generated content and originals makes it easier to know what to backup. It's more clear what folder media is uploaded. Accomplished by swapping type/uuid to uuid/type.

The resulting folder structure is as follows:

  • library/<uuid>/<template>
  • profile/<uuid>
  • thumbs/<uuid>
  • encoded-videos/<uuid>

Migration Notes:

  • All the files are left untouched.
  • New files will start using the new location
  • To migrate existing files that are in the old structure:
    • Run storage migration job - moves originals to new library/
    • Run generate thumbnail job (then delete <uuid>/thumbs) - regenerates thumbs in thumbs/
    • Run transcode job (then delete <uuid>/encoded-videos) - regenerates encoded videos in encoded-videos/
    • Re-upload profile picture - (then delete <uuid>/profile) - moves profile image to profile/

Hardening mobile synchronization mechanism

We've solved issues with concurrency that caused the mismatch in the sync status of the local vs. remote assets on the mobile app and further optimized the Asset model to guard against bad upload cases from the CLI. The sync and display on the mobile app should now correctly display all local and remote assets.

Update search UI

Searching is now CLIP-enabled by default. You can search for asset metadata such as location info, camera model.etc by prepending m: to your search term, for example, m:Long Beach.

image

On the web, we also added the search history (maximum of 5) to the search bar for a better search experience.

We revamped the Search page on the mobile app to include the new search mechanism and the metadata/CLIP search similar to the web.


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

Server

Mobile

Web

Others

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.51.2...

Don't miss a new docker-immich release

NewReleases is sending notifications on new releases.