[PR #14936] [MERGED] Fix mka-style tagging key #14183

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14936
Author: @gnattu
Created: 10/2/2025
Status: Merged
Merged: 10/3/2025
Merged by: @crobibero

Base: masterHead: fix-mka-custom-tag


📝 Commits (1)

  • b6e014b Fix mka-style tagging key

📊 Changes

1 file changed (+34 additions, -2 deletions)

View changed files

📝 MediaBrowser.Providers/MediaInfo/AudioFileProber.cs (+34 -2)

📄 Description

The mka native tagging uses a tagging key different from other common formats which the key is in the format of track.tag_name

Changes

Added fallbacks for mka style tagging.

Issues

Fixes #14892


🔄 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/14936 **Author:** [@gnattu](https://github.com/gnattu) **Created:** 10/2/2025 **Status:** ✅ Merged **Merged:** 10/3/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix-mka-custom-tag` --- ### 📝 Commits (1) - [`b6e014b`](https://github.com/jellyfin/jellyfin/commit/b6e014b7ca872097f52cc1c718a272d789fab192) Fix mka-style tagging key ### 📊 Changes **1 file changed** (+34 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/MediaInfo/AudioFileProber.cs` (+34 -2) </details> ### 📄 Description The mka native tagging uses a tagging key different from other common formats which the key is in the format of track.tag_name <!-- 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. --> Added fallbacks for mka style tagging. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #14892 --- <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:25:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14183