home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / cdplay / ntfycd.zip / README.TXT < prev    next >
Text File  |  1996-08-12  |  5KB  |  114 lines

  1. Notify Tray CD Player - Version 1.11
  2.  
  3. Written by Mats Ljungqvist, 1996. (mats.ljungqvist@enator.se)
  4.  
  5. Be sure to check http://www.artech.se/~mlt/software/index.html for new
  6. updates!
  7.  
  8. MSVCRT40.DLL is available at the homepage!!
  9.  
  10. ----------------------------------------------------------------------------
  11.  
  12. *No* registration is needed, but if You like, You can send me an e-mail 
  13. message telling me what You think about the program.
  14.  
  15. If You send me am e-mail You can be added to a mailing list announcing new
  16. versions.
  17.  
  18. I take no responsibility by *ANY* damages caused by this program! 
  19. (Whatever they can be...)
  20.  
  21.  
  22. History
  23. ============================================================================
  24. * This little applet was written because I was tired of the interface in
  25.   CDPLAYER.EXE. I wanted something that was easier to control by clicking 
  26.   the mouse on a spot on the screen. I think CDPLAYER is hard to find in the 
  27.   tasklist if You have a number of apps running and need to pause. Pause
  28.   is now just a double-click on the CD icon in the tray. I also though it 
  29.   would be cool to have a fast way to get the next track, also without 
  30.   having to find the CDPLAYER window. Yeah, the Taskbar is great, but I 
  31.   still think it's easier to handle the basic CD commands by clicking on 
  32.   the icon in the tray.
  33.  
  34.  
  35. Features among others (Check WHATSNEW.TXT for added features in this version)
  36. ============================================================================
  37. * CD Player that resides in the Notify Tray area of the taskbar in Windows 95 or 
  38.   Windows NT 4.0. 
  39. * Features right-click menu with all common CD actions and a Tracks menu 
  40.   including the names of all tracks on the current CD. 
  41. * Fast "left-click on icon" operation. One click to get the next track/play, 
  42.   two clicks to pause/resume, three to get previous track, four to stop.
  43. * Artist, title, track and time (optional) displayed in Tooltip. 
  44. * Programmed play, repeat (whole or track) and random play.
  45. * CD DB Editor with Export/Import functions
  46. * ToolTip display options
  47. * Compatible with CDPLAYER.EXE included in Windows 95 and Windows NT 4.0. 
  48.   Can replace CDPLAYER.EXE to feature autoplay etc. 
  49. * Compatible with the track list used by CDPLAYER.EXE 
  50. * Possibility to use a special ODBC plug-in to allow storing of CD DB in 
  51.   an ODBC database.
  52.  
  53.  
  54. How to use
  55. ============================================================================
  56. * Right click on icon in tray brings up the control menu consisting of 
  57.   the regular CD control commands, the Tracks menu, from which You can
  58.   directly choose which track to play by looking at the track title.
  59. * Single left click on icon skips to next track/starts playing if stopped.
  60. * Double left click on icon pauses/resumes playing.
  61. * Tripple left click on icon rewinds to previous track.
  62. * CD Info is used to set the Artist name, CD title and track titles. 
  63.   Compatible with CDPLAYER.EXE.
  64. * Options is used to decide what time display format to use and some misc
  65.   settings. 
  66. * Use CD DB Editor to export/import or add alias (Right click on a disc)
  67. * Increase poll interval in options dialog if system slows down every now
  68.   and then. (This is mostly a problem for Windows 95 users)
  69.  
  70.  
  71. Replace CDPLAYER.EXE for AutoPlay and choosing track in Explorer.
  72. ============================================================================
  73. There is two ways of changing the default CDPLAYER program, the first is 
  74. changing the registry using the Explorer File types like this:
  75.  
  76. 1. Start Explorer
  77. 2. Choose meny View and menu item Options
  78. 3. Choose tab File Types
  79. 4. Select AudioCD in the file types list and press Edit
  80. 5. Select Play in the actions list and press Edit
  81. 6. Change CDPLAYER to the path of NTFY_CD.EXE and press OK
  82. 7. Press OK in the Edit File Type dialog
  83. 8. Select CD Audio Track in the file types list and press Edit
  84. 9. Select Play in the actions list and press Edit
  85. 10. Change CDPLAYER to the path of NTFY_CD.EXE and press OK
  86. 11. Press OK in the Edit File Type dialog
  87. 12. Press OK in the Options dialog
  88.  
  89. The second way is to replace the existing CDPLAYER.EXE with ntfy_cd.exe like
  90. this:
  91.  
  92. 1. Locate Your CDPLAYER.EXE.
  93. 2. Rename it to CDPLAYER.ORG.
  94. 3. Copy NTFY_CD.EXE to CDPLAYER.EXE.
  95. 4. That's it. NTFY_CD.EXE can handle the -PLAY, /PLAY and -TRACK options 
  96.    (At least I think so, I have only tested it with a couple of CD drives)
  97.  
  98.  
  99. Enable and disable AutoRun in Registry (Thanx sissond@mail.vtls.com)
  100. ============================================================================
  101. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
  102.  
  103. On:
  104. "Autorun"=dword:00000001
  105. Off:
  106. "Autorun"=dword:00000000
  107.  
  108.  
  109. Comments, suggestions, bug-reports
  110. ============================================================================
  111. e-mail to: mats.ljungqvist@enator.se
  112.  
  113. Happy usage!
  114.