Description ----------- Taginfo is a quick implementation of the TagLib API for use in the music jukebox program Room Juice. It's meant to be fast, not featureful. Taginfo reads what tags TagLib can read, which as of this writing are ID3, ID3V2, Ogg, and FLAC. Perhaps I should have made this a php plugin of some sorts, maybe some day, but I did what I knew, it's probably fast enough, and this way it's more easily reuseable by other programs. Requirements ------------ This package requires the following: TagLib >= 1.4 ( http://developer.kde.org/~wheeler/taglib.html ) Instructions ------------------ # make # make install License ------- This program is released under the terms of the GNU General Public License. Please see the file COPYING for details. Author ------ Steve Grecni aka gid