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
+1
View File
@@ -202,6 +202,7 @@ src_mpd_SOURCES = \
src/TagPrint.cxx src/TagPrint.hxx \
src/TagSave.cxx src/TagSave.hxx \
src/TagFile.cxx src/TagFile.hxx \
src/TagStream.cxx src/TagStream.hxx \
src/TextInputStream.cxx \
src/Volume.cxx src/Volume.hxx \
src/SongFilter.cxx src/SongFilter.hxx \