On Mon, Sep 09, 2002 at 04:12:06PM +0200, Jesus Climent wrote: > On Mon, Sep 09, 2002 at 05:01:03PM +0100, Bj?rn Johansson wrote: > > > > a text based CD Player. > > [EMAIL PROTECTED]:~/media/mp3$ apt-cache search cd | grep play | grep text > workbone - A simple text-based CD player > > [EMAIL PROTECTED]:~/media/mp3$ apt-cache search cd | grep play > cdcd - command line or console based CD player > dcd - Command-line CD player > groovycd - A ncurse based CD player.
None of these work on my iMac due to the direct digital audio connection. If you have an iMac, a simple approach is #!/bin/sh cdda2wav -t 1+`cdir | tail -1 | sed 's/^..[^ ]* *//'` -D /dev/cdrom -N -e -d0 -I cooked_ioctl -q & This works for me to play the CD straight through, I use aumix to adjust the volumes. I'm also one of those who can't get the xmms cdread extension to work. -- *------v--------- Installing Debian GNU/Linux 3.0 --------v------* | <http://www.debian.org/releases/stable/installmanual> | | debian-imac: <http://debian-imac.sourceforge.net> | | Chris Tillman [EMAIL PROTECTED] | | To Have, Give All to All (ACIM) | *----------------------------------------------------------------*

