|
|
TagReportTagReport is a nifty little project I've been working on which is mostly a giant C++ exploration exercise. The program is fairly simple at this stage; the 'indexer' part is really just an HTML output function right now, that mimics the "Winamp Generated Playlist" format commonly seen on the Internet. Currently it supports 4 libraries with which it can process audio files; libFLAC for FLAC files, libvorbisfile for Ogg Vorbis audio, libid3tag for MP3 audio, and TagLib, an all-in-one library that supports both Ogg Vorbis and MP3 reading. TagReport is software released under the terms of the GNU General Public License. The SourceRelease 0.3 may be found at: http://triplehelix.org/~joshk/tagreport/TagReport-0.3.tar.gz and its corresponding GPG signature against key 0x78446f26 may be found here. The source is always available via Subversion, you may do: svn co svn://triplehelix.org/tagreport/trunk tagreport or you can use the ViewCVS interface here. FeedbackI welcome any feedback to TagReport by email: joshk@triplehelix.org. |
Last updated: Oct 18, 2004 by Joshua Kwan