[PR #15538] [MERGED] Add subtitle extraction timeout configuration option #14337

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15538
Author: @KarkaLT
Created: 11/17/2025
Status: Merged
Merged: 12/2/2025
Merged by: @nielsvanvelzen

Base: masterHead: master


📝 Commits (1)

  • 5182aec Add subtitle extraction timeout configuration option

📊 Changes

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

View changed files

📝 MediaBrowser.MediaEncoding/Subtitles/SubtitleEncoder.cs (+12 -4)
📝 MediaBrowser.Model/Configuration/EncodingOptions.cs (+6 -0)

📄 Description

Changes
Added additional configuration option for subtitle extraction timeout. This will allow for successful subtitle extraction for bigger media files.

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


🔄 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/15538 **Author:** [@KarkaLT](https://github.com/KarkaLT) **Created:** 11/17/2025 **Status:** ✅ Merged **Merged:** 12/2/2025 **Merged by:** [@nielsvanvelzen](https://github.com/nielsvanvelzen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5182aec`](https://github.com/jellyfin/jellyfin/commit/5182aec13f853839cddb74ae0ebcc6b35009dc04) Add subtitle extraction timeout configuration option ### 📊 Changes **2 files changed** (+18 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.MediaEncoding/Subtitles/SubtitleEncoder.cs` (+12 -4) 📝 `MediaBrowser.Model/Configuration/EncodingOptions.cs` (+6 -0) </details> ### 📄 Description **Changes** Added additional configuration option for subtitle extraction timeout. This will allow for successful subtitle extraction for bigger media files. **Issues** Fixes https://github.com/jellyfin/jellyfin/issues/14588 --- <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:28:12 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14337