[Gardeners] Project proposal: CDDB checker for Lisp (coded, tested and working)

Jeremy Smith jeremy at decompiler.org
Sat Jun 17 15:42:07 CDT 2006


Jeremy Smith wrote:
> 
> 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.

[snip]

>         http://linkit.fractalconcept.com/asp/libs/cl-mp3-parse
> 
> So someone can integrate this library to find track lengths and the
> project should be complete then.
> 
> I wondered if anyone could help me get cl-mp3-parse up and running?

Just an update: I got cl-mp3-parse working, so now I can calculate track
times! :-)

(/(*(length headers)26) 1000) = seconds

To clarify from my first email: The basic idea is that you've "got hold
of" an album of MP3s, and they all have disparate names (or even just
track numbers), and you want to rename them to their proper titles. So
you cheat and use the database you're supposed to use for ripping CDs to
rename all the MP3s, which works because the CDDB architecture has an
error margin of 10 seconds per track. Very useful if you have tons of
MP3s!

Jeremy.


More information about the Gardeners mailing list