Jeremy Smith <[EMAIL PROTECTED]> writes: > I've just been dusting off some code I wrote in '02 which still works > fine, and I ported it to Lisp in part of this afternoon for fun. > > Basically, you give it a list of track lengths (in seconds) and it > generates a couple of hashes which are used to identify the CD, then > checks FreeDB (or any CDDB clone) using the web interface (eg, a normal > URL) and then you are given an exact match with track numbers/names, or > a list of inexact matches where you need to specify which one you'd like > (probably just return a list of IDs).
See also: cddb.lisp in rip-l. It's pretty application-specific and incomplete, though. Zach _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
