Sonerezh / sonerezh

A self-hosted, web-based application to stream your music, everywhere.
https://www.sonerezh.bzh
GNU Affero General Public License v3.0
769 stars 122 forks source link

Add .m4a audio file format support #13

Open bidouilles opened 9 years ago

bidouilles commented 9 years ago

It would be great to add .m4a audio file format support (audio/mp4).

maximelebastard commented 9 years ago

+1

lGuillaume124 commented 9 years ago

Hi,

We need to do some tests and learn more about this format before support it.

CHBMB commented 9 years ago

I'd like to see this too, Itunes has become all too pervasive, m4a is everywhere..

cgx commented 9 years ago

:+1:

n0doubt commented 8 years ago

Would there be any way to have the automatic conversion convert m4a to mp3 instead of having to implement support for an additional filetype?

lGuillaume124 commented 8 years ago

Could be included in #150

lGuillaume124 commented 8 years ago

The getID3 lib does not support all the iTunes metadata tags (like album name, artist name and title). I remove this issue from milestone 1.1.0 because we cannot update getID3, due to huge performance regressions. Thomas started to work on our own metadata parser to remove this external dependency.

landure commented 6 years ago

I don't know the status of the work on your own metadata parser, but this command :

avprobe -show_format -show_streams -of 'json' file.m4a > info-file.json

Will extract audio metadata in JSON. It use libav which is recommanded for sonerezh. I hope this help to add m4a support to Sonerezh.