We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
seems m4a with ALAC (Apple Lossless) can't be played on the moment.
m4a
ALAC
thread '<unnamed>' panicked at src/helpers/music_handler.rs:94:45: called `Result::unwrap()` on an `Err` value: UnrecognizedFormat
for f in *.flac ; do ffmpeg -nostdin -i "$f" -c:a alac -c:v copy "${f%.*}".m4a done
Maybe is it something trivial to enable or you'd need separate dependency and more like 'real' implementation of this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
seems
m4a
withALAC
(Apple Lossless) can't be played on the moment.Symptoms
Get test ALAC file(s)
Proposed fix
Maybe is it something trivial to enable or you'd need separate dependency and more like 'real' implementation of this?
The text was updated successfully, but these errors were encountered: