Gap: metadata

negative LibrePhotos github source
backend: only mark a job failed when error rate crosses a threshold
themes: Metadata and organization · 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: Metadata and organization · 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 Immich github source
Android App issue loading thumbnauls
themes: Metadata and organization · 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 PhotoPrism github source
feat: show duplicate files in photo details
themes: Metadata and organization · 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: Metadata and organization · 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 Lychee github source
chore(deps-dev): bump the development-dependencies group with 5 updates
themes: Metadata and organization · rating: · relevance: 1
Bumps the development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) | `28.0.1` | `28.0.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.0` | `25.7.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.59.2` | `8.59.3` | | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.16` | `1.6.17` | | [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.9.0` | `10.9.1` | Updates `@types/jsdom` from 28.0.1 to 28.
negative LibrePhotos github source
Update frontend dependencies (major)
themes: Metadata and organization · 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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@badeball%2fcypress-cucumber-preprocessor/24.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/ba
negative Nextcloud Memories github source
Order albums by photo metadata date
themes: Metadata and organization · rating: · relevance: 1
**Is your feature request related to a problem? Please describe.** Yes, I don't like how when you create an album, and then add photos to said album, you can't order them by date using the dates of the photos/videos in the album. You can only order alphabetically, by most recently updated, or by most recently created album. This doesn't make sense considering that many people are migrating to Nextcloud with years of old photos, and would probably want to see them all in chronological order. **Describe the solution you'd like** I would simply add another option to order albums using the dates of when the photos/videos were taken, just like Google Photos. Thanks!
negative Capture One app_store source
Almost a SCAM, definitely waste of time and money
themes: Metadata and organization · rating: 1 · relevance: 1
Basically useless in latest versions, and price tag for modern software is ridicules! Not to mention you’ll only find out which features DON’T WORK after you PAY!
negative PhotoPrism github source
Does not generate captions on import
themes: Metadata and organization · rating: · relevance: 1
### Before You Continue - [x] This is a new, confirmed bug that has not yet been reported or documented ### What Is Not Working as Documented? Added a photo to the imports folder Started import Labels were generated successfully but no captions vision.yml: ``` Models: - Type: caption Model: qwen/qwen3.6-35b-a3b Engine: openai Run: always System: You are an image captioning assistant. Prompt: | WriModels: - Type: caption Model: qwen/qwen3.6-35b-a3b Engine: openai Run: always System: You are an image captioning assistant. Prompt: | Write one or two concise sentences that describe the main subject, key actions, and setting of the im
negative Nextcloud Memories github source
Unique constraint violation in database when existing images get updated
themes: Metadata and organization · 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: Metadata and organization · 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 Immich reddit source
Container manager error mounting to rootfs
themes: Metadata and organization · rating: · relevance: 1
Hi, I have been recently cleaning up the volumes and recreating them after the move to DS425+ from DS224+. While moving stuff around, I had to move shared Docker folders back and forth. Because of the policy, I reinstalled the container manager. For container like Immich, everything works fine, but for Jellyfin, I got this error. Start container jellyfin failed: {"message":"failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting \"/volume1/data/media\" to rootfs at \"/data/media\": mkdir /volume1/@docker/btrfs/subvolumes/4441903bbc04e9fd484a3cd9308920f7b
negative Ente Photos github source
Ente Auth doesn't show the input password field and just show a spinner
themes: Metadata and organization · 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: Metadata and organization · 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 Immich reddit source
Sufficient backup setup for Immich
themes: Metadata and organization · rating: · relevance: 1
Hi all! I have after quite some tinkering managed to setup Immich in parallel with Synology Photos. I have all photos/videos on a 3x4TB SHR1 on my DS423+. I take weekly backups to two external USB-drives that I switch and one always stored in my office (every 3rd month or so). Also I have snapshots running daily. I am comfortable with the above and my question is about the Immich setup below: Immich is installed on a single nvme 0.5TB and are accessing the photos on the HDDs as a read only external library. The setup is with docker (Container manager). All uploads to my photo folder are done via Synology Photos. Immich is just for "browsing/searching/albums". I take nightly backups of the
negative PiGallery2 github source
Can't limit visible folders to users via Allow query
themes: Metadata and organization · 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 LibrePhotos github source
Update mobile dependencies
themes: Metadata and organization · 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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.29.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2f
negative Immich github source
AMD VAAPI encoding fails during software-decode fallback due to missing format=nv12 filter
themes: Metadata and organization · 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 Immich github source
[Bug] Bulk upload to shared album from mobile browser doesn't work
themes: Metadata and organization · 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 Format reddit source
My Client Contract
themes: Metadata and organization · 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: Metadata and organization · 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: Metadata and organization · 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 Format reddit source
LIA - Open Source personnal AI assistant
themes: Metadata and organization · 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 Immich github source
ROCm ML image crashes (SIGSEGV) on AMD Phoenix iGPU (gfx1103) with MIGraphXExecutionProvider
themes: Metadata and organization · 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 PiGallery2 github source
Fix for handling non-standard offset formats without zero padding
themes: Metadata and organization · rating: · relevance: 1
Fix for issue https://github.com/bpatrik/pigallery2/issues/1128 Replaces non-zeropadded hours (regardless of - or +) with zero-padded hours. Also adds a unit test on a file with the same metadata as provided in the pixel-photo by @tropicalsriracha in [this comment](https://github.com/bpatrik/pigallery2/issues/1128#issuecomment-3866367788)
negative Synology Photos app_store source
Trash
themes: Metadata and organization · 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 SmugMug app_store source
Unnecessary
themes: Metadata and organization · 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 Lychee github source
Pinning albums is delayed
themes: Metadata and organization · 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 Format reddit source
Questions about performing the admin account reset
themes: Metadata and organization · 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
Great design frustrating to use
themes: Metadata and organization · 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 SmugMug app_store source
Crash
themes: Metadata and organization · 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 Synology Photos app_store source
okay but needs to be better
themes: Metadata and organization · 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: Metadata and organization · 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 Immich github source
[iOS] SqliteException(2067): UNIQUE constraint failed in remote_asset_entity during sync
themes: Metadata and organization · 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: Metadata and organization · 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 Immich github source
iOS does nothing when upload bunch of media files on Safari mobile browser
themes: Metadata and organization · 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 Format reddit source
DS720+ Reconfigure
themes: Metadata and organization · rating: · relevance: 1
I'm thinking about reconfiguring my DS720+. I have 2x12tb formatted 10.9tb usable in both bays in a mirror storage pool 1, an external esata that's not supported (of course) an external USB backup drive, a 512gb Samsung 970 NVME in cache slot 1 and a WD Blue 1tb in NVME Slot 2 that I was using as storage for Surveillance Station via 'The Hack'. The problems... Synology keeps detecting and disabling my NVME disk and taking my storage offline, causing my recordings to go weeks before noticing I'm not recording anything. Clearly I'm losing this battle. Also, NVME recording seems to have a lot of ghosting issues, where the MP4's play back and frames tend to have intermittent skipping in cert
negative Zenphoto github source
Problem with table repair
themes: Metadata and organization · 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 PhotoShelter app_store source
Couldn’t rate it low enough
themes: Metadata and organization · 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: Metadata and organization · 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 Photoview github source
No indexing despite images found
themes: Metadata and organization · 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 Capture One app_store source
Subscription Required
themes: Metadata and organization · rating: 1 · relevance: 1
This app is not tagged with in-app purchases. It will not work without a subscription.
negative Nextcloud Memories github source
Memories Android App: "failed to fetch" error message in home screen
themes: Metadata and organization · 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 Zenphoto github source
Database and storage pruning
themes: Metadata and organization · 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 Damselfly github source
Docker container missing locale and perl is throwing log errors in the container logs
themes: Metadata and organization · rating: · relevance: 1
I'm currently testing the latest docker container webreaper/damselfly and am in the first stages of generating thumbnails and identifying objects and faces on a "small-ish" library before moving to my production/large image set. **Problem Report** ```docker logs -f damselfly``` was repeatedly throwing the following log entries and filling the log: ``` perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US.UTF-8", LC_ALL = "en_US.UTF-8", LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). ``` **Tested Fix** I ran the foll
negative Chevereto github source
Manage albums and sub-albums...
themes: Metadata and organization · rating: · relevance: 1
### Discussed in https://github.com/chevereto/chevereto/discussions/65 <div type='discussions-op-text'> <sup>Originally posted by **HeartBtz** July 14, 2024</sup> Hello, As I try to manipulate my albums, I realize that it is quite complicated to move between albums and sub-albums... What do you think about creating a sort of tree structure that would make it easier to navigate through the parent albums (like a file system?)?</div> Managing sub-albums needs improvements for browsing. I can list a few additions that could improve this issue: - [x] "Go up" button that jumps to the parent album, basic yet effective - [x] Breadcrumb navigation showing the
negative Capture One app_store source
Poor importing tools
themes: Metadata and organization · rating: 1 · relevance: 1
No way to search photo folders in iOS, imports partially or completely fail nearly every time. A pain.
negative Zenphoto github source
Issue with keywords/tags (accents, capitalization, duplication etc)
themes: Metadata and organization · 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 ![image](https://github.com/zenphoto/zenphoto/assets/75898540/a011a16a-3340-4e93-94ce-19bdc2110c4a) Tags in admin lists 34 instances of Riga and none of Rīga ![image](https://github.com/zenpho
negative Zenphoto github source
Metadata import issues
themes: Metadata and organization · rating: · relevance: 1
Found a issue with import of metadata for photos (in effect since the later April or early May probably, based on what images I see it). Multiple sites, Zenphoto 1.6.4a, now 1.6.4 (no skipped versions) no changes in Metadata displayed or imported options, no changes in File handling on export from Lightroom (metadata is in the files, screenshots below), all images were uploaded via FTP Despite image having embedded metadata - only part of it is imported, refresh of metadata on images doesn't affect metadata shown. Missing chuncks of info on camera and tech stuff But if the image was imported before - refresh also won't degrade the displayed and stored info. This is what I see
negative Zenphoto github source
Paragraph returns in image metadata are not displayed in Description field, but add or html tags in Image Info - Image Caption
themes: Metadata and organization · rating: · relevance: 1
Paragraph returns in metadata are not displayed on the image page, and in Metadata\Image Info they show up as an [HTML Encoded Line Feed character](https://www.fileformat.info/info/unicode/char/000a/index.htm), using the hexadecimal value- ` ` For example, if you have a few paragraphs in the Description field, they will show up as one long string of text with ` ` showing where each paragraph should be under Image Caption in Image Info. I found a [16-year-old forum post asking for a fix to the issue](https://forum.zenphoto.org/discussion/2482/line-breaks-in-exif-data), but with no solution added to Zenphoto. You can always edit the text for each image that shows on the page,
negative PiGallery2 github source
Is directory flattening broken?
themes: Metadata and organization · rating: · relevance: 1
### Discussed in https://github.com/bpatrik/pigallery2/discussions/852 <div type='discussions-op-text'> <sup>Originally posted by **gerroon** March 10, 2024</sup> Hi I have folders with folders with thousands of files in them. When I do ungroup directory flattening, I small number of files shown as result. Say 80 files out of 20k or sometimes flattening shows none. It seems to me that it is not recursing deep into folders. Now I set my max media search result to 4000, so it cant be that. This used to work but I do not remember at what point this has changed. I use docker :latest on Linux. So here is a folder without flattening, this folder probably has o
negative PhotoShelter app_store source
Outdated, broken functionality?
themes: Metadata and organization · rating: 2 · relevance: 1
This app had potential but it wasn't update much and the last time was over a year ago. It's nice to be able to browse my photos/folders though the views are lacking. The main complaint I have is uploading through the App downsizes RAW files, for example from 4040x6064 (32.6mb) to to 1536x2308 (1.3mb) ... not good! Uploading the same image/s through the browser interface retains all the meta data and sizing. This makes the app a lot less valuable to use as a photo business tool. The help files on PS for the mobile app says "Formally supported devices: iPhone 5 & 6, Nexus 4/5x/6/7, and Samsung 4/S4/S5. Compatible devices: iPad, iPad mini, and iPod." How OLD is that??
negative PhotoStructure github source
Bump sharp from 0.28.3 to 0.32.6
themes: Metadata and organization · rating: · relevance: 1
Bumps [sharp](https://github.com/lovell/sharp) from 0.28.3 to 0.32.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lovell/sharp/blob/main/docs/changelog.md">sharp's changelog</a>.</em></p> <blockquote> <h3>v0.32.6 - 18th September 2023</h3> <ul> <li> <p>Upgrade to libvips v8.14.5 for upstream bug fixes.</p> </li> <li> <p>Ensure composite tile images are fully decoded (regression in 0.32.0). <a href="https://redirect.github.com/lovell/sharp/issues/3767">#3767</a></p> </li> <li> <p>Ensure <code>with
negative Photoview github source
Download all pictures as zip from anonymous share
themes: Metadata and organization · rating: · relevance: 1
**Is your feature request related to a problem? Please describe.** I am sharing my albums with friends and family through the sharing feature. If people want to save the albums on their own storage they currently need to go through every picture one by one and save it. **Describe the solution you'd like** There should be a download option similar to the one in the album settings when logged in. I think it should be in a dedicated, prominent place, like a button saying "download all" since a user not familiar with photoview might not know that the download all option is in the album settings. This would also give the advantage that the settings menu does not need to be touched. Potential
negative PhotoPrism github source
People: Manually tag faces in pictures
themes: Metadata and organization · rating: · relevance: 1
**As a user, I would like to manually tag faces in my pictures in case they were not automatically detected.** Related Issues / PRs: - https://github.com/photoprism/photoprism/pull/5081 Acceptance Criteria: - [x] There MUST be an option to display all markers (automatically created and manual) in fullscreen mode - [x] The user MUST be able to mark a face (ideally using a square) in fullscreen mode - [x] The user SHOULD be able to assign a person to face markers in fullscreen mode - [x] The face marker MUST be saved in the database - [x] Manually marked faces MUST appear on the people tab within the edit dialogue - [ ] The UI MUST be fully responsive - [x] Unit tests for the core functi
negative Capture One app_store source
Capture Pilot crashes consistently with newer OS
themes: Metadata and organization · rating: 1 · relevance: 0.7
When trying to use pilot to preview images, while images are still ingesting from tethered camera, swiping through images will freeze pilot. If I attempt to edit images from the same folder as capture pilot previews-while someone else swipes, capture pilot freezes. Never an issue with older generation iPads… as a long time user of capture one and capture pilot, it’s frustrating to see that a newer iPad makes pilot worthless.
negative Piwigo reddit source
Online Storage for Business
themes: Metadata and organization · 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
Completely Useless App
themes: Metadata and organization · rating: 1 · relevance: 0.7
What is the point of having this app for the iPad when it requires a computer running Capture One? Please give us an app that at least allows you to control your camera from your iPad while previewing the image on the iPad screen. This should be able to work in the field without WiFi, just Bluetooth. Manfrotto had something like this for a while but it seems that they have stopped supporting it. By the way, I purchased a license for Capture One Pro v11 and have found it to be of little use. Considering that Capture One did not honor their promise of free upgrades for a year as one month after purchase and installation they went to v12 and I would have to pay another $300 to get the upgrade.
negative PiGallery2 github source
Symlinks on the photos directory break Pigallery2
themes: Metadata and organization · rating: · relevance: 1
If you have any symlinks in the photos directory (Images folder) you get the following error in the UI: ``` Unknown indexing error for: ./ "[object Object]" ``` Errors from the logs (from docker logs, I'm using the docker image): ``` 1/23/2019, 12:19:26 AM[WARN] Handled error: ErrorDTO { code: 7, message: 'Error during listing the directory', details: { error: 'Error: ENOENT: no such file or directory, stat \'/pigallery2-release/demo/images/convert_video_to_MP4.sh\'' } } { error: 'Error: ENOENT: no such file or directory, stat \'/pigallery2-release/demo/images/convert_video_to_MP4.sh\'' } 1/23/2019, 12:19:26 AM[WARN] Handled error: ErrorDTO { code: 7,
negative Zenfolio app_store source
Why so horrible??
themes: Metadata and organization · rating: 1 · relevance: 0.95
Honesty Zenfolio, how can you be happy putting your name to this junky app? I have tried using it on two different phones and it always freezes when I try to log in to a gallery. Beyond that, it doesn't look as though it's been updated in years as it doesn't even take advantage of the full screen (still displays iPhone 5 aspect ratio). As for usability, when I WAS able to use the app without it freezing I seem to remember having to jump through hoops to allow client downloading. I would look into this and see what exactly the problem was, but… refer to my point on freezing. I am gobsmacked that a company focussed on client image delivery has the worst client delivery mechanism I have ever
negative PhotoShelter app_store source
App upload process slow.
themes: Metadata and organization · rating: 1 · relevance: 1
Does not display all the photos in a certain folder on my phone -- only 6/45.