[PR #6863] [MERGED] fix(server): extract duration from video as ISO time #11367

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/6863
Author: @alextran1502
Created: 2/2/2024
Status: Merged
Merged: 2/2/2024
Merged by: @alextran1502

Base: mainHead: fix/extract-duration-from-iso-time


📝 Commits (3)

  • 1d35d12 fix(server): extract duration from video as ISO time
  • d42db2c feedback and add test
  • b7e9422 fix test

📊 Changes

3 files changed (+22 additions, -3 deletions)

View changed files

📝 server/src/domain/metadata/metadata.service.spec.ts (+16 -0)
📝 server/src/domain/metadata/metadata.service.ts (+5 -2)
📝 server/src/domain/repositories/metadata.repository.ts (+1 -1)

📄 Description

No description provided


🔄 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/6863 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 2/2/2024 **Status:** ✅ Merged **Merged:** 2/2/2024 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/extract-duration-from-iso-time` --- ### 📝 Commits (3) - [`1d35d12`](https://github.com/immich-app/immich/commit/1d35d12c2206840f4d52718b5c16ad714b91a1e0) fix(server): extract duration from video as ISO time - [`d42db2c`](https://github.com/immich-app/immich/commit/d42db2cc7a9aaad6abd9b075c94aca67cbab2d22) feedback and add test - [`b7e9422`](https://github.com/immich-app/immich/commit/b7e94220a4daad95cf698571538e1044769f2216) fix test ### 📊 Changes **3 files changed** (+22 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `server/src/domain/metadata/metadata.service.spec.ts` (+16 -0) 📝 `server/src/domain/metadata/metadata.service.ts` (+5 -2) 📝 `server/src/domain/repositories/metadata.repository.ts` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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 14:38:13 +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#11367