[PR #6795] [MERGED] Fix DLNA on older Samsung TVs #11128

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6795
Author: @LinFor
Created: 11/8/2021
Status: Merged
Merged: 11/8/2021
Merged by: @crobibero

Base: masterHead: pr-dlna


📝 Commits (1)

📊 Changes

3 files changed (+23 additions, -8 deletions)

View changed files

📝 Emby.Dlna/ContentDirectory/ControlHandler.cs (+21 -6)
📝 Emby.Dlna/Didl/DidlBuilder.cs (+1 -1)
📝 Emby.Dlna/Service/BaseControlHandler.cs (+1 -1)

📄 Description

Changes

  • Fixed DLNA container IDs to be numeric (no pointless ERR in logs)
  • Added proper paging to DLNA virtual folders
  • Changed DLNA date to be date only (no time part) - improves devices compatability
  • Slightly improves debug logging

Issues
https://github.com/jellyfin/jellyfin/issues/2335


🔄 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/6795 **Author:** [@LinFor](https://github.com/LinFor) **Created:** 11/8/2021 **Status:** ✅ Merged **Merged:** 11/8/2021 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `pr-dlna` --- ### 📝 Commits (1) - [`5c69d11`](https://github.com/jellyfin/jellyfin/commit/5c69d110cc4327d55261cdf8385117532eba2e9e) Samsung DLNA fixes ### 📊 Changes **3 files changed** (+23 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/ContentDirectory/ControlHandler.cs` (+21 -6) 📝 `Emby.Dlna/Didl/DidlBuilder.cs` (+1 -1) 📝 `Emby.Dlna/Service/BaseControlHandler.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** - Fixed DLNA container IDs to be numeric (no pointless ERR in logs) - Added proper paging to DLNA virtual folders - Changed DLNA date to be date only (no time part) - improves devices compatability - Slightly improves debug logging <!-- Describe your changes here in 1-5 sentences. --> **Issues** https://github.com/jellyfin/jellyfin/issues/2335 --- <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:32:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11128