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.
This commit is contained in:
Max Kellermann
2013-12-29 16:34:16 +01:00
parent aeb2baa495
commit b5f3bfce92
5 changed files with 132 additions and 6 deletions

2
NEWS
View File

@@ -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