mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #16006] [CLOSED] Claude/fix issues 6 si wf #14493
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/16006
Author: @Piravlos
Created: 1/12/2026
Status: ❌ Closed
Base:
master← Head:claude/fix-issues-6SiWf📝 Commits (9)
b260cb0Add missing StringComparison to StartsWith in FfProbeKeyframeExtractor9e31412Merge pull request #1 from Piravlos/claude/fix-bug-patterns-HxzaFfd1a87aOptimize NVIDIA NVENC transcoding with modern encoding features8521868Merge pull request #2 from Piravlos/claude/optimize-nvidia-transcoding-XJq4C6bb4b24Optimize performance with O(1) lookups and reduced allocations8fff4d1Merge pull request #3 from Piravlos/claude/optimize-performance-6Xupp8d77c14Optimize performance with reduced allocations and improved algorithms6897aa6Merge pull request #4 from Piravlos/claude/optimize-performance-dWVNT2ed3d63Fix multiple codebase issues📊 Changes
16 files changed (+387 additions, -120 deletions)
View changed files
📝
Emby.Naming/Common/NamingOptions.cs(+3 -2)📝
Emby.Server.Implementations/Dto/DtoService.cs(+99 -43)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+43 -12)📝
Emby.Server.Implementations/Library/MediaSourceManager.cs(+1 -1)📝
Emby.Server.Implementations/Library/SearchEngine.cs(+17 -16)📝
Emby.Server.Implementations/Library/UserViewManager.cs(+27 -10)📝
Emby.Server.Implementations/Playlists/PlaylistManager.cs(+1 -1)📝
Jellyfin.Api/Controllers/PluginsController.cs(+23 -3)📝
MediaBrowser.Controller/Entities/Folder.cs(+11 -2)📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+82 -0)📝
MediaBrowser.Model/Configuration/EncodingOptions.cs(+51 -0)📝
MediaBrowser.Model/Dlna/StreamBuilder.cs(+5 -10)📝
src/Jellyfin.MediaEncoding.Keyframes/FfProbe/FfProbeKeyframeExtractor.cs(+1 -1)📝
src/Jellyfin.Networking/Manager/NetworkManager.cs(+21 -17)📝
tests/Jellyfin.Naming.Tests/Video/CleanDateTimeTests.cs(+1 -1)📝
tests/Jellyfin.Naming.Tests/Video/CleanStringTests.cs(+1 -1)📄 Description
Changes
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.