mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #14100] [MERGED] Terminate at null char for audio tags #13838
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/14100
Author: @gnattu
Created: 5/13/2025
Status: ✅ Merged
Merged: 5/19/2025
Merged by: @crobibero
Base:
master← Head:terminate-tag-at-null📝 Commits (2)
6f0e331Terminate at null char for audio tags2541cf3Use LeftPart extension📊 Changes
2 files changed (+71 additions, -24 deletions)
View changed files
📝
MediaBrowser.Providers/MediaInfo/AudioFileProber.cs(+58 -24)📝
src/Jellyfin.Extensions/StringExtensions.cs(+13 -0)📄 Description
Some users may use a misbehaved tag editor that writes a null char to the tag when not allowed by the tagging system. Terminates all string value from the tag at null char and ignore everything after.
Having a null char in the metadata fields not only affects value display, it will actually crash some job like nfo saving where the writer cannot handle null char gracefully.
Changes
Issues
Fixes #13674
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.