[PR #5859] [MERGED] Respect user settings for transcode and remux #10694

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5859
Author: @cvium
Created: 4/19/2021
Status: Merged
Merged: 4/20/2021
Merged by: @Bond-009

Base: masterHead: fix-streambuilder-permissions


📝 Commits (1)

  • 8933389 Respect user settings for transcode and remux

📊 Changes

2 files changed (+10 additions, -4 deletions)

View changed files

📝 Emby.Server.Implementations/Library/MediaSourceManager.cs (+9 -3)
📝 Jellyfin.Api/Helpers/MediaInfoHelper.cs (+1 -1)

📄 Description

Changes
Set SupportsTranscoding and SupportDirectStream to false if user settings disallow them.

Issues
Fixes https://github.com/jellyfin/jellyfin/issues/2065


🔄 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/5859 **Author:** [@cvium](https://github.com/cvium) **Created:** 4/19/2021 **Status:** ✅ Merged **Merged:** 4/20/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix-streambuilder-permissions` --- ### 📝 Commits (1) - [`8933389`](https://github.com/jellyfin/jellyfin/commit/8933389753cc95413576b2fcfdf2ccb160464ad3) Respect user settings for transcode and remux ### 📊 Changes **2 files changed** (+10 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/MediaSourceManager.cs` (+9 -3) 📝 `Jellyfin.Api/Helpers/MediaInfoHelper.cs` (+1 -1) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Set SupportsTranscoding and SupportDirectStream to false if user settings disallow them. **Issues** Fixes https://github.com/jellyfin/jellyfin/issues/2065 --- <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 06:25:05 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10694