mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14329] [CLOSED] Fix missing music genre metadata #13938
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/14329
Author: @theguymadmax
Created: 6/17/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
b73412eFix missing music genre metadata📊 Changes
1 file changed (+4 additions, -3 deletions)
View changed files
📝
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.
Issues
Fixes #14041
Fixes #6036
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.