[PR #4968] [MERGED] Fix library with music directly under artist folder #10342

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4968
Author: @iansw246
Created: 1/6/2021
Status: Merged
Merged: 1/7/2021
Merged by: @Bond-009

Base: masterHead: fix-music-album-display


📝 Commits (1)

  • 0f4bbbc Fix 3169 and 2879 by making MusicArtistResolver run ahead of MusicAlbumResolver

📊 Changes

5 files changed (+10 additions, -4 deletions)

View changed files

📝 CONTRIBUTORS.md (+1 -0)
📝 Emby.Server.Implementations/Library/Resolvers/Audio/AudioResolver.cs (+1 -1)
📝 Emby.Server.Implementations/Library/Resolvers/Audio/MusicAlbumResolver.cs (+1 -1)
📝 Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs (+1 -1)
📝 MediaBrowser.Controller/Resolvers/ResolverPriority.cs (+6 -1)

📄 Description

Fixes #3169 and #2879

Simply changes ResolverPriority of the resolvers so that MusicArtistResolver runs before MusicAlbumResolver. This makes a folder with albums inside a artist folder, regardless of whether there are audio files directly in the folder.

Previously, the MusicAlbumResolver would see an audio file in the artist folder and consider it an album, breaking the real albums.


🔄 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/4968 **Author:** [@iansw246](https://github.com/iansw246) **Created:** 1/6/2021 **Status:** ✅ Merged **Merged:** 1/7/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix-music-album-display` --- ### 📝 Commits (1) - [`0f4bbbc`](https://github.com/jellyfin/jellyfin/commit/0f4bbbc63cf2d4f79301a0be7a5431ea5b8cdbb7) Fix 3169 and 2879 by making MusicArtistResolver run ahead of MusicAlbumResolver ### 📊 Changes **5 files changed** (+10 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTORS.md` (+1 -0) 📝 `Emby.Server.Implementations/Library/Resolvers/Audio/AudioResolver.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/Resolvers/Audio/MusicAlbumResolver.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs` (+1 -1) 📝 `MediaBrowser.Controller/Resolvers/ResolverPriority.cs` (+6 -1) </details> ### 📄 Description Fixes #3169 and #2879 Simply changes ResolverPriority of the resolvers so that MusicArtistResolver runs before MusicAlbumResolver. This makes a folder with albums inside a artist folder, regardless of whether there are audio files directly in the folder. Previously, the MusicAlbumResolver would see an audio file in the artist folder and consider it an album, breaking the real albums. --- <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:18:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10342