Gap: proofing_workflow
negative LibrePhotos github source
backend: only mark a job failed when error rate crosses a threshold
themes: Proofing and studio workflow · rating: · relevance: 1
The current update_scan_counter sets job.failed = True after a single per-photo error and the flag is sticky for the rest of the run:
job.failed = failed or job.failed
So a scan that processes 152520 photos and errors on 4 of them — a real production case visible in LongRunningJob row
58b891a5-5776-4a27-9ae3-c5610a80ee27 from a user's instance, with progress 152520/152520 and result.status='partial_failure' — shows up as the red "Failed" banner in the admin UI even though 99.997% of work succeeded. result already correctly carries the partial_failure status and the per-photo error list; only the sticky boolean is wrong.
This change replaces both occurrences of the sticky assign
negative Nextcloud Memories github source
DB error: Undefined function: st_makepoint(numeric, numeric) does not exist
themes: Proofing and studio workflow · rating: · relevance: 1
### Describe the bug
2026-05-14T12:07:14.449395411Z [SimplePlaceResolver] DB error for lat=57.41827, lon=11.983421: An exception occurred while executing a query: SQLSTATE[42883]: Undefined function: 7 ERROR: function st_makepoint(numeric, numeric) does not exist
2026-05-14T12:07:14.449413447Z LINE 5: WHERE geometry && ST_SetSRID(ST_MakePoint(57.418...
2026-05-14T12:07:14.449420569Z ^
2026-05-14T12:07:14.449426357Z HINT: No function matches the given name and argument types. You might need to add explicit type casts.
2026-05-14T12:07:14.449431764Z SQL:
2026-05-14T12:07:14.449437001Z SELECT mp.osm_id, mp.admin_level,
negative Lychee github source
chore(deps): bump the production-dependencies group across 1 directory with 10 updates
themes: Proofing and studio workflow · rating: · relevance: 1
Bumps the production-dependencies group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@stripe/stripe-js](https://github.com/stripe/stripe-js) | `9.4.0` | `9.5.0` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.2.4` | `4.3.0` |
| [axios](https://github.com/axios/axios) | `1.16.0` | `1.16.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.10` | `8.0.12` |
| [vue](https://github.com/vuejs/core) | `3.5.33` | `3.5.34` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.4.0` | `11.4.2` |
| [vue-router](https://github.com/vuejs/router) | `5.
negative LibrePhotos github source
Consider persisting the FAISS similarity index across container restarts
themes: Proofing and studio workflow · rating: · relevance: 1
When I restart the backend container on my library (~400k photos, on the stable image), postgres sits at ~85–95% CPU for around 20 minutes while the backend itself is mostly idle. Watching the logs and `pg_stat_activity`, the load is coming from a sequence of paginated SELECTs over `Photo.clip_embeddings`, each feeding a `POST /build/` call into the image_similarity Flask service.
Tracing it back: the backend entrypoint runs `python manage.py build_similarity_index`, which enqueues `build_image_similarity_index(user)` for every user. That function (in `api/image_similarity.py`) DELETEs the in-memory FAISS index in the Flask service and then re-streams every photo's `clip_embeddings` to it i
negative PhotoPrism github source
feat: show duplicate files in photo details
themes: Proofing and studio workflow · rating: · relevance: 1
### Description
These changes expose PhotoPrism's existing exact duplicate records in the photo file details panel and add a dedicated delete action for those duplicate entries.
The implementation stays within the existing photo details workflow instead of adding a new standalone view:
- duplicate records are loaded for photo details and returned as file-shaped payloads
- the Files tab renders duplicates alongside indexed files, shows their storage path, and labels them as duplicates
- duplicate entries can be deleted without enabling unrelated actions like download, primary, or unstack
- duplicate-aware responses are refreshed after duplicate deletion and unstacking so the panel stays in
negative Lychee github source
chore(deps): bump the actions-deps group with 2 updates
themes: Proofing and studio workflow · rating: · relevance: 1
Bumps the actions-deps group with 2 updates: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action).
Updates `sigstore/cosign-installer` from 4.1.1 to 4.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sigstore/cosign-installer/releases">sigstore/cosign-installer's releases</a>.</em></p>
<blockquote>
<h2>v4.1.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump cosign to 3.0.6 in <a href="https://redirect.github.com/sigstore/cosign-installer/pull/
negative LibrePhotos github source
Update frontend dependencies (major)
themes: Proofing and studio workflow · rating: · relevance: 1
> ℹ️ **Note**
>
> This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update |
|---|---|---|---|---|---|
| [@badeball/cypress-cucumber-preprocessor](https://redirect.github.com/badeball/cypress-cucumber-preprocessor) | [`^20.1.2` → `^24.0.0`](https://renovatebot.com/diffs/npm/@badeball%2fcypress-cucumber-preprocessor/20.1.2/24.0.1) |  | **
shot of the user configuration:
<img width="793" height="653" alt="Image" src="https://github
negative PhotoPrism github source
UX: Country & Time Zone selects close immediately after activation
themes: Proofing and studio workflow · rating: · relevance: 1
**Problem**
On the photo edit dialog in Chrome, clicking the Country or Time Zone dropdown opens the menu for a fraction of a second and then immediately closes it, making the field unusable. The selects work normally in Firefox, and shorter dropdowns on the same dialog are unaffected.
**Steps to reproduce**
1. Open PhotoPrism in Google Chrome (current stable, desktop).
2. Log in and navigate to any photo in the library.
3. Open the photo and click the Edit button (pencil icon) to open the edit dialog.
4. Switch to the Details tab.
5. Click the Country select field.
- Expected: dropdown list opens and stays open so an option can be picked.
- Actual: dropdown opens for a fraction of
negative Immich github source
AMD VAAPI encoding fails during software-decode fallback due to missing format=nv12 filter
themes: Proofing and studio workflow · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- [x] Yes
### The bug
When using AMD GPU (Radeon 780M) for hardware acceleration, hardware encoding crashes if the source video requires software decoding (e.g., an older MPEG4 codec video).
When Immich falls back to software decoding and attempts hardware encoding, it passes the yuv420p pixel format directly to the h264_vaapi encoder. The AMD Mesa driver rejects yuv420p and requires nv12, resulting in an invalid VASurfaceID error and crashing the transcoding task before it ultimately falls back to pure CPU transcoding.
### The OS that Immich Server is running on
Unraid 7.2.4
##
negative Format reddit source
My Client Contract
themes: Proofing and studio workflow · rating: · relevance: 1
I occasionally see people starting posts with business/client issues where a contract could have helped.
They can be difficult to write on your own, or expensive do get professionally done.
Below is what I work with. (And continually tweak). Feel free to take a look, perhaps it can help.
Disclaimer: This is a free, general-use template based on my own working agreement. I’m not a lawyer, and this isn’t legal advice. It’s just a practical starting point. Adjust it to fit your business, location, and risk tolerance.
——
Photography & Video Services Agreement (Public Template)
Preamble
This agreement exists to create clarity, protect mutual trust, and ensure a smooth working relatio
negative Immich github source
"Assets cannot be added to the album" error when adding partner photos to an album from timeline (web only)
themes: Proofing and studio workflow · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- [x] Yes
### The bug
When selecting assets from the timeline to add to an album ("+" in the top right), apparently asset IDs from partner-shared assets are skipped and only my own assets are added. When only partner assets are selected for adding, the asset ID array is empty and I get the "Assets cannot be added to the album" error. This happens only with partner assets which appear in my timeline through partner sharing, and only when adding assets to an album via the timeline. When a partner asset is opened with the viewer (e.g. click on the photo in the timeline), it's possible
negative Nextcloud Memories github source
HDR Images will only render after zooming
themes: Proofing and studio workflow · rating: · relevance: 1
### EDIT:
**Just realized that the "Always load high resolution image" option (which is key to this issue) is stored client side and was getting reset when I was clearing browser cache and other things during debugging and troubleshooting. Maybe this issue is more of a question of "how can we make 'Always load high resolution image' default for all users"?**
### Describe the bug
I have managed to get HDR images to render after a bunch of trial and error and config adjustments but they will only render after zooming into the full image, they will never load the HDR image straight away. For example on mobile web interface I need to double tap to zoom into the image and in the desktop web int
negative Immich github source
ROCm ML image crashes (SIGSEGV) on AMD Phoenix iGPU (gfx1103) with MIGraphXExecutionProvider
themes: Proofing and studio workflow · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- [x] Yes
### The bug
### Bug: `immich-machine-learning` `-rocm` image crashes (SIGSEGV) on AMD Phoenix iGPU (gfx1103) during model compile (MIGraphX EP)
#### Summary
On TrueNAS SCALE with an AMD Phoenix3 iGPU (gfx1103), the `immich-machine-learning:<version>-rocm` container repeatedly crashes with **SIGSEGV** during model compile/load when using **MIGraphXExecutionProvider**. This causes the Immich server to mark ML unhealthy and face recognition jobs fail with `fetch failed`. Switching to the **CPU** ML image resolves the issue.
#### Environment
- Immich version: **v2.6.3*
negative Ente Photos app_store source
crashes constantly
themes: Proofing and studio workflow · rating: 1 · relevance: 0.9
iOS app crashes when searching and selecting photos on both my and my partner's iPhone.
negative Ente Photos github source
Cant import vault from Aegis
themes: Proofing and studio workflow · rating: · relevance: 1
### Description
Cant import and decrypt encrypted Aegis Vault (cant import uncrypted too)
Failed to decrypt aegis vault (password is correct, without password cant import too)
Or
Sorry
Could not parse the selected file Error Null check operator used on a null value
### Version
4.3.8 flathub
### What product are you using?
Ente Auth
### What platform are you using?
Desktop - Linux
negative Immich app_store source
Terrible Photo Backup App
themes: Proofing and studio workflow · rating: 1 · relevance: 1
The primary purpose of a backup is to restore data from it. However, in practice, Immich is horrible at restoring photos to your phone. Consider this scenario: you purchase a new iPhone and use your own Immich server to back up your old iPhone’s photos. You want some of those photos on your new iPhone, so you open the Immich app, connect it to your new phone, and press the download button on a few photos to create a wallpaper on your new iPhone. Surprisingly, the app is coded so poorly that it doesn’t exclude the photos you restored or downloaded from Immich to your new phone. As a result, you end up with duplicates on the Immich server when the auto-backup begins from your new iPhone. It on
negative Synology Photos app_store source
Good. Hopeful you can turn this into something amazing
themes: Proofing and studio workflow · rating: 2 · relevance: 0.9
Addendum: So many issues have emerged. Something is absurdly off with caching. Like I removed all limits on cache memory on my iphone and it keeps doing a fresh pull down of the already extant album lists, this is frustratingly aggravating. the app clearly has the prior cache when i first open it, but for some reason it invalidates it and then spends forever re-downloading thumbnails. This is a time consuming waste when I'm on the local network shared withe the nas server, it makes the app virtually unusable when using mobile data, the lags frequently are astronomical, but needlessly, like this core usability and is very poorly managed or architected caching logic. please fix this! If I'm gi
negative Immich github source
iOS does nothing when upload bunch of media files on Safari mobile browser
themes: Proofing and studio workflow · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- [x] Yes
### The bug
I've created a shared link to an album with access to upload photos, sent it to a friend
Friend said that she was not able to upload all the photos/videos at once (she selected all the files, around 50-60 and confirmed selection), however she did uploaded all of them in batched of 10-12 files without issues
She is using iPhone 15 Pro, iOS 18.5, Safari
I personally don't have an iPhone, neither have access to any, so can't reproduce this bug, will appreciate if someone can confirm or deny this issue
### The OS that Immich Server is running on
Ubuntu 25.04
negative PhotoShelter app_store source
Couldn’t rate it low enough
themes: Proofing and studio workflow · rating: 1 · relevance: 1
Absolute garbage. There is a staggering lack of customer support. There is zero phone support. Email Support never comes within the same week. I’ve waited two weeks to get a response about an issue I’ve had with the site. The site itself is clunky unintuitive, and difficult to use. It’s expensive overpriced really for what it is. I tried to work with them for over two years and it’s been the most awful experience I’ve had with any photographic software. They absolutely do not care about their customers. I’ve never ever experienced anything like it. I have recently found. Shootproof. They have phone support and they respond in real time and email. Check them out if you’re dissatisfied with t
negative PhotoPrism github source
AI: Add support for Model Context Protocol (MCP)
themes: Proofing and studio workflow · rating: · relevance: 1
**As a PhotoPrism user experimenting with LLM-based workflows, I want a read-only MCP endpoint that exposes PhotoPrism's reference data, so that MCP-aware clients (IDE assistants, agents, custom GPTs) can answer questions about PhotoPrism without a custom integration.**
The Model Context Protocol (MCP) is a JSON-RPC 2.0 protocol that lets Large Language Models talk to external tools and data sources in a standardized way. This issue tracks PhotoPrism's MCP support end-to-end; the upstream references are listed at the bottom.
## Current Status: Initial Read-Only Implementation
An initial MCP server is now available on `develop` behind the `--experimental` flag (merged in #5519 and refined
negative Capture One app_store source
Wrong like Donkey Kong for Culling
themes: Proofing and studio workflow · rating: 2 · relevance: 1
Pro shooter. Use the desktop app every day when not on location.
Was hoping to cull productions on an iPad Pro directly from my SSD. Sessions and renaming are done ahead of time on desktop. Just want to give some stars to established sessions so I can develop the preselects when back in the studio. Unfortunately, this is STILL not possible.
Instead of culling directly from an external SSD, C1 mobile requires you to transfer everything to the iPad before you can simply add star ratings. Once you’ve added your stars you get to export everything so that you can work with the files on the desktop.
You’re literally expecting your users to create THREE times the amount of files to solve the
negative PhotoPrism reddit source
[ Setup Review ] Old Laptop Home server
themes: Proofing and studio workflow · rating: · relevance: 1
I have been running this home server setup for 2 years now. Would like to get review and improvement suggestion from all of you. Thanking everyone in advance.
**Main Use Cases :**
* Home NAS (No more google cloud or any other cloud)
* App Server (\*arr stack, photoprism, downloaders, etc) all in docker
* Occasional new OS testing in proxmox (Can live without it)
**Major Concerns :**
* Should I move away from proxmox and run OMV on bare metal.
* My network copy speeds are around 25 MBps on wifi 6. Is this the correct read speed for a 1Gig network card? If not how can figure out the bottleneck
**Hardware Setup:**
* **System Configuration:**
* CPU - Intel(R) Core(TM) i5-7200U
negative Capture One app_store source
Not worth subscription
themes: Proofing and studio workflow · rating: 2 · relevance: 1
I like Capture One but having this semi functional app be subscription based is crazy to me. Especially since the workflow to actually get images of the iPad involves either long upload and downright times or this awkward local export process first to the iPad files app and then again to a USB drive. I just can't justify the cost.
negative Capture One app_store source
Can’t use it yet
themes: Proofing and studio workflow · rating: 1 · relevance: 1
This isn’t a bad review. It’s more of a, I don’t know of any where else to get your attention post. I want to leave adobe but, I’m an iPad only user now. I need you all to add the more important stuff. Tethering without serious editing tools seems kind of ridiculous. You people want us to pay subs or pay a nice some of money then give us what we want and what we need. I need a replacement for iPad because I want to leave adobe and I thought you all would be it. But, honestly you seem to have graduated from the school of adobe. Do you think people like me will buy another laptop because of the short comings of your app and the way you think the workflow should go? Give us what the desktop has
negative Capture One app_store source
App Just Stopped working
themes: Proofing and studio workflow · rating: 1 · relevance: 1
After I signed up for the Desktop version this app would not load. It gave me the error message this App is assigned to another capture one account. I had this app on the iPad for some time now and now I download the desktop version and it crashes it wont even load… it just hangs on the splash screen. This has become my swiss army knife in the studio and on location… its 2024 why is getting things to work so difficult. This is unacceptable.
negative Zenfolio app_store source
Where are my photos?
themes: Proofing and studio workflow · rating: 1 · relevance: 0.95
I cannot access family photos. Link keeps sending me to some wedding photos and there’s no option to select a different photographer. Not intuitive and not useful.
negative Zenfolio app_store source
DOES WHAT ITS SUPPOSED TO
themes: Proofing and studio workflow · rating: 2 · relevance: 0.95
**Edit: This app seems to have gone downhill. Still not able to save photos to phones consistently, and NOW I’ve got some “White Gold Photography” gallery that pops up before my studio! There are better solutions out there than this.**
The app is ok. It does what it’s supposed to but I wish it was more customizable for the client- like making their photo the app cover image. My biggest gripe is that it doesn’t always save images to my, or my clients, phones even though it’s allowed through the gallery. It’s pretty frustrating to say the least. I don’t know if it’s a bug/glitch but I really wish it would get fixed.
negative Capture One app_store source
Too unreliable
themes: Proofing and studio workflow · rating: 2 · relevance: 0.7
Paid for the camera control add-on which is too unreliable to use. It will work for a few minutes and then fail. I can't imagine how unprofessional I would look with a client in my studio and my remote control software regularly interrupts my shoot.
Even when it does work, the camera controls are rather limited (even compared to the desktop software). For example, you can't change the shutter mode or set a timer.
negative Piwigo reddit source
Online Storage for Business
themes: Proofing and studio workflow · rating: · relevance: 1
I'm a photographer shooting for a utility contractor. We do work in the power and gas industry and then tons of varying work under those two umbrellas, transmission, distribution, underground, solar, etc.
I'm shooting a project or two each week. I use Lightroom currently for my editing needs and use some loose tags to keep track of everything. The issue is becoming is different departments are asking for photos for bids, for flyers, for their own employees (who doesn't want some new instagram shots) and whatever else is coming up. I'd love to be able to upload approved photography and have it searchable by tags. We're not opposed to using something like google or Flickr, but not sure if t
negative Capture One app_store source
Great when it works, but extremely unreliable.
themes: Proofing and studio workflow · rating: 2 · relevance: 0.7
When capture pilot works, it’s a brilliant technology to have on set with clients so they can view incoming images, make selects, and the photo team can work uninterrupted. However, it’s more often than not that my digital tech is spending upwards of 30 minutes each day setting it up, troubleshooting dropped connections, restarting the pilot server, etc. For studio days, it’s almost easier to have a second monitor connected to our computer and hard wired to the client area. I wish Phase One would devote some resources into Capture One and Pilot so that they work seamlessly instead of useless things such as film-emulation presets.
negative Capture One app_store source
Last version was betteri
themes: Proofing and studio workflow · rating: 1 · relevance: 0.7
The new version changed the camera controls and removed the drop down selection so for the camera setting. Now you must " rotate" the fake dials to make changes. Much slower and it’s iharder to use, plus it's easy to bump another setting by mistake,
Change is not always for the better. Anyone know howkuou I can revert to the previous version?
negative Damselfly app_store source
Crashes all the time?
themes: Proofing and studio workflow · rating: 2 · relevance: 0.9
I'm slowly getting used to the awkward user interface, but a problem that does not seem to hold away is that the app almost always crashes when I select the "Range" option.
negative Zenphoto app_store source
App does not work
themes: Proofing and studio workflow · rating: 1 · relevance: 1
App crashes after you take a photo, and all freezes when you select a photo from your library.
negative Piwigo app_store source
A nice idea, but poorly implemented
themes: Proofing and studio workflow · rating: 1 · relevance: 1
I have trouble anytime I have to select something from a list. The list selection gets in the way of going to the next item, and the previous an next buttons generally don't work because they are placed over the selection field and the app instead changes your selection rather than allowing the buttons to work. You also can't tap outside of a selection field to exit it. This app is still operation in early beta mode from all the interface bugs I run into. I hope they update it to address these bugs.
negative Piwigo app_store source
Not very useful
themes: Proofing and studio workflow · rating: 1 · relevance: 1
Cannot select multiple pics at once.
Cannot view albums.