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

Closed
opened 2025-12-22 10:15:28 +01:00 by backuprepo · 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/2/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/2/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>
backuprepo 2025-12-22 10:15:28 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#14007
No description provided.