diff options
author | Max Kellermann <max@duempel.org> | 2013-12-29 16:34:16 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-29 18:15:30 +0100 |
commit | b5f3bfce92b42ad3b6c7f5f37ea1b8a23616f87f (patch) | |
tree | f447e6931100cc94f18befc52bf2fddce9f6c23f /NEWS | |
parent | aeb2baa495776d9fc06e63f91167c40c334303c8 (diff) | |
download | mpd-b5f3bfce92b42ad3b6c7f5f37ea1b8a23616f87f.tar.gz mpd-b5f3bfce92b42ad3b6c7f5f37ea1b8a23616f87f.tar.xz mpd-b5f3bfce92b42ad3b6c7f5f37ea1b8a23616f87f.zip |
SongUpdate: read tags from songs in an archive
Add the TagStream.cxx library, similar to TagFile.cxx, and use it to
load tags from song files inside archives.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ ver 0.19 (not yet released) * protocol - new commands "addtagid", "cleartagid" +* archive + - read tags from songs in an archive * input - alsa: new input plugin - smbclient: new input plugin |