[PR #6071] [MERGED] Make DLNA folders to work as expected. #10808

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6071
Author: @BaronGreenback
Created: 5/18/2021
Status: Merged
Merged: 6/7/2021
Merged by: @cvium

Base: masterHead: DLNAFolderFixPart1


📝 Commits (1)

  • 48bb338 Enable child items to be returned if a musicAlbum

📊 Changes

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

View changed files

📝 MediaBrowser.Controller/Entities/Folder.cs (+22 -3)
📝 MediaBrowser.Controller/Entities/InternalItemsQuery.cs (+5 -0)

📄 Description

Required core change to enable dlna folder view to work as expected. (https://github.com/jellyfin/jellyfin-plugin-dlna/issues/9)

A second change in the DLNA module is required to complete this functionality.

Enables DLNA folders to show the folder structure, not just the logical name.

image

Normal library view remains the same.

image


🔄 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/6071 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 5/18/2021 **Status:** ✅ Merged **Merged:** 6/7/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `DLNAFolderFixPart1` --- ### 📝 Commits (1) - [`48bb338`](https://github.com/jellyfin/jellyfin/commit/48bb3383521f8cfea968981d3241ed6d355b89cc) Enable child items to be returned if a musicAlbum ### 📊 Changes **2 files changed** (+27 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Entities/Folder.cs` (+22 -3) 📝 `MediaBrowser.Controller/Entities/InternalItemsQuery.cs` (+5 -0) </details> ### 📄 Description Required core change to enable dlna folder view to work as expected. (https://github.com/jellyfin/jellyfin-plugin-dlna/issues/9) A second change in the DLNA module is required to complete this functionality. Enables DLNA folders to show the folder structure, not just the logical name. ![image](https://user-images.githubusercontent.com/22121540/118564899-1c595e00-b769-11eb-8bc8-099dde785b35.png) Normal library view remains the same. ![image](https://user-images.githubusercontent.com/22121540/118565030-62aebd00-b769-11eb-8237-8a10aea2d2b9.png) --- <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:27:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10808