Some "cast to pointer from integer of different size" warnings removed.
[AROS-Contrib.git] / MultiMedia / playcdda / playcdda_gui.readme
blobede4c1c4498a913ea49c626217791607aa3c5ae7
1 Short:        Play CD audio tracks using AHI
2 Author:       Fredrik Wikstrom
3 Uploader:     Fredrik Wikstrom <fredrik@a500.org>
4 Type:         mus/play
5 Version:      1.6
6 Architecture: i386-aros
8 Installation:
10 Copy the PlayCDDA executable anywhere on your harddrive and set the DOSDEV
11 tooltype to the device name of your CD/DVD drive.
13 Changes:
15 1.6 (1-Dec-2011)
16  - Added CDDA buffering code from AmigaOS4.x version
17  - Added some icons to the release archive including one for the PlayCDDA exe
18  - Added a status display above the seeking gadget
20 1.5 (13-Aug-2010)
21  - Added a Zune interface for AROS
23 1.4 (27-Oct-2009)
24  - Removed the io_Unit check from DoSCSICmd because some device drivers set
25    this field to NULL even they open successfully
27 1.3 (27-Oct-2009)
28  - Fixed playback of the first track on an Audio CD
29  - Tracks are now numbered starting with track #1 instead of #0
31 1.2 (19-Oct-2009)
32  - PlayCDDA now obtains the device/unit information using dos.library
33  - If no track number is specified PlayCDDA will list all data/audio tracks on
34    the CD in question
36 1.1 (4-Aug-2009)
37  - First released version