diff options
author | Max Kellermann <max@duempel.org> | 2009-03-02 18:00:46 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-02 18:00:46 +0100 |
commit | 336f624277933a34a049d1d5e88f1357bf8048d8 (patch) | |
tree | 701b28f6e07824758ece375cccb7f53f40fe553a /NEWS | |
parent | 72176db429c0341c041a95c5daa50de7aece2da2 (diff) | |
download | mpd-336f624277933a34a049d1d5e88f1357bf8048d8.tar.gz mpd-336f624277933a34a049d1d5e88f1357bf8048d8.tar.xz mpd-336f624277933a34a049d1d5e88f1357bf8048d8.zip |
tag_id3: parse ID3 tags in RIFF/WAV files
Added a small RIFF parser library. Look for an "id3" chunk, and let
libid3tag parse it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ ver 0.15 - (200?/??/??) - support the "album artist" tag - support MusicBrainz tags - parse RVA2 tags in mp3 files + - parse ID3 tags in RIFF/WAV files * decoders: - audiofile: streaming support added - audiofile: added 24 bit support |