mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15177] [MERGED] Make priority class setting more robust #14245
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/15177
Author: @gnattu
Created: 10/24/2025
Status: ✅ Merged
Merged: 10/25/2025
Merged by: @crobibero
Base:
release-10.11.z← Head:robust-below-normal📝 Commits (1)
3d01b54Make priority class setting more robust📊 Changes
2 files changed (+18 additions, -2 deletions)
View changed files
📝
MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs(+9 -1)📝
src/Jellyfin.MediaEncoding.Keyframes/FfProbe/FfProbeKeyframeExtractor.cs(+9 -1)📄 Description
Currently the tasks simply crashes because the user running jellyfin server does not have the permission to change priority of a process. The below normal is a best-effort optimization and should not crash the task entirely. Add a try catch to make the task to move on even when priority cannot be set.
Changes
Issues
Fixes #14901
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.