[PR #13251] [MERGED] fix(server): external libraries queueing two transcode jobs #13885

Closed
opened 2026-02-05 15:22:45 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/13251
Author: @zackpollard
Created: 10/7/2024
Status: Merged
Merged: 10/7/2024
Merged by: @zackpollard

Base: mainHead: fix/external-library-double-transcode


📝 Commits (1)

  • 295c60b fix: external libraries queueing two transcode jobs

📊 Changes

2 files changed (+0 additions, -12 deletions)

View changed files

📝 server/src/services/library.service.spec.ts (+0 -8)
📝 server/src/services/library.service.ts (+0 -4)

📄 Description

Fixes #13156

Metadata extraction is queued for a new asset or modified asset, which will subsequently queue a video transcoding job for video files. Tested this with new and modified assets with both manual scanning and file watching.


🔄 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/13251 **Author:** [@zackpollard](https://github.com/zackpollard) **Created:** 10/7/2024 **Status:** ✅ Merged **Merged:** 10/7/2024 **Merged by:** [@zackpollard](https://github.com/zackpollard) **Base:** `main` ← **Head:** `fix/external-library-double-transcode` --- ### 📝 Commits (1) - [`295c60b`](https://github.com/immich-app/immich/commit/295c60bf4c0ecf62725878d2ae207b247a1ee3ae) fix: external libraries queueing two transcode jobs ### 📊 Changes **2 files changed** (+0 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `server/src/services/library.service.spec.ts` (+0 -8) 📝 `server/src/services/library.service.ts` (+0 -4) </details> ### 📄 Description Fixes #13156 Metadata extraction is queued for a new asset or modified asset, which will subsequently queue a video transcoding job for video files. Tested this with new and modified assets with both manual scanning and file watching. --- <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 15:22:45 +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#13885