The program findmp3 searches through directorytrees for mp3-files by the composing artist, the title of the track, the album it came from, the genre, etc. etc. This information is retrieved from the id3(v2) tags in an mp3-file. The syntax of the commandline is more or less similar to that of the find command.
0.7 added '-x' switch which lets findmp3 continue when errors are detected 0.6 fixed a segfault in the included id3-libraries 0.5 things would not compile anymore for some funny reason, fixed 0.4 would not compile on strictly C-compilers (0.3 had some C++-ish code) 0.3 Now also supports id3v1 tags 0.2 Initial release