TagFarm is still in heavy Development, but that does not mean you can't try it
Check it out with CVS. Type a couple lines of code into your console and you have tagfarm - provided you have the required libsRequired Libraries:
- QT 3.3.1 >= compiled with sqlite module
- Musicbrainz client
- libsqlite3
- libtunepimp
- libid3tag
- Xine-lib-1.0
- giFt -- OPTIONAL if you want p2p features
$ cvs
-d:pserver:anonymous@tagfarm.cvs.sf.net:/cvsroot/tagfarm checkout
tagfarm
$ cd tagfarm
$ mkdir build
$ cd build
$ ../configure
$ make