[PR #14054] [CLOSED] add m3u8 files support #13816

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14054
Author: @anilsoni85
Created: 5/3/2025
Status: Closed

Base: masterHead: m3u8_support


📝 Commits (1)

📊 Changes

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

View changed files

📝 Emby.Naming/Common/NamingOptions.cs (+2 -0)
📝 MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs (+2 -2)

📄 Description

Local m3u8 file are not detected and not loaded in library, there is workaround to use m3u8 container file .strm.

Changes

  1. Adding m3u and m3u8 in array of supporting extension.
  2. Local m3u, m3u8 file with http segments requires protocol whitelist.

Issues
#13830


🔄 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/14054 **Author:** [@anilsoni85](https://github.com/anilsoni85) **Created:** 5/3/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `m3u8_support` --- ### 📝 Commits (1) - [`7faec76`](https://github.com/jellyfin/jellyfin/commit/7faec76ea6b39fec271e4dc1a64681cb0a51cd7e) add m3u8 files support ### 📊 Changes **2 files changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/Common/NamingOptions.cs` (+2 -0) 📝 `MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs` (+2 -2) </details> ### 📄 Description Local m3u8 file are not detected and not loaded in library, there is workaround to use m3u8 container file .strm. **Changes** 1. Adding m3u and m3u8 in array of supporting extension. 2. Local m3u, m3u8 file with http segments requires protocol whitelist. **Issues** #13830 --- <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:19:39 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13816