mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #12173] [MERGED] Add support for reading and storing Recording MBIDs from file metadata #12925
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#12925
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/12173
Author: @lyarenei
Created: 6/25/2024
Status: ✅ Merged
Merged: 3/1/2025
Merged by: @crobibero
Base:
master← Head:recording-mbid-support📝 Commits (10+)
ef67ca2Add recording metadata provider1a983fdAdd recording MBID014182cSave recording MBID during probing9dd18c8Set recording ID in probe result normalizer4d949d5Add recording external media type15410d1Reimplement after changes in upstream482b4a9Rename variable6366088Rename variable9a5b5f8Revert "Set recording ID in probe result normalizer"f891021Fix setting provider ID📊 Changes
4 files changed (+58 additions, -2 deletions)
View changed files
📝
MediaBrowser.Model/Entities/MetadataProvider.cs(+6 -1)📝
MediaBrowser.Model/Providers/ExternalIdMediaType.cs(+6 -1)📝
MediaBrowser.Providers/MediaInfo/AudioFileProber.cs(+19 -0)➕
MediaBrowser.Providers/Plugins/MusicBrainz/MusicBrainzRecordingId.cs(+27 -0)📄 Description
Changes
Add support for reading and storing MusicBrainz Recording IDs if they are present in the file metadata.
Issues
I'm not aware of any. It'll make the recording MBID conveniently accessible within Jellyfin (and editable from Jellyfin UI).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.