Ronald G. Minnich f27ed9168b Remove non-standard Ken C pragmas. 7 năm trước cách đây
..
README c0f3d9569e Plan 9 from Bell Labs 2002-12-12 21 năm trước cách đây
access c0f3d9569e Plan 9 from Bell Labs 2002-12-12 21 năm trước cách đây
acd.h f27ed9168b Remove non-standard Ken C pragmas. 6 năm trước cách đây
acme.c 76c5cd10c5 fixfmt: fix all usages of %u so that u is a type, not a modifier 6 năm trước cách đây
build.json 5117dc9b78 Build the Acme tools. "acd" builds now but I don't have a machine with 6 năm trước cách đây
cddb c0f3d9569e Plan 9 from Bell Labs 2002-12-12 21 năm trước cách đây
cddb.c 999e4ebda0 ANOTHER round of type fixes. 9 năm trước cách đây
cddbproto c0f3d9569e Plan 9 from Bell Labs 2002-12-12 21 năm trước cách đây
discid c0f3d9569e Plan 9 from Bell Labs 2002-12-12 21 năm trước cách đây
mailinglist c0f3d9569e Plan 9 from Bell Labs 2002-12-12 21 năm trước cách đây
main.c 5117dc9b78 Build the Acme tools. "acd" builds now but I don't have a machine with 6 năm trước cách đây
mkfile c0f3d9569e Plan 9 from Bell Labs 2002-12-12 21 năm trước cách đây
mmc.c 76c5cd10c5 fixfmt: fix all usages of %u so that u is a type, not a modifier 6 năm trước cách đây
outline c0f3d9569e Plan 9 from Bell Labs 2002-12-12 21 năm trước cách đây
submit c0f3d9569e Plan 9 from Bell Labs 2002-12-12 21 năm trước cách đây
toc.c 5117dc9b78 Build the Acme tools. "acd" builds now but I don't have a machine with 6 năm trước cách đây
util.c 25de748849 GNU General Public License 9 năm trước cách đây
win.c 25de748849 GNU General Public License 9 năm trước cách đây

README

This is a CD player for use under Acme.

It is derived from my earlier cdplay, which
was in turn derived from a 2nd edition player
called vcd. I think hardly any of the code from
vcd is left anymore, but it's what got me started.
Vcd was originally by David Hogan with additions
by Alberto Nava. David Hogan claims the only
code left is the definition of struct Msf.

Run it by executing "acd /dev/sdD0", where
/dev/sdD0 is your CD reader.

A window with a track list will appear, with
tracks named Track 1, Track 2, etc.
If it can be found in the freedb.org CD database,
real track names will replace the boring
ones before long.

To start playing a track, right click the number.
A "> " marks the currently playing track.
When that track finishes, acd plays the track
on the next line. This means you can edit
the window as thought it were a play list.

If the next line is "repeat", acd will start again
at the first song listed in the window.

CD changes are handled gracefully.

Russ Cox
9 August 2000
rsc@plan9.bell-labs.com