[PR #12384] [MERGED] Update QSV device args to use the renderNodePath #13173

Closed
opened 2026-02-07 07:08:25 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12384
Author: @evanjarrett
Created: 8/3/2024
Status: Merged
Merged: 9/4/2024
Merged by: @Bond-009

Base: masterHead: qsv-renderdevice


📝 Commits (5)

  • 5143352 Allow QSV to use the renderNodePath instead of defaulting to the first available device
  • 0d8669f Add a new EncodingOption for QsvDevice
  • 8941c05 use string.Empty
  • e1f72b1 Add ability to specify gpu index on windows
  • 6eec6c9 fix number parser

📊 Changes

2 files changed (+15 additions, -3 deletions)

View changed files

📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+9 -3)
📝 MediaBrowser.Model/Configuration/EncodingOptions.cs (+6 -0)

📄 Description

When using QSV, there was no way to tell it to prioritize a different render device.
This allows passing in the renderNodePath into the device args so it is prioritized correctly.

Changes

  • Update QSV device args to use the renderNodePath

Issues


🔄 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/12384 **Author:** [@evanjarrett](https://github.com/evanjarrett) **Created:** 8/3/2024 **Status:** ✅ Merged **Merged:** 9/4/2024 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `qsv-renderdevice` --- ### 📝 Commits (5) - [`5143352`](https://github.com/jellyfin/jellyfin/commit/51433528a187ef68b724b5443061263a70446149) Allow QSV to use the renderNodePath instead of defaulting to the first available device - [`0d8669f`](https://github.com/jellyfin/jellyfin/commit/0d8669fbe8a8b9845bcebbb98486adf6f733f016) Add a new EncodingOption for QsvDevice - [`8941c05`](https://github.com/jellyfin/jellyfin/commit/8941c059f6dfc6e2e49f64b0da00c71e950bf5cd) use string.Empty - [`e1f72b1`](https://github.com/jellyfin/jellyfin/commit/e1f72b1f27b9a315fbe49462b050ac45fc899825) Add ability to specify gpu index on windows - [`6eec6c9`](https://github.com/jellyfin/jellyfin/commit/6eec6c9957fcbf10ac80c4b66ceed06ef4fbe0ce) fix number parser ### 📊 Changes **2 files changed** (+15 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+9 -3) 📝 `MediaBrowser.Model/Configuration/EncodingOptions.cs` (+6 -0) </details> ### 📄 Description When using QSV, there was no way to tell it to prioritize a different render device. This allows passing in the renderNodePath into the device args so it is prioritized correctly. **Changes** - Update QSV device args to use the renderNodePath **Issues** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:08:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13173