[PR #13679] [CLOSED] Add fast-path to getting just the SeriesPresentationUniqueKey for NextUp #13485

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13679
Author: @crobibero
Created: 3/8/2025
Status: Closed

Base: masterHead: next-up


📝 Commits (1)

  • 2871f74 Add fast-path to getting just the SeriesPresentationUniqueKey for NextUp

📊 Changes

5 files changed (+58 additions, -16 deletions)

View changed files

📝 Emby.Server.Implementations/Library/LibraryManager.cs (+16 -1)
📝 Emby.Server.Implementations/TV/TVSeriesManager.cs (+9 -14)
📝 Jellyfin.Server.Implementations/Item/BaseItemRepository.cs (+17 -0)
📝 MediaBrowser.Controller/Library/ILibraryManager.cs (+9 -1)
📝 MediaBrowser.Controller/Persistence/IItemRepository.cs (+7 -0)

📄 Description

Part of https://github.com/jellyfin/jellyfin/issues/13047

This doesn't actually fix the issue, but reduces the execution time with my prod database (~8-12s to ~3-5s) since we don't need to hydrate every single item


🔄 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/13679 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 3/8/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `next-up` --- ### 📝 Commits (1) - [`2871f74`](https://github.com/jellyfin/jellyfin/commit/2871f7490d90aaefedd9be6e9563647f794c6623) Add fast-path to getting just the SeriesPresentationUniqueKey for NextUp ### 📊 Changes **5 files changed** (+58 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+16 -1) 📝 `Emby.Server.Implementations/TV/TVSeriesManager.cs` (+9 -14) 📝 `Jellyfin.Server.Implementations/Item/BaseItemRepository.cs` (+17 -0) 📝 `MediaBrowser.Controller/Library/ILibraryManager.cs` (+9 -1) 📝 `MediaBrowser.Controller/Persistence/IItemRepository.cs` (+7 -0) </details> ### 📄 Description Part of https://github.com/jellyfin/jellyfin/issues/13047 This doesn't actually fix the issue, but reduces the execution time with my prod database (~8-12s to ~3-5s) since we don't need to hydrate every single item --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 09:53:32 +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#13485
No description provided.