[PR #9552] [MERGED] Fix local JPG primary image for video being overwritten by screen grabber #11972

Closed
opened 2025-12-22 09:02:39 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/9552
Author: @SenorSmartyPants
Created: 3/28/2023
Status: Merged
Merged: 5/10/2023
Merged by: @crobibero

Base: masterHead: LocalJPGPrimaryVideo


📝 Commits (3)

  • 9617ee2 Fix local JPG primary image for video being overwritten by screen grabber
  • b95c68e Only mark side car images as found, not existing images in metadata cache
  • 122ce0d Code review: Remove unused variable

📊 Changes

3 files changed (+48 additions, -19 deletions)

View changed files

📝 MediaBrowser.Providers/Manager/ItemImageProvider.cs (+38 -4)
📝 MediaBrowser.Providers/Manager/MetadataService.cs (+7 -12)
📝 tests/Jellyfin.Providers.Tests/Manager/ItemImageProviderTests.cs (+3 -3)

📄 Description

Builds on PR #9452 to fix screen grabber overwriting local JPGs for video primary images.


🔄 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/jellyfin/jellyfin/pull/9552 **Author:** [@SenorSmartyPants](https://github.com/SenorSmartyPants) **Created:** 3/28/2023 **Status:** ✅ Merged **Merged:** 5/10/2023 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `LocalJPGPrimaryVideo` --- ### 📝 Commits (3) - [`9617ee2`](https://github.com/jellyfin/jellyfin/commit/9617ee2a3965b40c02b57540e114a86c090773c1) Fix local JPG primary image for video being overwritten by screen grabber - [`b95c68e`](https://github.com/jellyfin/jellyfin/commit/b95c68eee8cf87af928270b5a5ab0ab597544bea) Only mark side car images as found, not existing images in metadata cache - [`122ce0d`](https://github.com/jellyfin/jellyfin/commit/122ce0ddaad87b0bca15886c0f0097a56b0245b2) Code review: Remove unused variable ### 📊 Changes **3 files changed** (+48 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/Manager/ItemImageProvider.cs` (+38 -4) 📝 `MediaBrowser.Providers/Manager/MetadataService.cs` (+7 -12) 📝 `tests/Jellyfin.Providers.Tests/Manager/ItemImageProviderTests.cs` (+3 -3) </details> ### 📄 Description Builds on PR #9452 to fix screen grabber overwriting local JPGs for video primary images. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 09:02:39 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#11972
No description provided.