mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #12293] [CLOSED] Add env var to always use legacy audio prober #12955
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#12955
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/16/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.