I find cdcd (command-line cd player) very useful:
- It can be run either in interactive mode (type cdcd in a console or an xterm) or one command at a time (e.g. cdcd play 3)
- it doesn't get in your way
- It has a lot of yet simple to use commands:
Codice: Seleziona tutto
didier@localhost:/home/logiciels$ cdcd help
Commands: !, ?, access, close, debug, device, edit, eject, exit, ext, ff, getvol, help, info, list, next, open, pause, play, prev, quit, refresh, resume, rew, rndplay, setvol, sites, slot, status, stop, toggle, tracks, and verbose.
For more specific help, type `help <command>'.As I'm not yet able to make a package for it would someone like to do it ?
It compiles and install easily on a Slackware 12 distro :
1) go to the libcdaudio project at Sourceforge :
http://sourceforge.net/projects/libcdaudio/
2) download both libcdaudio and cdcd tarballs; shortcut for the download page:
http://sourceforge.net/project/showfile ... p_id=27134
3) extract the two files. At time of writing -- won't change soon as they are pretty mature
libcdaudio-0.99.12p2.tar.gz
cdcd-0.6.6.tar.gz
4) cd to libcd-0.99.12p2, ./configure && make && make install && ldconfig
5) cd to cdcd-0.6.6, ./configure && make && make install
6) run cdcd
The default prefix is /usr/local but you can change it at ./configure time.
BTW, thanks for your wonderful work.
Sorry not to post in Italian, I only speak French and a little bit of English.

