[PR #13773] [MERGED] Make ReadInputAtNativeFramerate configurable for M3U tuner #13704

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13773
Author: @timminator
Created: 3/25/2025
Status: Merged
Merged: 4/3/2025
Merged by: @crobibero

Base: masterHead: read-input-at-native-frame-rate


📝 Commits (1)

  • 67526cc Make ReadInputAtNativeFramerate configurable for M3U tuner

📊 Changes

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

View changed files

📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+1 -1)
📝 MediaBrowser.Model/LiveTv/TunerHostInfo.cs (+3 -0)
📝 src/Jellyfin.LiveTv/TunerHosts/M3UTunerHost.cs (+1 -1)

📄 Description

This PR makes ReadInputAtNativeFramerate configurable for the M3U Tuner and works very similar to PR #7903 that added IgnoreDts as a configurable option.

Changes

Added ReadInputAtNativeFramerate to TunerHostInfo
Added ReadInputAtNativeFramerate checkbox to M3U tuner configuration page: https://github.com/jellyfin/jellyfin-web/pull/6659

Fixes #13772


🔄 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/13773 **Author:** [@timminator](https://github.com/timminator) **Created:** 3/25/2025 **Status:** ✅ Merged **Merged:** 4/3/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `read-input-at-native-frame-rate` --- ### 📝 Commits (1) - [`67526cc`](https://github.com/jellyfin/jellyfin/commit/67526ccea6b216f9097863809f9d5333d765c5e8) Make ReadInputAtNativeFramerate configurable for M3U tuner ### 📊 Changes **3 files changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+1 -1) 📝 `MediaBrowser.Model/LiveTv/TunerHostInfo.cs` (+3 -0) 📝 `src/Jellyfin.LiveTv/TunerHosts/M3UTunerHost.cs` (+1 -1) </details> ### 📄 Description This PR makes ReadInputAtNativeFramerate configurable for the M3U Tuner and works very similar to PR #7903 that added IgnoreDts as a configurable option. Changes Added ReadInputAtNativeFramerate to TunerHostInfo Added ReadInputAtNativeFramerate checkbox to M3U tuner configuration page: https://github.com/jellyfin/jellyfin-web/pull/6659 Fixes #13772 --- <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:17:44 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13704