savonet / ocaml-flac

OCaml bindings to libFLAC
GNU General Public License v2.0
9 stars 2 forks source link

No Flac metadata in liquidsoap #1

Closed LeonarddeR closed 10 years ago

LeonarddeR commented 10 years ago

I don't know whether this problem belongs to liquidsoap or ocaml-flac, but as it is only flac related, i report it here. It seems that flac files created using liquidsoap don't contain any metadata. Normal files created using the flac encoder contain fields like title, artiest and even length and bitrate, at least according to Windows. However, flac files created using liquidsoap don't contain this information. Both Windows and Foobar2000 aren't able to compute the length of the files, and metadata like title and artist is missing entirely.

toots commented 10 years ago

Hi,

Pure FLAC files (*.flac) indeed do not have metadata for now I think. Ogg/flac files (*.ogg) however should have proper metadata..