Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audiobook Scanner- Files using the xHE-AAC Codec cause the library scan process to crash #1004

Closed
SuburbanVampire opened this issue Sep 23, 2022 · 1 comment

Comments

@SuburbanVampire
Copy link

Effected Version: Docker 2.1.5 running Debian x64 host

The codec xHE-AAC is a proprietary version of AAC from Fraunhofer. It is protected by patents and has no compatible licensed version that can be used with FFMPEG.

It is like this format will never be supported by FFMPEG.

Currently, if the audiobook library scanner encounters a file using this codec, the process halts immediately, looks like an unhandled exception.

Steps to reproduce: Place any xHE-AAC media file in a scannable path and let scan run automatically or manually.

Example files here: https://www2.iis.fraunhofer.de/AAC/xhe-aac-abr.html

Undergrid added a commit to Undergrid/audiobookshelf that referenced this issue Sep 24, 2022
@Undergrid Undergrid mentioned this issue Sep 24, 2022
@advplyr
Copy link
Owner

advplyr commented Oct 2, 2022

Fixed in v2.2.0

This fix just prevents the crash, the audio file will still be invalid.

@advplyr advplyr closed this as completed Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants