[PR #14332] [MERGED] Fix missing music genre metadata #13939

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14332
Author: @theguymadmax
Created: 6/17/2025
Status: Merged
Merged: 6/23/2025
Merged by: @crobibero

Base: masterHead: fix--music-genre


📝 Commits (2)

  • 39b2de5 Fix missing music genre metadata
  • a581c29 Fix parsing of empty genres and studios metadata

📊 Changes

2 files changed (+6 additions, -5 deletions)

View changed files

📝 Jellyfin.Server.Implementations/Item/BaseItemRepository.cs (+2 -2)
📝 MediaBrowser.Providers/MediaInfo/AudioFileProber.cs (+4 -3)

📄 Description

Changes

  • Genre tags from audio files are now applied during initial scanning. Previously, these tags were ignored unless a Replace all Metadata scan was performed or the genre field was empty.

  • Applied string.IsNullOrWhiteSpace() checks before splitting Genres and Tags to prevent arrays from containing empty string entries.

Issues
Fixes #14041
Fixes #6036


🔄 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/14332 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 6/17/2025 **Status:** ✅ Merged **Merged:** 6/23/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix--music-genre` --- ### 📝 Commits (2) - [`39b2de5`](https://github.com/jellyfin/jellyfin/commit/39b2de5f342083a2e5b8c9b4df8d892abcfd8f94) Fix missing music genre metadata - [`a581c29`](https://github.com/jellyfin/jellyfin/commit/a581c293cc097e7c594e9eeda050c3f99178e1cc) Fix parsing of empty genres and studios metadata ### 📊 Changes **2 files changed** (+6 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/Item/BaseItemRepository.cs` (+2 -2) 📝 `MediaBrowser.Providers/MediaInfo/AudioFileProber.cs` (+4 -3) </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** - Genre tags from audio files are now applied during initial scanning. Previously, these tags were ignored unless a Replace all Metadata scan was performed or the genre field was empty. - Applied `string.IsNullOrWhiteSpace() `checks before splitting Genres and Tags to prevent arrays from containing empty string entries. **Issues** Fixes #14041 Fixes #6036 --- <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:21:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13939