mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #14332] [MERGED] Fix missing music genre metadata #13939
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix--music-genre📝 Commits (2)
39b2de5Fix missing music genre metadataa581c29Fix 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.