[Bug]: Transcode ALAC Support #872

Closed
opened 2026-04-24 23:24:46 +02:00 by adam · 4 comments
Owner

Originally created by @fidoriel on GitHub (Jan 7, 2023).

Describe the feature/enhancement

Hey,

it would be very nice if audiobookshelf server would transcode ALAC to AAC, like FLAC in #70.
Currently ALAC seems supported on iOS and Safari. On other browsers like Firefox or Edge, the UI starts to liad/spin for ever, nothin happens. As a minimum I would expect that the WebUI throws an Error saying ALAC is not supported. But i would love to see support for it, migrating from iTunes to audiobookshelf/Jellyfin.
Thanks.

EDIT:
This is a Bug. .m4a extensions are officialy supported. So ALAC is supported, because using .m4a like aac. The transcode fallback does not work on non Apple Browsers, there might be someting wrong with content negotiation.

Originally created by @fidoriel on GitHub (Jan 7, 2023). ### Describe the feature/enhancement Hey, it would be very nice if audiobookshelf server would transcode ALAC to AAC, like FLAC in #70. Currently ALAC seems supported on iOS and Safari. On other browsers like Firefox or Edge, the UI starts to liad/spin for ever, nothin happens. As a minimum I would expect that the WebUI throws an Error saying ALAC is not supported. But i would love to see support for it, migrating from iTunes to audiobookshelf/Jellyfin. Thanks. EDIT: This is a Bug. .m4a extensions are officialy supported. So ALAC is supported, because using .m4a like aac. The transcode fallback does not work on non Apple Browsers, there might be someting wrong with content negotiation.
adam added the enhancement label 2026-04-24 23:24:46 +02:00
adam closed this issue 2026-04-24 23:24:47 +02:00
Author
Owner

@advplyr commented on GitHub (Jan 7, 2023):

Do you have a sample audio file I can use to test?

@advplyr commented on GitHub (Jan 7, 2023): Do you have a sample audio file I can use to test?
Author
Owner

@fidoriel commented on GitHub (Jan 7, 2023):

I tested the first ALAC file from here: http://www.hyperion-records.co.uk/testfiles.asp

Does work on iOS App, macOS Safari
Does not Work on Windows/macOS Firefox

@fidoriel commented on GitHub (Jan 7, 2023): I tested the first ALAC file from here: http://www.hyperion-records.co.uk/testfiles.asp Does work on iOS App, macOS Safari Does not Work on Windows/macOS Firefox
Author
Owner

@advplyr commented on GitHub (Jan 8, 2023):

Fixed in v2.2.12

@advplyr commented on GitHub (Jan 8, 2023): Fixed in [v2.2.12](https://github.com/advplyr/audiobookshelf/releases/tag/v2.2.12)
Author
Owner

@fidoriel commented on GitHub (Mar 16, 2023):

The fix is working fine since january. But there is an issue: If I listen to a audiobook which has no bookmark (saved position) it works fine. If it has it seeks indefinitely for the position and will never start.

@fidoriel commented on GitHub (Mar 16, 2023): The fix is working fine since january. But there is an issue: If I listen to a audiobook which has no bookmark (saved position) it works fine. If it has it seeks indefinitely for the position and will never start.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#872