mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13003] [MERGED] Only set first MusicBrainz ID for audio tags #13440
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/13003
Author: @gnattu
Created: 11/10/2024
Status: ✅ Merged
Merged: 11/15/2024
Merged by: @crobibero
Base:
release-10.10.z← Head:only-set-first-musicbrainz-id📝 Commits (1)
50a200aOnly set first MusicBrainz ID for audio tags📊 Changes
1 file changed (+23 additions, -5 deletions)
View changed files
📝
MediaBrowser.Providers/MediaInfo/AudioFileProber.cs(+23 -5)📄 Description
Changes
Those MusicBrainz specific extensions tagged by Picard can store multiple values, and the actual way splitting those values depends on the Picard settings. However, our metadata provider can only have one unique ID, this PR first split the value depends on the library settings, and then pick the first MusicBrainz ID as the provider ID, basically restore the 10.9 and before behavior.
Issues
Fixes #13002
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.