cdplay release 1.0
------------------
(get it on http://www.ta-sa.org/?entry=cdplay)

This is a CD-Audio player for the Commandline.

Requirements
------------

Nothing important, i used following:
 - gcc version 2.95.2 19991024 (release)
 - glibc 2.1.3

And recently:
 - gcc version 3.2.3 20030316 (Debian prerelease)


Installation
------------

First compile it:

$ make

Then simply copy the executable 'cdplay'
where you want it.

If you want to save space:

$ make clean

Commandline interface
---------------------

I think it's mostly GNU-Like, correct me
if i am wrong.
So you can combine the single-char options
like: -rlv vor random loop verbose play (except
--random --loop --verbose )

  Playmodes:
  - - - - - 
  Every mode can be combined with --loop.
  The playmodes can't combined with each other.

    -c, --play[=STARTTRACK]

	Plays the whole CD from STARTTRACK or first track.
        In loop-mode it will start again from STARTTRACK or
        first track.


    -f, --file=FILE

        Plays a list from a file. 
        File has a simple format, tracknumbers seperated by
        a newline.
        In loop-mode, it will repeat the list.


    -t, --playtrack=TRACK

        Plays specified TRACK.
        In loop-mode, it will repeat the TRACK.


    -r, --random

        Plays CD shuffled, loop-mode will let it play for ever.

  Status:
  - - - - 
  This are some status options:
    -i, --listtracks

        Lists tracks of the CD, and their length.

    
    -I, --playstatus
 
        Shows status of the playpositions.



Coming Features
---------------

- Bug fixes ;)
- Maybe your suggestion or a patch?


Bugs
----

Maybe --setvol doesn't work right. 
That is maybe cdrom-dependend.

Did you get any bugs? 
Send them to elmex@ta-sa.org.

Author
------
Robin Redeker <elmex@ta-sa.org>

Homepage: http://www.ta-sa.org/?entry=cdplay
