[PR #12385] [MERGED] Add non-standard multi-value audio tag support #13175

Closed
opened 2026-02-07 07:08:26 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: custom-audio-parser


📝 Commits (1)

  • 21e0b71 Add 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:

  • The non-standard ARTISTS tag used by Kodi and Picard
  • The use of a custom character (e.g., ;) 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

  • Adds customizable tag splitting in library options

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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/12385 **Author:** [@gnattu](https://github.com/gnattu) **Created:** 8/4/2024 **Status:** ✅ Merged **Merged:** 9/8/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `custom-audio-parser` --- ### 📝 Commits (1) - [`21e0b71`](https://github.com/jellyfin/jellyfin/commit/21e0b714b158353af39c2531beac45d443163d89) Add non-standard multi-value audio tag support ### 📊 Changes **2 files changed** (+77 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Model/Configuration/LibraryOptions.cs` (+18 -0) 📝 `MediaBrowser.Providers/MediaInfo/AudioFileProber.cs` (+59 -2) </details> ### 📄 Description This adds support for widely used non-standard methods of recording multiple values in audio tags. Notably: - The non-standard ARTISTS tag used by Kodi and Picard - The use of a custom character (e.g., `;`) 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. <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> - Adds customizable tag splitting in library options **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #11871 Fixes #12256 Fixes #10730 Fixes #10794 Fixes #11411 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:08:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13175