home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume38 / cdplay / part01 / README < prev   
Text File  |  1993-06-20  |  2KB  |  47 lines

  1.  
  2. Audio cdplayer for Toshiba cd-roms running under UnixWare.
  3. Requires headphones or speakers to be plugged into your 
  4. cd-rom player.
  5.  
  6. It's quick, simple and very dirty, but it works. 
  7.  
  8. To configure, edit cdplay.c, search for:
  9.  
  10. #define CD_ROM 
  11.  
  12. and substitute my cd-device for your cd-device
  13.  
  14. To compile type "make"
  15.  
  16. To install type "make install" (You must be root).
  17.  
  18. This consists of 2 parts. The first is called "cdplay" and will
  19. print all options with the help of a "-?" flag. The second is a
  20. Windowing Korn Shell script which acts as a front end to cdplay.
  21.  
  22. Once installed, type "cdfront" and press return. A display will 
  23. appear with Numbers representing track numbers, and pixmaps
  24. representing functions, which are L to R:
  25.  
  26. Back  Play  Skip
  27. Pause Power Eject
  28.  
  29. Selecting a number will play from that track on (Remember, it's 
  30. quick, simple and very dirty). Selecting Back will play the track
  31. previous to the one initially selected, Skip will play the track
  32. after the initially selected track, Play will play from the initially
  33. selected track or from the first track when started, pause once will
  34. pause, pause re-selected will start play again, Eject will eject the 
  35. disk and Power will exit the program. 
  36.  
  37. The screen will not re-map when putting in a new cd, you must exit
  38. the application and re-start it to map a new cd.
  39.  
  40. Do what I did, make a symbolic link from /usr/X/bin/cdfront to the
  41. "Applications" folder in your home directoy, and launch the app 
  42. by double-clicking on the icon with your mouse.
  43.  
  44.  
  45. Eric Wallengren
  46. eric@univel.COM
  47.