home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / WINDOWS / UTILS / MUSICLIB.ZIP / MUSICLIB.TXT < prev    next >
Text File  |  1992-02-24  |  6KB  |  171 lines

  1.  
  2.  
  3.                          The Music Librarian
  4.                              Version 1.1
  5.                          February 24th, 1992
  6.  
  7.  
  8.                                  by
  9.       _________  _ /| /\ |\                 ___________________________
  10.      / _______/ / / |  / | \    /\         /                          /
  11.     / /        / /| | -- |  \  /  \       / mahon@Software.Mitel.COM /|
  12.    / ----/    / /_| |    | \ \/ /\ \     /__________________________/ / 
  13.   / /        / /  | |    | |\__/  \ \    |__________________________|/
  14.  / /________/ /   |_|    |_|       \ \   /##//###//##//###//##//###//
  15. /____________/⌐ Edward ┼▓ Mahon 1992\_\ /==========================/
  16.  
  17. Edward A. A. Mahon
  18. c/o General Delivery
  19. White Lake
  20. Ontario, Canada
  21. K0A 3L0
  22.  
  23. ***********************************************************************
  24. ************************* General Information *************************
  25. ***********************************************************************
  26.  
  27.   The Music Librarian is a tool for music media management.  The
  28. main window consists of four list boxes: alphabet index, artists,
  29. releases, and singles.
  30.  
  31. The distributed program consistes of 4 files:
  32.  
  33. MusicLib.exe
  34.    - The executable.
  35. MusicLib.ima
  36.    - The Actor image.  This file must be in the same directory as
  37.      the executable.
  38. MusicLib.txt
  39.    - Help/readme file.  If this file is in the same directory as
  40.      the executable, selecting 'Help General' opens it in Notepad.
  41. Sample.wdl
  42.    - Sample library file to get started.
  43.  
  44.  
  45. ***********************************************************************
  46. ************************* Program Information *************************
  47. ***********************************************************************
  48.  
  49. ******************************
  50. ************ File ************
  51. ******************************
  52.  
  53.   Standard file functions are available: New, Open, Save, Save As,
  54. Print, and Exit.  The 'Merge' feature allows two library files to be
  55. combined (also see 'Search' below).   Upon completion of the first
  56. Music Librarian session, the following lines are added to 'WIN.INI'.
  57.  
  58. [MusicLibrarian]
  59. File = <path\name of last opened library file>
  60.  
  61. Prior to exiting the application, the 'File' key is updated with
  62. the complete path and name of the last opened library file.  This
  63. file name is appended to the 'File' menu each time the application
  64. is started.  Selecting it causes the file to opened and loaded.
  65.  
  66. Selecting 'File Exit', or 'Exit The Music Librarian' from the sytem
  67. menu, will prompt for the saving of any open library windows which
  68. have been modified.  Selecting 'Cancel' at any prompt during this
  69. phase cancels the exit request. Windows created via the 'Search'
  70. feature are automatically tagged as modified.
  71.  
  72. ******************************
  73. ************ Edit ************
  74. ******************************
  75.  
  76. - Adding -
  77.  
  78.    An element may be added by selecting 'Edit Add <element>' from
  79. the menu, tabbing to the appropriate list box and hitting the 'Insert'
  80. key, or holding the 'Shift' key while clicking the left mouse button
  81. on the appropriate list box.
  82.  
  83. - Deleting -
  84.  
  85.   An element may be deleted by selecting 'Edit Delete <element>' from
  86. the menu, tabbing to the appropriate list box and hitting the 'Delete'
  87. key, or clicking the right mouse button on the appropriate list box.
  88.  
  89. - Editing -
  90.  
  91.   An element may be edited by selecting 'Edit Edit <element>' from
  92. the menu, tabbing to the appropriate list box and hitting the 'Enter'
  93. key, or double clicking the left mouse button on the appropriate list
  94. box.
  95.  
  96. ******************************
  97. *********** Search ***********
  98. ******************************
  99.  
  100. 'Search' features match any occurence of a string in the respective
  101.   target field.  Searches are not case sensitive.
  102.  
  103. Example:
  104.     A 'Year' search for '198' would contain all
  105.     releases for 1980 - 1989.
  106.  
  107. Each search generates a new library and window, providing a match
  108. is made.  Modifications to search libraries do NOT affect the main
  109. library.  The default name of the libarary file resulting from a
  110. search is the string searched for (up to a maximum of the eight
  111. characters, with spaces replaced by underscores).
  112.  
  113. The 'Search' feature, combined with the 'File Merge' feature, allows
  114. filtered libraries to be created based on multiple criteria.
  115.  
  116. Example:
  117.     Library criteria: all releases in the 1980's and 1990's having
  118.                       the word 'music' in the title.
  119.  
  120.     Steps:
  121.        1. Select 'Search Year' from the main window.
  122.              Search string = 198
  123.              Result -> new window (198.MLB) created containing all
  124.                        realeases for 1980 - 1989
  125.        2. Select 'File Save' from the 198.MLB window.
  126.        3. Select 'Search Year' from the main window.
  127.              Search string = 199
  128.              Result -> new window (199.MLB) created containing all
  129.                        realeases for 1990 - 1999
  130.        4. Select 'File Merge' from the 199.MLB window.
  131.              File specification -> 198.MLB
  132.              Result -> contents of 198.MLB merged with 199.MLB
  133.        5. Select 'Search Release' from the 199.MLB window.
  134.              Search string = music
  135.               Result -> new window (MUSIC.MLB) created.
  136.  
  137. ******************************
  138. *********** Metrics **********
  139. ******************************
  140.  
  141. The 'Library Metrics' feature displays library size information.
  142.   This includes the number of artists, releases, and singles.
  143.  
  144.  
  145. ******************************
  146. *********** Window ***********
  147. ******************************
  148.  
  149. The 'Window' menu selection presents a list of open Music Librarian
  150. windows.  Selecting a window activates it, bringing it to the top.
  151.  
  152. ******************************
  153. ************ Help ************
  154. ******************************
  155.  
  156. 'Help General' displays this file if it is located in the same
  157.   directory as the executable.  Otherwise, a general help dialog
  158.   is displayed.
  159.  
  160. 'Help Mouse' explains the mouse commands.
  161.  
  162. 'Help The Needy'?  Let's just say I've spent some time on this
  163.   puppy...
  164.  
  165. **********************************
  166. * New features are on the way... *
  167. **********************************
  168.  
  169. Thanks for checking it out!
  170.  
  171. Ed Mahon