| > Upload asset directly to album on the mobile app Does this fix this problem? https://github.com/immich-app/immich/discussions/12748 It's a pretty big issue for me having multiple devices and multiple people who want to pool pictures of our cats together in one album. Currently I have to do this kind of set up: 1. Syncthing sync our photos back to the homelab server hosting immich
- /mnt/Syncthing/a1/cats/
- /mnt/Syncthing/a2/cats/
- /mnt/Syncthing/b/cats/ 2. cron job copying (hard-link) the photos to a folder mounted as read-only external library volume
- /mnt/immich/ext-lib/cats/ 3. cron job to run a script that automatically creates albums from external library folder structure: https://github.com/Salvoxia/immich-folder-album-creator 4. cron job clean up photos in the syncthing folder that are older than a year to free up space for our phones (~1TB total. Yes we have problem) -------------- That said, congrat on the 3.0 release. Although I'm slightly bumped out because I literally just discovered this program a month ago and stabilized my self-host set up just one week ago. |