mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #12385] [MERGED] Add non-standard multi-value audio tag support #13175
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/12385
Author: @gnattu
Created: 8/4/2024
Status: ✅ Merged
Merged: 9/8/2024
Merged by: @crobibero
Base:
master← Head:custom-audio-parser📝 Commits (1)
21e0b71Add non-standard multi-value audio tag support📊 Changes
2 files changed (+77 additions, -2 deletions)
View changed files
📝
MediaBrowser.Model/Configuration/LibraryOptions.cs(+18 -0)📝
MediaBrowser.Providers/MediaInfo/AudioFileProber.cs(+59 -2)📄 Description
This adds support for widely used non-standard methods of recording multiple values in audio tags. Notably:
;) as a delimiter for tag values.A user-customizable whitelist to exclude certain items from tag splitting is also added, as some artists may have special characters in their names.
Enabling this feature is a per-library setting and is disabled by default.
Changes
Issues
Fixes #11871
Fixes #12256
Fixes #10730
Fixes #10794
Fixes #11411
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.