Gap: mobile_app
negative LibrePhotos github source
backend: only mark a job failed when error rate crosses a threshold
themes: Mobile app · 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 LibrePhotos github source
backend: add timeouts to sidecar HTTP calls so jobs can't wedge forever
themes: Mobile app · rating: · relevance: 1
Every backend → sidecar HTTP client (face_recognition, image_similarity, clip_embeddings, exif/metadata reader, image_captioning, llm, thumbnail, tags, plus the periodic health checker) calls requests.post/get/delete with no timeout. requests defaults to no timeout, which means a stalled sidecar — face_recognition wedged on a pathological image, exiftool hung mid-process, image_similarity in a tight loop — parks the caller on an infinite socket read. The caller is most often a long-running scan job running inside a single django-q2 task; the task ends up "running" forever in the admin UI with no progress, and the global Q_CLUSTER timeout is set to 10000000 (115 days) so the supervisor never
negative Photoview github source
Bump golang.org/x/text from 0.36.0 to 0.37.0 in /api
themes: Mobile app · rating: · relevance: 1
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.36.0 to 0.37.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/golang/text/commit/3ef517e623a4bfc08d6457f87d73afda7af7d8e1"><code>3ef517e</code></a> go.mod: update golang.org/x dependencies</li>
<li>See full diff in <a href="https://github.com/golang/text/compare/v0.36.0...v0.37.0">compare view</a></li>
</ul>
</details>
<br />
[ from 0.50.0 to 0.51.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/golang/crypto/commit/b8a14a8d65f88c0c79c139171f1354c69a6cdb8a"><code>b8a14a8</code></a> go.mod: update golang.org/x dependencies</li>
<li><a href="https://github.com/golang/crypto/commit/9d9d5078968ddb8a279092c665a24e7de4178778"><code>9d9d507</code></a> x509roots/fallback/bundle: fix bundle test with Go 1.27+</li>
<li><a href="https://github.com/golang/crypto/commit/fd0b90d21f9ab4b5dd398e9526b570bfea86e370"><code>fd0b90d<
negative Lychee github source
chore(deps): bump the production-dependencies group across 1 directory with 10 updates
themes: Mobile app · 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 Immich github source
Android App issue loading thumbnauls
themes: Mobile app · 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
So I have prefer remote images turned on in the android app. My current issue is that thumbnails don't load in search. Only some do. Also, if I delete the local copy of an image, it doesn't load the thumbnail in timeline unless I sign out and in.
### The OS that Immich Server is running on
Rocky 10
### Version of Immich Server
2.7.5
### Version of Immich Mobile App
2.7.4
### Platform with the issue
- [ ] Server
- [ ] Web
- [x] Mobile
### Device make and model
Pixel 10 Pro and Samsung S21
### Your docker-compose.yml content
```YAML
#
# WARNING: Make
negative LibrePhotos github source
Consider persisting the FAISS similarity index across container restarts
themes: Mobile app · 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: Mobile app · 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 production-dependencies group with 7 updates
themes: Mobile app · rating: · relevance: 1
Bumps the production-dependencies group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.2.4` | `4.3.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.4` | `4.3.0` |
| [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` |
| [@tailwindcss/oxide-linux-arm64-gnu](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/crates/node/
negative LibrePhotos github source
Update frontend dependencies (major)
themes: Mobile app · 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) |  | , and there does not seem to be a Linux option for the required (I guess) desktop application.
I don't get why File Explorer displays these files fine, but Photos does not.
negative Format reddit source
Moneat: Sentry + Datadog drop-in replacement (v1.0.7 release)
themes: Mobile app · rating: · relevance: 1
Hi everyone - I just released v1.0.7 of Moneat and wanted to share it with you guys. I'll try to keep it brief with a question format:
### How is this different from every other "x monitoring alternative"?
Moneat aims to be a drop-in replacement for two main alternatives: Sentry and Datadog. Meaning, to swap from these two platforms, only a configuration change is needed (e.g., DSN, auth keys).
### How does it work?
It uses the Sentry SDK and Datadog agent for ingestion. Simply point these at Moneat's ingestion.
### How's the installation?
There's a 3 minute installer that walks the user through the process, or a docker compose for power users.
### Why did you build this?
Like most
negative PhotoPrism github source
fix: api key references exist in internal/commands/c... in connect.go
themes: Mobile app · rating: · relevance: 1
## Summary
Fix critical severity security issue in `internal/commands/connect.go`.
## Vulnerability
| Field | Value |
|-------|-------|
| **ID** | V-001 |
| **Severity** | CRITICAL |
| **Scanner** | multi_agent_ai |
| **Rule** | `V-001` |
| **File** | `internal/commands/connect.go:28` |
**Description**: API key references exist in internal/commands/connect.go:28 and internal/service/hub/feedback.go:25. If these keys are hardcoded as string literals rather than loaded from environment variables or a secrets manager at runtime, any party with read access to the repository or its history can extract and misuse them. Test file feedback_test.go:30 also references an API key, which in test files
negative Nextcloud Memories github source
Unique constraint violation in database when existing images get updated
themes: Mobile app · rating: · relevance: 1
### Describe the bug
When opening the timeline after one ore more images got updated since the last time when timeline was opened, it can happen, that there is a constraint violation in the database. It seems, Memories tries to update the previews for the updated images and does not realize, that the they already exists.
URL called:
```
https://nextcloud.0x0c.de/apps/memories/api/image/preview/3344889?c=af856724820ece2361120a8204464b3e&x=340&y=340&a=1
```
Error message:
```
An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '3344889-467-256-6-0--1' for key 'previews_file_uniq_idx'
```
### Steps To Reproduce
1. Upload mu
negative Pixieset app_store source
I like Acuity much better
themes: Mobile app · rating: 2 · relevance: 1
I used Acuity for years but decided to switch to Pixieset since I used them for my gallery delivery and website but this transition has not been easy. I’ve had many successful transactions go through and still don’t have access to use the Instant Payout feature. The calendar, projects and sessions are organized messier than acuity. I have to use an integrated Google calendar to print the actual calendar and it’s not as seamless as Acuity when referencing questionnaires and viewing appointment info. I end up having to open up studio manager in several tabs on my laptop to be able to easily see everything. It’s just not as simply organized as Acuity. So much so that I’ve continued to pay Acui
negative Synology Photos app_store source
Brutally slow thumbnail generation
themes: Mobile app · rating: 2 · relevance: 0.9
I have many years of photos backed up on my Synology NAS and unlike Apple Photos which instantly generates thumbnails the Synology app is BRUTALLY, UNACCEPTABLY slow to generate thumbnails for years past. It's just awful.
It's good for backing up but wow.
negative Pic-Time app_store source
Why is upload limited to photos app?
themes: Mobile app · rating: 2 · relevance: 1
It seems very odd to me that the only way to upload photos on the iPad using the app is through the Photos app and that you can’t use the Files app to get the photos into your Pic-Time Gallery. Also, getting Help through the app is slow and ridiculous. If you’re question doesn’t fit the 2 to 3 options the AI bought wants to give you.
negative Zenfolio app_store source
Annoying App
themes: Mobile app · rating: 2 · relevance: 0.95
App has been downloaded for years and I still have to open from app store when I receive a link from the photographer. Super glitchy. I see other people's photos instead of mine.
negative Ente Photos github source
Ente Auth doesn't show the input password field and just show a spinner
themes: Mobile app · rating: · relevance: 1
### Description
So, I've been having problem with Ente Auth for a while now, it happened after I update the App but also probably because I updated my distro as well, but weirdly enough, the old version app on the updated system was fine, until i reboot and it no longer works.
Basically, latest AppImage version won't open, but older version does open, but with no way of unlocking the vault (no password prompt).
For the first problem basically the AppImage version failed to mount some file into the /tmp folder or something.
While the latest version from AUR or the much older version of AppImage (4.4.12 and below) does open just fine but with no way of unlocking the vault.
<img width="
negative LibrePhotos github source
Demo Sites In accessible
themes: Mobile app · rating: · relevance: 1
# 🛑 Before you create an issue make sure that:
- Your issue is **strictly related to LibrePhotos** itself. Questions about setting up a reverse proxy belong in what ever reverse proxy you are using.
- You have read the [documentation](https://docs.librephotos.com) thoroughly.
- You have searched for a similar issue among all the former issues (even closed ones).
- You have tried to replicate the issue with a clean install of the project.
- You have asked for help on our Discord server [LibrePhotos](https://discord.gg/xwRvtSDGWb) if your issue involves general "how to" questions
**When Submitting please remove every thing above this line**
# 🐛 Bug Report
* [ ] 📁 I've Included a ZIP file
negative PiGallery2 github source
Can't limit visible folders to users via Allow query
themes: Mobile app · rating: · relevance: 1
---------------------------------------------------------------------------------
**Describe the bug**
I'm trying to create a user that only has access to two folders, and I'm doing so via the `Allow query` option in the user details, specifying the query like this: `directory:Games or directory:Shows`. Upon trying to log in with that user, the images don't load, and I can see a SQL error saying that the column "directory.path" doesn't exist. I'm using mysql, but that happens with sqlite too.
The query works as normal in the query input box at the top of the page.
**Screenshots (optional)**
shot of the user configuration:
<img width="793" height="653" alt="Image" src="https://github
negative Capture One app_store source
big mistake on my part
themes: Mobile app · rating: 1 · relevance: 1
After reading reviews was excited to try Capture One but extremely disappointed with experience. Ended up with two different Z7II tethered connections during a 1-day 4 location and different lighting environment shoot. Ended up having to import 352 images. Capture One AI did a very poor improvement to images. When I imported the images into Lightroom Classic the improvements were what I expected. Trying to cancel the trial continues to be difficult and I’m 5 days into the trial. No phone support for billing to talk with a real person. No AI chat support. Just an insert your email to log into account to cancel window when I am already in the mobile app. If I try from web Capture One said it
negative PhotoPrism github source
UX: Country & Time Zone selects close immediately after activation
themes: Mobile app · 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 LibrePhotos github source
Update mobile dependencies
themes: Mobile app · 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 |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.24.9` → `7.29.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.24.9/7.29.0) |  |  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 SmugMug app_store source
Fix the downloads
themes: Mobile app · rating: 2 · relevance: 1
The app continues to be bugging and I’m a long time customer of smugmug. I like to download my photos from the app for IG. Sometimes I’ll
Download each one and my camera roll has the same picture 20 times. I have to log out and log back in each photo. Nearing the end of my smugmug relationship if it is t fixed sooner than later. Should also cancel Flickr as well since they own both now.
negative Immich github source
[Bug] Bulk upload to shared album from mobile browser doesn't work
themes: Mobile app · 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 tried to upload 26 assets to a shared album from my phone browser. It doesn't work. I'm sure this is specific to this. What I've tried:
On computer web browser:
own gallery:
single asset upload: OK
30 asset upload: OK
shared gallery:
single asset upload: OK
30 asset upload: OK
On mobile web browser:
own gallery:
single asset upload: OK
30 asset upload: OK
shared gallery:
single asset upload: OK
30 asset upload: KO
Clicking
negative Synology Photos app_store source
No HDR10 support in 2026 seriously?
themes: Mobile app · rating: 2 · relevance: 0.9
The app is great but it doesn't support HDR10 for viewing photos in 2026. This is a bit redoculous since almost every phone since 2014 has taken HDR10 Photos and then you can't even view them in HDR but yet the videos play in HDR.
negative Capture One app_store source
Not worth its price
themes: Mobile app · rating: 2 · relevance: 1
Premium price for an app that is not optimized for an iPad. Batch editing takes forever and the for export you have to sacrifice lots of detail just to get a manageable sized file. If you want good detail the jpeg exports are 30 MP plus . I was trying to leave adobe but it’s hard when the alternative is this bad.
negative Format reddit source
My Client Contract
themes: Mobile app · 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 PhotoStructure github source
Bump fast-xml-parser from 5.3.3 to 5.5.7
themes: Mobile app · rating: · relevance: 1
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.3 to 5.5.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/NaturalIntelligence/fast-xml-parser/releases">fast-xml-parser's releases</a>.</em></p>
<blockquote>
<h2>fix bugs of entity parsing and value parsing</h2>
<p>fix: entity expansion limits
update strnum package to 2.2.0</p>
<h2>fix entity expansion and incorrect replacement and performance</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/NaturalIntelligence/fast-xml-parse
negative Immich github source
"Assets cannot be added to the album" error when adding partner photos to an album from timeline (web only)
themes: Mobile app · 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: Mobile app · 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 Format reddit source
LIA - Open Source personnal AI assistant
themes: Mobile app · rating: · relevance: 1
[https://lia.jeyswork.com/](https://lia.jeyswork.com/)
[https://github.com/jgouviergmail/LIA-Assistant](https://github.com/jgouviergmail/LIA-Assistant)
# Why LIA exists
LIA exists because I think we lack an AI assistant that is truly yours. Simple to administer day-to-day. Shareable with your loved ones, each with their own emotional relationship. Hosted on your server. Transparent about every decision and every cost. Capable of an emotional depth that commercial assistants don't offer. Reliable in production. And open — open on providers, standards, and code.
# What LIA does not claim to be
LIA is not a competitor to cloud giants and does not claim to rival their research budgets. As
negative Damselfly github source
Bump electron from 20.0.0 to 39.8.4 in /Damselfly.Desktop
themes: Mobile app · rating: · relevance: 1
Bumps [electron](https://github.com/electron/electron) from 20.0.0 to 39.8.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p>
<blockquote>
<h2>electron v39.8.4</h2>
<h1>Release Notes for v39.8.4</h1>
<h2>Fixes</h2>
<ul>
<li>Fixed an issue where <code>nodeIntegrationInWorker</code> overrides in <code>setWindowOpenHandler</code> were not honored for child windows sharing a renderer process with their opener. <a href="https://redirect.github.com/electron/elec
negative Immich github source
ROCm ML image crashes (SIGSEGV) on AMD Phoenix iGPU (gfx1103) with MIGraphXExecutionProvider
themes: Mobile app · 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 Synology Photos app_store source
Please fix the issue
themes: Mobile app · rating: 2 · relevance: 0.9
App has bugs. Several items left in my album that could not be backed up.
negative Capture One app_store source
Issue
themes: Mobile app · rating: 1 · relevance: 1
It doesn’t allow me to download files or my images to iPad capture one
negative Immich reddit source
Fewshell: a self-hosted mobile AI terminal to assist with your self-hosted infrastructure
themes: Mobile app · rating: · relevance: 1
tl;dr Fewshell is a "Sysadmin in your pocket" with strong safety and security defaults to allow safe AI assist.
100% free and open source.
[https://github.com/few-sh/fewshell](https://github.com/few-sh/fewshell)
Available on the iOS App store, MacOS, Linux, (Android and Windows also coming soon).
Features:
\- Secrets manager and secrets redaction to prevent leaking sensitive information to LLMs.
\- Strong Security defaults: SSH is mandatory to access remote systems.
\- Support for self-hosted models as well as frontier LLM providers.
\- Human-gated safety approach: no command runs without human approval.
\- Multiple projects, sessions, full context visible to the LLM to help yo
negative Ente Photos github source
Linux AppImage not working
themes: Mobile app · rating: · relevance: 1
### Description
The x64 AppImage desktop app compiled for linux doesnt launch
### Version
_No response_
### What product are you using?
Ente Auth
### What platform are you using?
Desktop - Linux
negative HomeGallery github source
build(deps): bump sharp from 0.32.6 to 0.34.5
themes: Mobile app · rating: · relevance: 1
Bumps [sharp](https://github.com/lovell/sharp) from 0.32.6 to 0.34.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/lovell/sharp/releases">sharp's releases</a>.</em></p>
<blockquote>
<h2>v0.34.5</h2>
<ul>
<li>
<p>Upgrade to libvips v8.17.3 for upstream bug fixes.</p>
</li>
<li>
<p>Add experimental support for prebuilt Linux RISC-V 64-bit binaries.</p>
</li>
<li>
<p>Support building from source with npm v12+, deprecate <code>--build-from-source</code> flag.
<a href="https://redirect.github.com/love
negative SmugMug app_store source
Clunky
themes: Mobile app · rating: 1 · relevance: 1
I love smugmug but hate your app. The app is so clunky. Every single time I use the app, the app blanks out and I lose where I was looking. Your app is awful.
negative SmugMug app_store source
Keeps crashing
themes: Mobile app · rating: 2 · relevance: 1
I can’t open the app to run more than a few minutes when it crashes. Even with the app updated. Very sad face :(
negative Synology Photos app_store source
Can’t download to iPhone photo library
themes: Mobile app · rating: 1 · relevance: 0.9
Can’t easily download to photo library or other apps for editing.
negative Synology Photos app_store source
Sort of Works Sometimes?
themes: Mobile app · rating: 1 · relevance: 0.9
This app is so bad.
1. Log in was confusing and the error messages were unhelpful. Took a second to even get in.
2. All my photos were already loaded (imported from elsewhere to my NAS) yet they load very slowly.
3. Ever since initial setup, I’ve been unlucky and haven’t been able to get the app to work since. Only the few thumbnails that were generated at the start are still visible.
4. Yet, even though it’s clearly not working, the app gives me no status on the actual sync / loading state. Just perpetual loads.
I’m thankful I’m not trusting this thing to back up the photos I take on my phone (like I said, I’m mostly using this as a viewer) because wow is it unreliable.
Unfortunate that’
negative Synology Photos app_store source
Pin input creates more popular than windows 95 errors
themes: Mobile app · rating: 2 · relevance: 0.9
When I open the app, it just pops up the PIN code dozens of times. It’s like it’s trying to convince me I don’t know my PIN code, but when I shut down the app and reopen, the PIN code works… until I let it run in the background again. It’s great that this syncs with my nas when it actually works, but the user experience for syncing this makes me want to just delete the app and just use iCloud.
negative Pic-Time app_store source
New update isn’t working
themes: Mobile app · rating: 1 · relevance: 1
App no longer works Feb 16, 2026 after update. Please fix!
negative Synology Photos app_store source
Very slow and bad at face recognition
themes: Mobile app · rating: 1 · relevance: 0.9
Needs to be worked up, or just let us contribute to this app
negative Synology Photos app_store source
Trash
themes: Mobile app · rating: 1 · relevance: 0.9
Works sometimes. Usually, you just sit with the app open, waiting for the ONE photo you uploaded to your NAS to appear in the folder you’re browsing. I will definitely be looking at another brand of NAS when it’s time for an upgrade.
negative Immich reddit source
Trying to decide low maintenance replacement for google photos and need some opinions
themes: Mobile app · rating: · relevance: 1
Hey, I just had a wee one and want to move off google photos soon for privacy reasons, but also to have a little more control over my photos. Hoping for some opinions and/or experience with some setups.
All I would like really is photo backup from 2 phones, ability to create albums, and the solution being robust and not too might maintenance. Everything else is an added bonus.
Currently I have a pibox for a NAS with 2 x 2tb drives - one with SMB share and the other one for backups (yes, it's not 3-2-1 for now). It's small, quiet, with debian and ansible + docker compose management. CM4 module though only has 8GB flash storage, so I might need to use one of the drives for the OS if I want t
negative Ente Photos app_store source
crashes constantly
themes: Mobile app · rating: 1 · relevance: 0.9
iOS app crashes when searching and selecting photos on both my and my partner's iPhone.
negative Capture One app_store source
Incomplete
themes: Mobile app · rating: 1 · relevance: 1
The app is lacking a few important features. No color grading wheels for Shadows/Midtones/Highlights, mind you this is present in lightroom which is free. One thing that is maddening is the fact that the when you place a point down on any curve it doesn't automatically snap but assumes you have pixel perfect touch capabilities (nonexistent). The curve tool just needs to be reworked because apart from from that it locks if you tap outside of the box when dealing with with the most left/eight points. Its incredibly unrealistic to assume that on such a tiny device such as a phone you can have that level of precision with your finger.
Whoever designed the curves and decided it was a good idea t
negative PiGallery2 github source
Install extensions error
themes: Mobile app · rating: · relevance: 1
**Note:** Please always try reproducing the issue on the `:edge` build. There is a chance that it was already fixed. If it's an UI issue, you can try reporducing it on the [demo page](https://pigallery2.onrender.com/).
----------------------------------------------------------------------------------
**Describe the bug**
Attempt to install any of the extensions made available in the UI fails with the following errors:
```
{"log":"1/27/2026, 8:22:59 PM[\u001b[35mSILLY\u001b[0m][ExtensionManager] Downloading extension from https://github.com/bpatrik/pigallery2-sample-extension/archive/refs/heads/main.zip to /app/data/config/extensions/sample-extension.zip\n","stream":"stdout","time":"2026
negative SmugMug app_store source
Unnecessary
themes: Mobile app · rating: 1 · relevance: 1
this app has fewer features than the desktop version. If the browser version didn't keep bugging you to download the app when you are using a tablet, I would never have done it. It's unnecessary and has fewer features (you can't move photos within a folder) then the browser version. Waste of time.
negative Synology Photos app_store source
Broken and unstable
themes: Mobile app · rating: 2 · relevance: 0.9
This app resulted in my iphone becoming unstable when I entered “Focused Backup” mode. Not only did it result in messing with my apple accounts and apple watch, it also resulted in various issues that i’m finding out as I use my phone. Some of my contact names were removed and some phone started going out of sync with my Apple ID and account. Overall, it was a clumsy mode and I wish I would’ve done my first backup by moving all my pictures out of the phone and from a laptop instead of using this app.
negative Immich app_store source
Slow with poor backups
themes: Mobile app · rating: 2 · relevance: 1
Honestly? I reallllly want to love this app as it has all the features I want and more. But its boarder line unusable and slow. The backup function is broken (which is an iOS issue apparently) and images load incredibly slowly even when in LAN. It also somehow uploads videos corrupted (only a few, and not sure why). It’s got a lot going for it, but just feels unstable and buggy.
negative Immich app_store source
Broken
themes: Mobile app · rating: 2 · relevance: 1
Backup stuck at ~40%. Many users reporting this problem in forums since mid-2025. Basically, the app tries uploading a file, sees that there is already a file on the server with this name, then just stops trying to backup any files altogether. Unfortunately, there does not seem to be a working solution. So, it’s scrap until this gets fixed. Sigh. I had such high hopes for this app, but this bug makes it worthless
negative PhotoPrism reddit source
Pic-O: A simple, self-hosted photo gallery (looking for feedback)
themes: Mobile app · rating: · relevance: 1
https://preview.redd.it/q3lwlfhubjbg1.png?width=4000&format=png&auto=webp&s=ba1a6b88dfc03bdce4b1a3353cb852c005d6c027
In the past period I have developed Pic-O, a lightweight self-hosted photo gallery focused on simplicity and core features required to expose photos.
[https://github.com/Xirt/Pic-O](https://github.com/Xirt/Pic-O)
I created the application as I ran into issues (not able to handle large photo archives gracefully) and / or functional limitations with other software like Synology Photo Station, Synology Moments, Photoview and PhotoPrism. Pic-O aims to provide the following:
* Clean, modern & simple photo albums
* Optional authentication and shareable links
* Mo
negative Immich app_store source
iOS app is, mostly, unusable
themes: Mobile app · rating: 2 · relevance: 1
This review is specific to the mobile app only. Immich otherwise is superb.
As a new user (Nov) I’m hoping the capability of the mobile app will eventually become as reliable as the web app. I’m not looking for it to be as full featured….I just want it to work. By this I mean properly sync with the server, perform uploads reliably, widget performance, UI fluidity. This is essential if I’m going to get buy-in from the family. Thank you.
negative Pixieset app_store source
Not Available on my brand new Ipad.
themes: Mobile app · rating: 2 · relevance: 1
I only bought n Ipad because the Pixieset mobile is so hard to navgate ad create a website without a “desktop” I figured, “let me buy an Ipad so I can create a website and really MAXIMIZE my business.” Come to find out, I cant download the app on my brand new ipad. How frustrating.
negative SmugMug app_store source
Love SmugMug Hate the App
themes: Mobile app · rating: 1 · relevance: 1
I have used SmugMug to store my photos for 15+ years. The app is the worst though. It randomly shuts down every time I use it.
negative Pic-Time app_store source
App crashing
themes: Mobile app · rating: 2 · relevance: 1
I am constantly having to log back into my account even if I’ve just used it moments ago. It will make me do two email verifications within 30 minutes of already doing it. Extremely annoying!
negative SmugMug app_store source
Can’t upload pictures from my phone anymore
themes: Mobile app · rating: 1 · relevance: 1
There’s obviously a problem with SmugMug uploading
negative Lychee github source
Pinning albums is delayed
themes: Mobile app · rating: · relevance: 1
### Discussed in https://github.com/LycheeOrg/Lychee/discussions/3862
<div type='discussions-op-text'>
<sup>Originally posted by **hampoelz** December 10, 2025</sup>
### Lychee version
v6.10.3
### Did you check the latest Lychee version?
Yes, I did
### Which PHP version are you using?
PHP 8.4
### Detailed description of the problem
When I pin or unpin albums, it takes several minutes for the change to become visible. I think this is due to the cache functionality I've enabled - because after I manually flush the cache and reload the page, the change becomes visible immediately.
I think the cache should be updated automatically in this case. Especially if you do
negative SmugMug app_store source
Quite unstable these days
themes: Mobile app · rating: 2 · relevance: 1
I get constant app crashes after a few minutes, likely related to autoload, which has not been successful for me recently, possibly in conjunction with iOS 26 (iOS 26.1, iPhone 16)
Update: same issue persists several versions later.
negative Immich app_store source
Background upload does not work
themes: Mobile app · rating: 1 · relevance: 1
I like the app and the software, but the lack of background upload is a dealbreaker. I don’t know what kind of magic Google does, but their app works fine in background.
negative SmugMug app_store source
iPhone app has never worked
themes: Mobile app · rating: 1 · relevance: 1
I don’t know how many times I have contacted the support and how many times I have written a review but this app just doesn’t work for me. Every time I go to auto upload, it shows 11,539 photos and I left it on over night on a charger with the app open but still in the morning the same number was showing. I have logged out and logged back in which by itself isn’t working properly. I don’t know how the testing works at this company. I have the latest iOS with the 16 pro max and the latest app version. HELP!
negative SmugMug app_store source
App is crashing
themes: Mobile app · rating: 1 · relevance: 1
The app keeps on crashing and not able to use.
negative Format reddit source
Questions about performing the admin account reset
themes: Mobile app · rating: · relevance: 1
My dad set up a DS220+ a while ago. He passed away around 3 years ago, so I can't access his account or the admin account. As far as I know there's multiple accounts with varying access levels to the data on the drives. I have access to a limited amount of data on my account, but I want to view everything on there. I can't seem to figure out the admin password and my mom doesn't know the password to it. I know there's a method to resetting the admin account, but it's on DSM 7.0.1 and I'm worried that the drives are encrypted and I'll lose access to them by performing the reset.
According to [this link on Synology's website](https://kb.synology.com/en-my/DSM/tutorial/How_to_reset_my_Synology
negative SmugMug app_store source
No more uploading
themes: Mobile app · rating: 1 · relevance: 1
Uploads stopped working from the app after one of the revisions.
negative SmugMug app_store source
Great design frustrating to use
themes: Mobile app · rating: 2 · relevance: 1
The app is well-designed, but performance has been an issue for years. Scrolling through large libraries often causes it to hang, and you frequently lose your place and have to start over. Search is also limited — it can’t recognize photo types on its own and requires manual tagging for any reliable results.
negative Capture One app_store source
Years Behind the Competition
themes: Mobile app · rating: 2 · relevance: 1
There are so many things missing that Lightroom Mobile has, yet this is twice the price (at least the monthly subscription). No color grading, no heal/clone, a weird way to have to switch between your mask screen (which doesn’t have mask by color), and other things that LR mobile has. Even the ai retouching is weak compared to others. This is actually slower than LR too. The Capture One desktop app is incredibly good; this is incredibly disappointing. At least I’m only out about $11. Lesson learned.
negative SmugMug app_store source
Slow Loading
themes: Mobile app · rating: 2 · relevance: 1
I’ve had this app and paid for a yearly subscription for close to 10 years and it is extremely slow to load now painfully slow
negative SmugMug app_store source
Random blocking of photos.
themes: Mobile app · rating: 1 · relevance: 1
SmugMug has control of your galleries apparently and blocks a series of photos in each of them for some unknown reason. The photos can be unblocked and shown but it’s a time consuming and annoying process.
negative Synology Photos app_store source
Shared space not visible IOS 26
themes: Mobile app · rating: 1 · relevance: 0.9
I am having same issues like others reported, not being able to view shared space. After hrs of troubleshooting on my own . I figured out when you click on personal space if you click right under the line you can access shared space. Seems like you needs updating. Horrible, spent hrs troubleshooting.
negative Synology Photos app_store source
Photos lost?
themes: Mobile app · rating: 1 · relevance: 0.9
I have been synching photos to Synology drives for a while. After recent updates, I just can’t see the photos that are not available on my phone! The whole point of using this app is lost if I can’t find photos synched to the private cloud. Please fix this.
negative SmugMug app_store source
Settings missing, auto upload unreliable
themes: Mobile app · rating: 2 · relevance: 1
I’ve had an account for years. As things have become increasing more mobile and this service way more expensive, I would have expected the app to keep up. It hasn’t. At this time auto upload doesn’t work at all, even when the app open. When it does work it’s inconsistent at best. I like SmugMug but this is really frustrating.
negative SmugMug app_store source
Crash
themes: Mobile app · rating: 1 · relevance: 1
This app either locks up or crashes as soon as I start to use it to navigate my galleries or folders.
I can’t access my entire website to see full sales info or any other part of the business side.
negative PhotoPrism reddit source
Replacing HDD on old desktop pcs
themes: Mobile app · rating: · relevance: 1
Hello,
I was looking into methods to upgrade from my laptop + external usb enclosure so i can stop with the drives going above 70c & possibly the usb controller dying someday. I decided to look into repurposing old desktop pcs that have a lot of drive bays for the budget route. currently looking at the antec 1100 & CM 310. however, there are a few things i need to clarify in case i am limiting my options.
the purpose of the nas is mostly for general storage, image recognition using immich or photoprism (most likely using a gpu & intending to disable after initial) & maybe a little homelab
1. there are exposed & hidden variants. I wanted to ask if there is an issue with
negative Immich reddit source
Replacing HDD on old desktop pcs
themes: Mobile app · rating: · relevance: 1
Hello,
I was looking into methods to upgrade from my laptop + external usb enclosure so i can stop with the drives going above 70c & possibly the usb controller dying someday. I decided to look into repurposing old desktop pcs that have a lot of drive bays for the budget route. currently looking at the antec 1100 & CM 310. however, there are a few things i need to clarify in case i am limiting my options.
the purpose of the nas is mostly for general storage, image recognition using immich or photoprism (most likely using a gpu & intending to disable after initial) & maybe a little homelab
1. there are exposed & hidden variants. I wanted to ask if there is an issue with
negative Immich app_store source
Backup doesn’t work after app update
themes: Mobile app · rating: 1 · relevance: 1
Isn’t the point is to backup your photos, but with the latest update it doesn’t see the backed up photos. Can’t even upload new photos as it’s unable to sync, feels like a waste of time.
negative Pic-Time app_store source
Log-in issues
themes: Mobile app · rating: 1 · relevance: 1
I hate the two factor authentication is via email and no matter what you do, you aren’t able to login to the app anymore
negative Synology Photos app_store source
okay but needs to be better
themes: Mobile app · rating: 2 · relevance: 0.9
For a NAS brand who's reputation is built on software first and foremost, this app does not live up to that lofty reputation.
It does the basics well enough, and i trust it to back up my photos, but:
1. This level of UI jank should not be acceptable in a first party app.
2. Smart search is a critical function. And almost every other app, especially Immich, are LIGHTYEARS ahead.
For jank, I'll get specific. When you scroll up, the date/location tab and the photos header descend down at fixed rates not matching the movement of your finger. Bad UX decision, and made worse by fact that they descend at *different* rates. So the photos header reveals a sliver of your photos above the location ta
negative Ente Photos app_store source
Seems nice but disappointed
themes: Mobile app · rating: 2 · relevance: 0.9
It prompts for you to buy more storage even though the storage isn’t full. It gives you 10GB free which is okay. It filled up to 10.03GB pretty quickly so you make space I deleted over an hours worth of videos from the ente folder (not the “on device folder)” and it still says it’s at 10.03GB even though it hasn’t backed up anything else. Yes, I went to the trash folder to make sure to permanently delete. Same result. I already have an external hard drive so I’m not overly pressed about buying more storage. The $2.99 seems reasonable enough, I just don’t like feeling like I’m being played or lied to over it. There’s no way the forage hasn’t budged after that delete. It’s that reason why I’m
negative Synology Photos app_store source
Won’t save photos
themes: Mobile app · rating: 2 · relevance: 0.9
It just keeps on not saving any of the photos from the photo app to this one
negative Immich github source
[iOS] SqliteException(2067): UNIQUE constraint failed in remote_asset_entity during sync
themes: Mobile app · 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
**Description**
When using Immich iOS client (iPhone 13 Pro, iOS 17/18), the app crashes with a SQLite UNIQUE constraint error during sync.
**Steps to Reproduce**
1. Upgrade server to v1.144.1.
2. Open Immich iOS mobile app.
3. Let sync run with existing assets.
4. Error appears in logs:
SqliteException(2067): while executing statement, UNIQUE constraint failed: remote_asset_entity.owner_id, remote_asset_entity.checksum
Causing statement: INSERT INTO "remote_asset_entity" ...
5. Resetting the mobile DB (deleting & reinstalling app) DOES NOT work.
**Exp
negative Immich app_store source
Terrible Photo Backup App
themes: Mobile app · 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 Zenfolio app_store source
Needs to be updated
themes: Mobile app · rating: 2 · relevance: 0.95
Please update this app it would be also great if zenfolio had and app too
negative Capture One app_store source
Great produce - drastic price increases after trial
themes: Mobile app · rating: 2 · relevance: 1
I used C1 on my iPad for the free trial. I decided to pay for the app and now it’s saying the fee is $10.99 a month!!
What happened to $4.99/mo?!
negative SmugMug app_store source
One Star
themes: Mobile app · rating: 1 · relevance: 1
Really great app prob 5 stars but it won’t stop pestering me to rate so it gets one star.
negative Synology Photos app_store source
Bad experience on Apple TV
themes: Mobile app · rating: 2 · relevance: 0.9
Building on the relatively stable experience on my phone, I recently tried using Apple TV. The interface looks good, and browsing photos works fine. However, when I played 4K videos shot on my phone and DJI, it would freeze every few seconds, sometimes for more than 5 seconds. I didn't encounter this problem on my phone. My phone and Apple TV are accessing the NAS on the same network, so it's not a network speed issue. I think the TV version doesn't solve the problem of decoding high-quality videos.
negative Synology Photos app_store source
Slow and crashes a lot
themes: Mobile app · rating: 2 · relevance: 0.9
App closes a lot / crashes as I’m trying to back up photos. Very sluggish
negative Damselfly github source
Bump electron from 20.0.0 to 35.7.5 in /Damselfly.Desktop
themes: Mobile app · rating: · relevance: 1
Bumps [electron](https://github.com/electron/electron) from 20.0.0 to 35.7.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p>
<blockquote>
<h2>electron v35.7.5</h2>
<h1>Release Notes for v35.7.5</h1>
<blockquote>
<p>[!WARNING]
Electron 35.x.y has reached end-of-support as per the project's <a href="https://www.electronjs.org/docs/latest/tutorial/electron-timelines#version-support-policy">support policy</a>. Developers and applications are encouraged to upgrade to a newer version of
negative SmugMug app_store source
Whoa! Fully Behind!
themes: Mobile app · rating: 1 · relevance: 1
Unbelievably terrible how woefully behind this company is on their UI for iOS. Abysmally awful, inconsistent, and makes me want to cancel altogether with the company outright and host everything elsewhere painstaking as that may be. Reminds me of Adobe, and how much they also hate the creative community in deed, but not sales marketing.
negative Synology Photos app_store source
Good. Hopeful you can turn this into something amazing
themes: Mobile app · 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 Nextcloud Memories github source
Managed Servers and the ffmpeg Problem
themes: Mobile app · rating: · relevance: 1
**Is your feature request related to a problem? Please describe.**
Managed Nextcloud servers do not allow you to install ffmpeg, which makes it impossible to create thumbnails for videos. This makes the gallery only half as enjoyable.
**Describe the solution you'd like**
The Les Pas app (https://github.com/scubajeff/lespas) has solved this problem quite well by rendering the missing thumbnails locally. (Unfortunately, I didn't like the app at all, unlike Memories.)
**Additional context**
Congratulations on the app. I'm thrilled with how smoothly everything runs. :)
negative Synology Photos app_store source
Nothing but issues
themes: Mobile app · rating: 1 · relevance: 0.9
1. The app keeps logging me out saying and then I have to log back in and setup my backups again and let that run
2.. anytime I create a new shared album I have to log out of the app for it to show up. Again having to step my back ups etc
3. I use my nas for storage of my family and they have the same issues and since their accounts is on dual factor they constantly have to check the app to see if things are backing up. They get logged out of the app even when it’s remember my device it still prompts for dual factor.
negative CloudSpot app_store source
CANT UPLOAD EXISTING PHOTOS!
themes: Mobile app · rating: 1 · relevance: 0.9
it’s a great app, but you can only save photos to the app by using the app itself. you can’t upload previously taken photos. very disappointing.
negative Immich github source
iOS does nothing when upload bunch of media files on Safari mobile browser
themes: Mobile app · 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 Synology Photos app_store source
Buggy
themes: Mobile app · rating: 2 · relevance: 0.9
Normally, the app works but recently it will no longer allow me to put in the security code. Help.
negative CloudSpot app_store source
Downloaded for previous Photos
themes: Mobile app · rating: 2 · relevance: 0.9
I saw this app mentioned in a Reddit post about clouds and love collecting apps to identify aspects of the natural world, but was severely disappointed to realize that I cannot upload already existing photos onto the app to identify clouds on. I live in an area with a semi-common occurrence of Asperitas clouds, and wanted to document the times I’ve caught it on camera. However, I cannot do that as I can’t upload old pictures. Very disappointing and I guess I’ll just delete the app because I have little use for it in the summer.
negative SmugMug app_store source
App crashes all the time
themes: Mobile app · rating: 2 · relevance: 1
This app crashes all the time.
negative Synology Photos app_store source
Upload does not work on iPhone 12 max
themes: Mobile app · rating: 1 · relevance: 0.9
Just says xxx items to be detected and hangs forever …
negative Capture One app_store source
Horrible experience
themes: Mobile app · rating: 1 · relevance: 1
Capture One has completely lost my respect. You can’t even buy the Pro version for mobile — they force you into a monthly subscription with no one-time payment option. It’s a greedy, cash-grab move that shows zero respect for their users, especially mobile photographers. Absolutely unacceptable for a so-called “professional” platform. To make it worse, their customer service is useless — no responses, no help, nothing. I would give this app zero stars if I could. Save your money and time — there are way better apps that don’t scam you like this.
negative Ente Photos app_store source
Buggy
themes: Mobile app · rating: 2 · relevance: 0.9
I love that this app is a good alternative to google or amazon photos. It has end to end encryption. Though this app is very buggy, frequently randomly closing or marking my daily spotlights as invited after they were reviewed.
negative Zenphoto github source
Problem with table repair
themes: Mobile app · rating: · relevance: 1
After setup I can see this warning:
> Warning: the options table appears not to have a proper UNIQUE key. There are probably duplicate entries in the table which can cause unpredictable behavior. This can normally be corrected by creating a Zenphoto backup, dropping the table, running setup to restore the table, and then restoring from the backup. Note, however, that the duplicate entries will be lost.
So I tried to do those steps, but I can't run the setup without having the options table because it won't let me accept the terms and conditions:
<img width="1728" alt="Image" src="https://github.com/user-attachments/assets/5f204dd3-b401-4abd-ae28-75b65f863f88" />
The code has:
`
negative CloudSpot app_store source
Can’t submit photos easily
themes: Mobile app · rating: 2 · relevance: 0.9
This app used to be amazing but it no longer allows you to submit photos taken earlier or with another camera this means if you have a professional camera or even if you want to use the camera settings on your phone, you can’t. You are required to take the photo within the app, which gives you more limited camera functions, and categorize the cloud in that moment. This transition happened without warning while I was traveling internationally. I was disappointed when I returned home that I couldn’t upload any of my cloud photos from my trip.
negative Zenfolio app_store source
App needs work
themes: Mobile app · rating: 1 · relevance: 0.95
You can’t access your pictures and had to delete the app and lost all my pictures. Needs the bugs worked out. To get a better rating.
negative PhotoShelter app_store source
Couldn’t rate it low enough
themes: Mobile app · 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: Mobile app · 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 Pixieset app_store source
Doesn’t let Roy view Galleries
themes: Mobile app · rating: 2 · relevance: 1
It’s so disappointing that I can’t view my clients galleries and activities on the app. If anything, Pixieset is attempting to be more like HoneyBook.
negative Ente Photos app_store source
Constant crashing won’t stay open longer than a minute
themes: Mobile app · rating: 1 · relevance: 0.9
Good luck uploading photos when you have to baby this app to keep it open long enough to upload more than 10 at a time. I thought it would only be this unstable while uploading but even after finishing the app still won’t stay open longer than a minute. It’s a shame because this is the best alternative to G Photos but because of this crashing issue it’s totally unusable.
negative Capture One app_store source
No Skin Tone Tool!?
themes: Mobile app · rating: 2 · relevance: 1
Without the skin tone tool, this app is no better than any other mobile version of an editor. It’s just another plain Jane editor. You guys have unique tools that stand out from all the rest on a commercial and professional level, and the skin tone tool is one of those epic tools And it’s one of the main reasons why I still use capture one instead of exclusively using Lightroom. Do you guys need to understand that your validity is based on the unique tools that you guys offer and for iPad there’s plenty of power for you guys to be able to add that tool to the iPad version. Allow these professionals to really edit on the go otherwise I’m gonna have to stick with affinity photo.
negative Capture One app_store source
EVERYTHING IN MY CLOUD IS GONE!
themes: Mobile app · rating: 1 · relevance: 1
all of my work in past several months just magically disappeared within the app, but I have 15 GBs of data saved? I had big photoshoot 04/12 and then a few days later I go to start editing and everything within the app is gone, not a single photo just blank albums.
Things like this should have a customer service support to speak to but all we got is FAQs?
negative Capture One app_store source
Frustrating to use and no RGB levels
themes: Mobile app · rating: 2 · relevance: 1
Used the 7-day trial for just a couple of ours. Found the app frustrating to use. Had to restart my camera and/or the app to get it to connect.
The overall user experience was quite clunky. Buttons couldn’t be tapped often and the UI was a bit sluggish.
Biggest issue was the lack of RGB levels. In searching, I found a year-old thread in C1 forums, but alas, the feature is still not added making this a non-starter for me.
negative Photoview github source
No indexing despite images found
themes: Mobile app · rating: · relevance: 1
**Describe the bug**
When scanning folders, the folders are correctly indexed (as can be seen in the database) but no media is being indexed nor shown. In the log, it does show that images are found.
**To Reproduce**
Steps to reproduce the behavior:
1. Fresh installation
2. Start Scan
**Expected behavior**
Media should be indexed and thumbnails should be generated.
**Your environment:**
Image: photoreview:latest, in Docker on Synology NAS
- Are you using Docker? Yes
- Database: 1.7.2-MariaDB-ubu2404
- Browser: Chrome
-
**Additional context**
- Images are found, but there it stops: "/photos/2021/05 - May/20210520 - Ouwehands Dierenpark /photos/2021/05 - May, contains photo is true"
-
negative Ente Photos app_store source
Great App - Cheesy Icon
themes: Mobile app · rating: 2 · relevance: 0.9
I'm not a young guy, and I use exclusively high-end professional services. To have one of them change their icon from something that looked extremely professional to something that reminds me of a high school dating app is quite frustrating. They have allowed users to modify that icon on the mobile app, but the desktop app remains the same new cheesy dating interface.
negative Pic-Time app_store source
Horrible
themes: Mobile app · rating: 1 · relevance: 1
All the images don’t upload on safari and you can’t upload on the app…the web browser on your desktop is good that’s it
negative Capture One app_store source
Subscription Required
themes: Mobile app · rating: 1 · relevance: 1
This app is not tagged with in-app purchases. It will not work without a subscription.
negative Capture One app_store source
Wrong like Donkey Kong for Culling
themes: Mobile app · 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 Nextcloud Memories github source
Memories Android App: "failed to fetch" error message in home screen
themes: Mobile app · rating: · relevance: 1
### Describe the bug
Similar to issue https://github.com/pulsejet/memories/issues/1336#issue-2633325692
I've reset the app completely, deleting cache and storage. Nevertheless, after logging into my self-hosted instance and configuring the app, I'm greeted by a blank black "home" screen with the error message "failed to fetch". Force-closing and re-opening the app does not solve the issue.
However, my indexed and tagged categories are visible in the "explore" tab. I see all the people and tags that the "Recognize"-plugin running on the instance has discovered.
I'm running V1.12 of the android app installed via Droidify. I'm running Nextcloud 30.0.6 on Yunohost 12.0.11 with Debian 12.
negative Capture One app_store source
Completely broken
themes: Mobile app · rating: 1 · relevance: 1
The new update completely broke the app and the purchase screen just endlessly loops to the top of the screen and resets. Absolutely embarrassing that not a single dev checked this app before launching the update. Someone should be fired.
negative Capture One app_store source
Embarrassment
themes: Mobile app · rating: 1 · relevance: 0.7
This app will make you look bad in front of clients. Capture One has the audacity to charge its users every year with incomplete updates. They should be disgraced to not fix this.
negative Zenphoto github source
Database and storage pruning
themes: Mobile app · rating: · relevance: 1
Hi all, happy new year!
The websites I run (dualmonitorbackgrounds.com is the biggest one) get a lot of user registrations, but most users don't add images, and many are spammers. This causes a some problems:
- Each time someone adds a new account, it creates a folder in the `albums` folder, which means there are about 50k folders in there, but about 49k are empty
- It's almost impossible to load the user and group management pages, because even if the server ever completes the page load, the browser uses GBs of memory until it runs out. So if I want to change permissions I have to go into the code and find the enums and change it in the database directly 😆
- The SQL server uses a lot
negative Capture One app_store source
No sync between desktop
themes: Mobile app · rating: 1 · relevance: 1
No image library sync from desktop to mobile. What is this, 199? Get cloud. Dang. I can’t switch from Lightroom until this happens.
negative Pic-Time app_store source
Extremely buggy
themes: Mobile app · rating: 1 · relevance: 1
I always have issues logging in as I have two accounts I often have to switch between. There is no option to download web size vs high res. When downloading from app there is not gauge as to how many photos have already downloaded, how many there are left, if any have even downloaded, and when I go to check my camera roll to see if the download has worked it usually errors out and stops the download completely. So many issues. Pic-Time on my laptop from the web browser? Absolutely perfect. The Pic-Time app? Terrible and even worse since the update.
negative Pic-Time app_store source
Terrible app that never seems to work.
themes: Mobile app · rating: 1 · relevance: 1
I love Pic-Tim galleries but this app is worthless. It never loads, has a spinning wheel for 98% of the time it’s open, and it compresses images for downloads so much it greatly diminishes quality. Pic-Time needs to bag the app and WORK ON MAKING THE PHOTOG DASHBOARD MOBILE RESPONSIVE. Not sure how many of us need to keep repeating this over and over again, but I’ll just keep saying it until it finally happens.
negative PhotoPrism app_store source
Unable to connect to server
themes: Mobile app · rating: 1 · relevance: 0.9
I could connect to server using browser and go through images. The app didn’t work for me. I tried http:// , https:// and without any http. Tried Tailscale IP and local IP.
Didn’t work.
negative HomeGallery github source
Error gallery.config.yml does not exist, when running init
themes: Mobile app · rating: · relevance: 1
Hello, I spent a few mins trying your project via docker - docker-compose file here:
```yaml
---
volumes:
home-gallery: {}
services:
api:
image: xemle/home-gallery-api-server
environment:
- BACKEND=node
gallery:
image: xemle/home-gallery
entrypoint: ['node', '/app/gallery.js']
command: ['run', 'server']
environment:
- GALLERY_API_SERVER=http://localhost:3000
- GALLERY_API_SERVER_CONCURRENT=5
- GALLERY_API_SERVER_TIMEOUT=30
- GALLERY_OPEN_BROWSER=false
- GALLERY_WATCH_POLL_INTERVAL=300
volumes:
- home-gallery:/data
- /media/photos:/photos:ro
ports:
- 3000:3000
depends
negative PhotoPrism reddit source
[ Setup Review ] Old Laptop Home server
themes: Mobile app · 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 Pic-Time app_store source
Bad app
themes: Mobile app · rating: 1 · relevance: 1
I love pictime but the app is the most buggy app I’ve ever used. I’m constantly having to delete it and redownload it because it’s stuck in loading.
negative Capture One app_store source
Not worth subscription
themes: Mobile app · 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 Zenfolio app_store source
Terrible!
themes: Mobile app · rating: 1 · relevance: 0.95
I’ve honestly never seen a worse app
negative Capture One app_store source
Poor importing tools
themes: Mobile app · rating: 1 · relevance: 1
No way to search photo folders in iOS, imports partially or completely fail nearly every time. A pain.
negative Capture One app_store source
Opened first photo, app crashed
themes: Mobile app · rating: 1 · relevance: 1
Opened my first photo, the app immediately crashed.
I have an apple iPad. Cancelled.
negative PhotoPrism app_store source
Does not connect to PhotoPrism on trueNAS scale
themes: Mobile app · rating: 1 · relevance: 0.9
This app does not connect to PP. so you cannot upload photos.
negative Zenphoto github source
Issue with keywords/tags (accents, capitalization, duplication etc)
themes: Mobile app · rating: · relevance: 1
During testing of metadata import isses - I've found an issue with keywords/tags (tested with xmp-metadata plugin enabled and disabled)
Photo: https://demo.private-universe.net/other-formats/languages/spire-of-sveta-petera-baznica.jpg.html
As you can see - image has name of the city in keywords written in 3 languages: Riga, Rīga, Рига
Now with each metadata refresh for this photo - Rīga doesn't get imported into tags, but is listed in keywords, but another "Riga" is added as a separate tag

Tags in admin lists 34 instances of Riga and none of Rīga
 on my test site and 1.6.2a on live site.
Issue: when adding printRelatedItems with any parameters execution causes unexpected end of file for browsers.
On desktop browsers this is often forgiven and content is rendered regardless.
But on mobile - part of the page is not rendered which causes loss of functionality (tested with Chrome, Vivaldi)
In validators - this causes errors "Error: End of file seen and there were open elements." and everything related to printRelatedItems and afterwards is flagged as "Unclosed element"
Th
negative Photoview github source
PWA seems break ?
themes: Mobile app · rating: · relevance: 1
**Describe the bug**
A clear and concise description of what the bug is.
PWA is not working
**To Reproduce**
Steps to reproduce the behavior:
1. open chrome
2. open console
3. goto https://photos.qpqp.dk/login (or self lastest build)
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
install pwa show and can install
**Screenshots**
in network console shows:
"index.f9413d49.js:224 Error during service worker registration: DOMException: Failed to register a ServiceWorker for scope ('https://photos.qpqp.dk/') with script ('https://photos.qpqp.dk/service-worker.js'): The script has an unsupported MIME type ('text/html')
negative Zenfolio app_store source
Zenfolio lost its North Star
themes: Mobile app · rating: 1 · relevance: 0.95
I’m still a Zenfolio customer. Have been one for more than a decade. But I’m now considering closing my account. Nothing works anymore (the App doesn’t show my pictures, the website has archived most of my galleries and I’m unable to restore them, prices have increased year after year unreasonably, performance is poor) as advertised. It’s really sad to see such a cool platform and company lose its former customer centric North Star.