mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12293] [CLOSED] Add env var to always use legacy audio prober #13136
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/12293
Author: @gnattu
Created: 7/17/2024
Status: ❌ Closed
Base:
release-10.9.z← Head:env-use-legacy-audio-prober📝 Commits (1)
b227c30Add env var to always use legacy audio prober📊 Changes
1 file changed (+37 additions, -32 deletions)
View changed files
📝
MediaBrowser.Providers/MediaInfo/AudioFileProber.cs(+37 -32)📄 Description
Our current TagLib-based audio prober only processes spec-defined multi-value tags. For non-standard methods, like using a special character as a separator, TagLib simply does not support them. Properly implementing such mechanisms is beyond the scope of version 10.9, as it would introduce API changes for additional user settings. Add an environment variable so users can choose to always use the legacy ffprobe results, which process some separators, when re-tagging the library with the spec defined method is not an option.
Changes
Issues
Workaround for #11871 #12256 #10730 #10794
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.