From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18331 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: all you MP3 people out there... a fix for lars! Date: 30 Oct 1998 11:10:23 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86d87a58uo.fsf@kramer-fast.bp.aventail.com> References: <86vhl48scz.fsf@kramer-fast.bp.aventail.com> <87g1c7o795.fsf@perv.daft.com> <8iww5j3x6e.fsf@broca.biostr.washington.edu> Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035156873 5572 80.91.224.250 (20 Oct 2002 23:34:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:34:33 +0000 (UTC) Cc: Wes Hardaker , ding@gnus.org Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA06739 for ; Fri, 30 Oct 1998 11:11:09 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB18686; Fri, 30 Oct 1998 10:10:27 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 30 Oct 1998 10:10:20 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id KAA16820 for ; Fri, 30 Oct 1998 10:10:09 -0600 (CST) Original-Received: from slow.bp.aventail.com (vind11.cntwk.net [207.205.120.185]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA06714 for ; Fri, 30 Oct 1998 11:10:04 -0500 (EST) Original-Received: from kramer-fast.bp.aventail.com (kramer-fast.bp.aventail.com [192.168.200.2]) by slow.bp.aventail.com (8.8.5/8.8.5) with ESMTP id HAA00288; Fri, 30 Oct 1998 07:08:32 -0800 Original-Received: (from wmperry@localhost) by kramer-fast.bp.aventail.com (8.8.5/8.8.5) id LAA14333; Fri, 30 Oct 1998 11:10:23 -0500 Original-To: torin@daft.com X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > -----BEGIN PGP SIGNED MESSAGE----- > > Wes Hardaker, in an immanent manifestation of deity, wrote: > >Willing? Heck, thats what my "cdrec" script is currently written in. > >Was there another alternative??? > > Okay. I've gotten the impression on ding that if it ain't e-lisp, it > ain't nuthin. I need to make a recent change to cd->query and then I > can send a snapshot to anyone that wants it. And for those that really do think if it aint-e-lisp, its crap, here's a first pass at cddb.el. It can use cdda2wav or cdparanoia to get the TOC from the CD, computes the discid, and can either look up the CD in a local CDDB database, or do it remotely. It even works through my socks.el stuff, wheee. :) Try evaluating (cddb-get-entry) when you have a CD in the drive. It will pull back the XMCD style info. Next on the list is actually parsing this out. I want to eventually have a suite of elisp scripts that will just take a CD, convert the whole damn thing to mp3, and create an appropriate .XAM file (the xaudio album format). Or perhaps just go all the way and write an MP3 player in elisp and make the playlists, etc, controllable via custom, and album files in a nice easy to (read ...) format. Any interest? :) -Bill P.