README 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. This is a CD player for use under Acme.
  2. It is derived from my earlier cdplay, which
  3. was in turn derived from a 2nd edition player
  4. called vcd. I think hardly any of the code from
  5. vcd is left anymore, but it's what got me started.
  6. Vcd was originally by David Hogan with additions
  7. by Alberto Nava. David Hogan claims the only
  8. code left is the definition of struct Msf.
  9. Run it by executing "acd /dev/sdD0", where
  10. /dev/sdD0 is your CD reader.
  11. A window with a track list will appear, with
  12. tracks named Track 1, Track 2, etc.
  13. If it can be found in the freedb.org CD database,
  14. real track names will replace the boring
  15. ones before long.
  16. To start playing a track, right click the number.
  17. A "> " marks the currently playing track.
  18. When that track finishes, acd plays the track
  19. on the next line. This means you can edit
  20. the window as thought it were a play list.
  21. If the next line is "repeat", acd will start again
  22. at the first song listed in the window.
  23. CD changes are handled gracefully.
  24. Russ Cox
  25. 9 August 2000
  26. rsc@plan9.bell-labs.com