jellyfin/Emby.Server.Implementations/Library
Shadowghost 0b77f97048 Optimize latest items grouping in UserViewManager
- Use dictionary lookup for O(1) container grouping instead of O(n) FirstOrDefault searches
- Add optimized path for movies in GetLatestItemList
- Reduce query limit multiplier from 5x to 2x
- Update to collection expression syntax
2026-01-18 19:45:39 +01:00
..
Resolvers parse more information from book filenames (#15655) 2025-12-13 08:29:28 -07:00
Validators Skip metadata refresh for already-indexed items during validation 2026-01-18 19:45:39 +01:00
CoreResolutionIgnoreRule.cs Skip non-media folders in movie resolver (#14724) 2025-09-07 13:02:52 +02:00
DotIgnoreIgnoreRule.cs Backport pull request #15746 from jellyfin/release-10.11.z 2025-12-28 07:22:20 -05:00
ExternalDataManager.cs Remove chapters on file change (#14984) 2025-10-13 12:32:41 -06:00
IgnorePatterns.cs Backport pull request #16029 from jellyfin/release-10.11.z 2026-01-18 11:30:43 -05:00
KeyframeManager.cs Recognize file changes and remove data on change (#13839) 2025-05-04 21:21:44 -06:00
LibraryManager.cs Backport pull request #15965 from jellyfin/release-10.11.z 2026-01-18 11:30:39 -05:00
LiveStreamHelper.cs Enable nullable for more files 2024-03-13 14:56:51 +01:00
MediaSourceManager.cs Backport pull request #15462 from jellyfin/release-10.11.z 2025-11-17 14:09:02 -05:00
MediaStreamSelector.cs WIP fixed namespaces 2025-03-25 15:30:22 +00:00
MusicManager.cs Backport pull request #15133 from jellyfin/release-10.11.z 2025-10-27 15:43:17 -04:00
PathExtensions.cs fix: fix off-by-one error in GetAttributeValue 2024-04-12 22:53:39 +00:00
PathManager.cs Recognize file changes and remove data on change (#13839) 2025-05-04 21:21:44 -06:00
ResolverHelper.cs Fix modification checks and make sure to use UTC (#14347) 2025-06-26 17:50:37 -06:00
SearchEngine.cs avoid Take(0) when limit == 0 (#14608) 2025-12-08 21:15:46 -07:00
SplashscreenPostScanTask.cs Rework parental ratings (#12615) 2025-03-30 21:51:54 -06:00
UserDataManager.cs Simplify UserDataManager and remove unused private methods 2026-01-18 19:45:39 +01:00
UserViewManager.cs Optimize latest items grouping in UserViewManager 2026-01-18 19:45:39 +01:00