mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
External extension eac3 is not recognized #6867
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?
Originally created by @ycodeg on GitHub (Apr 1, 2025).
Description of the bug
It appears eac3 is not recognized as external audio.
Checking manually with MediaInfo, it recognizes it as eac3 as expected.
The general feature of external audio tracks work. For example, if I change the extension from 'eac3' to 'ac3' then JellyFin server suddenly recognize it well. So I guess it's a parser issue. It's a temporary fix but it create another issues when I already have ac3.
Reproduction steps
Temporary fix:
5. Change 'movie.eac3' to 'movie.ac3' (or any other file above).
6. Jellyfin server recognize all as eac3.
What is the current bug behavior?
Not recognizing external eac3 files.
What is the expected correct behavior?
Recognizing external eac3 files as selectable audio in movie page.
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.10.6
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@crobibero commented on GitHub (Apr 1, 2025):
Already fixed by https://github.com/jellyfin/jellyfin/pull/13784
@ycodeg commented on GitHub (Apr 1, 2025):
Oh wow many thanks I was hesitant for a long time for nothing.