mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #14765] [CLOSED] Get user data in bulk, fix IsPlayed filter #14105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/14765
Author: @crobibero
Created: 9/9/2025
Status: ❌ Closed
Base:
master← Head:get-many-user-data📝 Commits (9)
8eabe81WIP add getting many user item datasc4dc12dFix query and cache results55f4823revert launchSettings.json99a7307Merge branch 'refs/heads/master' into get-many-user-data862a91bSimplify getting bulk user data83becf3more simplificationea6e37dFix getting played status for Folder types40b0c9aMerge branch 'master' into get-many-user-data2e59aaeAdd unit tests for GuidExtensions ToUpper method📊 Changes
7 files changed (+219 additions, -24 deletions)
View changed files
📝
Emby.Server.Implementations/Library/UserDataManager.cs(+67 -0)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+9 -9)📝
MediaBrowser.Controller/Entities/Folder.cs(+20 -7)📝
MediaBrowser.Controller/Entities/UserViewBuilder.cs(+5 -8)📝
MediaBrowser.Controller/Library/IUserDataManager.cs(+8 -0)📝
src/Jellyfin.Extensions/GuidExtensions.cs(+26 -0)➕
tests/Jellyfin.Extensions.Tests/GuidExtensionsTests.cs(+84 -0)📄 Description
Fixes https://github.com/jellyfin/jellyfin/issues/14752
This unfortunately brings the IsPlayed/IsUnplayed query time back up to unacceptable times :/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.