=============================================================================

                		  CT - Player

=============================================================================
				version - 1.2.4
=============================================================================

Hi Folks!

This is a very simple mp3 player. It's only purpose is to play mp3 songs with
gaps between them.

Of course I know, that there are mp3 players more than needed, but I never
found any, which would put gap between the songs. They are shiny and
beautiful, but they play the songs continuasly.

Why is that a problem? Well I've got a MiniDisc recorder, and when I use the
"line in" to record mp3 songs on MD, the equipment can't find the end (or
beginning) of the songs, so it records continuasly.

So I decided to make a useful mp3 player for myself, which is not really
shiny, but I can set the gap time.

Now I can record the mp3 songs individually on my MDs.

I think it's very simple to use it, so I don't bother you further...

Enjoy it!

                Spider

=============================================================================
If you find any bugs, please don't hesitate to send me an e-mail.

=============================================================================
 The program was coded in Borland Delphi (c)
=============================================================================
 contact: atibor@fmk.nyme.hu
=============================================================================
 web: http://titanic.nyme.hu/~atibor/ct
=============================================================================

=============================================================================
 Features:
=============================================================================
- You can load directories containing mp3 files.
- You can adjust gap interval.
- You can adjust displayed time:
        - length of song
        - remaining time
        - elapsed time.
- You don't need any .ddl's, everything is in the program.
=============================================================================

=============================================================================
 Known problems:
=============================================================================
- This player can't play damaged mp3 files. :-(

=============================================================================
 History:
-----------------------------------------------------------------------------
1.0.1:  20.06.2001 
	Added features:
	- Window border removed.
	- Minimize button added.
	- AboutBox added.
	- Slim view added.
	Fixed bugs:
	- No more problems, when you push Delete button at empty SongList.
	- Music doesn't stop when you click in SongList during playing.
1.1.0:	12.07.2001
	Added features:
	- You can select the songs in the list with the
	  UP and DOWN keys on keyboard
	- You can change the order of song by moving the titles in the list
		- use the Up/Down buttond below the list, or
		- use Shift + Up/Down key on keyboard
1.2.0:	16.07.2001
	Added features:
	- Now you can play audio CD-s also :-)
	Removed bugs:
	- No more problems when deleting list before any items would 
	  have been selected.
1.2.1:	23.07.2001
	Added features:
	- Scrollable song title: just click on the actual title below the 
	  time, and you can start or stop scrolling the title.
	- When adding songs to an empty list, the first song in the readed
	  list will be set actual, and you can just start playing it by
	  pushing the play button.
1.2.2:	25.07.2001
	Added features:
	- Display for total number of tracks and actual track.
	Removed bugs:
	- Real control on CD player, correct time displaying, and stepping.			
1.2.3:	10.08.2001
	Added features:
	- Nicer hints.
	Removed bugs:
	- If an mp3 file is demaged, the program sends an error message, 
	  and steps to the next (or previous) song. No more freezing.
1.2.4:	29.09.2001
	Removed bugs:
	- "No MCI device open" error was removed when playing AudioCD.