[PR #508] [MERGED] fix(server): correct media info #8646

Closed
opened 2026-02-05 13:50:51 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/508
Author: @panoti
Created: 8/21/2022
Status: Merged
Merged: 8/21/2022
Merged by: @alextran1502

Base: mainHead: fix/video-metadata


📝 Commits (2)

  • 22073df fix(server): correct media info
  • 5bb4ef7 fix(server): video metadata

📊 Changes

3 files changed (+20 additions, -4 deletions)

View changed files

📝 server/apps/microservices/src/processors/asset-uploaded.processor.ts (+5 -1)
📝 server/apps/microservices/src/processors/metadata-extraction.processor.ts (+5 -3)
📝 server/libs/job/src/interfaces/metadata-extraction.interface.ts (+10 -0)

📄 Description

We've used wrong index in rex match to get location. I also make use of imageName to store video filename, so we can avoid null in UI.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/508 **Author:** [@panoti](https://github.com/panoti) **Created:** 8/21/2022 **Status:** ✅ Merged **Merged:** 8/21/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/video-metadata` --- ### 📝 Commits (2) - [`22073df`](https://github.com/immich-app/immich/commit/22073df09c13eaad60d2a519532815bf1dc645ad) fix(server): correct media info - [`5bb4ef7`](https://github.com/immich-app/immich/commit/5bb4ef7995aac3e22de66db0a15fdfd01cb1975d) fix(server): video metadata ### 📊 Changes **3 files changed** (+20 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `server/apps/microservices/src/processors/asset-uploaded.processor.ts` (+5 -1) 📝 `server/apps/microservices/src/processors/metadata-extraction.processor.ts` (+5 -3) 📝 `server/libs/job/src/interfaces/metadata-extraction.interface.ts` (+10 -0) </details> ### 📄 Description We've used wrong index in rex match to get location. I also make use of `imageName` to store video filename, so we can avoid `null` in UI. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:50:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8646