diff options
author | Max Kellermann <max@duempel.org> | 2009-03-01 14:07:23 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-01 14:07:23 +0100 |
commit | ba3a8474b6b3ef1355cf7173de2622adc34fce2e (patch) | |
tree | 5b01875ef08e4f529783e9e24bf5ee9844a14f4e /NEWS | |
parent | 92db09fdf8d672fa6c78e726102ad66145d076f4 (diff) | |
download | mpd-ba3a8474b6b3ef1355cf7173de2622adc34fce2e.tar.gz mpd-ba3a8474b6b3ef1355cf7173de2622adc34fce2e.tar.xz mpd-ba3a8474b6b3ef1355cf7173de2622adc34fce2e.zip |
flac: parse stream tags
Parse the vorbis comments in libflac's metadata_callback and pass them
as tag struct to the decoder API.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ ver 0.15 - (200?/??/??) - sidplay: new decoder plugin for C64 SID (using libsidplay2) - fluidsynth: new decoder plugin for MIDI files (using libfluidsynth) - wildmidi: another decoder plugin for MIDI files (using libwildmidi) + - flac: parse stream tags - added configuration option to disable decoder plugins * audio outputs: - added option to disable audio outputs by default |