mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13773] [MERGED] Make ReadInputAtNativeFramerate configurable for M3U tuner #13704
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/13773
Author: @timminator
Created: 3/25/2025
Status: ✅ Merged
Merged: 4/3/2025
Merged by: @crobibero
Base:
master← Head:read-input-at-native-frame-rate📝 Commits (1)
67526ccMake 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.