home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / misc / scdb_07fb.lzh / SCDB / SCDB.doc < prev   
Encoding:
Text File  |  1994-10-15  |  4.1 KB  |  124 lines

  1.  
  2. SCDB.DOC                SCDB version 0.7                  Achim Gorski
  3.                Oct 1994
  4.  
  5. SCDB, (C)Copyright 1994, Achim Gorski.  All Rights Reserved.
  6. This software may be distributed for non-profit only. This software is
  7. FREEWARE.
  8.  
  9.     Achim Gorski
  10.     Starenweg 27
  11.     50997  Koeln
  12.       Germany
  13.  
  14.     EMAIL: gorski@sun.ph-cip.uni-koeln.de
  15.  
  16.  
  17.     Donations welcome but not solicited.
  18.  
  19.  
  20.  
  21.  
  22. SCDB a Sound Carrier DataBase.
  23.  
  24.     SCDB is based on isam (indexed sequential acces method) and uses a
  25.     multilevel index structure.
  26.     If you search for Artist/Title and you know the first characters
  27.     of Artist, SCDB should find this entry in N/72 comparisons and
  28.     (N/36)+1 for a unsuccessful search.( N = number of entries)
  29.     Ok, this is not binarysearch or treesearch but it was the easiest
  30.     and fastest way to realizse SCDB.
  31.  
  32.  
  33. ---------------------------------------------------------------------
  34. -- Only non-UNIX machines:                       --
  35. -- Your database-file and from where you SCDB started have to be   --
  36. -- on the SAME volume or you will get some serious probs !!        --
  37. -- Rule: SCDB and your datbase-file should be in one directory !   --
  38. ---------------------------------------------------------------------
  39. -- AMIGA: Don't use the Commodore-shell, 'cause it filters CTRL-D !--
  40. ---------------------------------------------------------------------
  41.  
  42. Maximum possible entries in Category and Label are 100. 'Other' should
  43. be always last. Edit them like you want.
  44.  
  45. Try 'SCDB -h'.
  46.  
  47.  
  48. Short INFO about SCDB:
  49.  
  50.         VIEW MODE
  51.  
  52.         CTRL-?  Help
  53.  
  54.         CTRL-F  Find Artist/Title
  55.              F  Find next Artist/Title
  56.         CTRL-L  Log record IN or OUT
  57.                 Ok, you loaned it - this should change LOCATION.
  58.                 Your chance to change it.
  59.                 You want to see all loaned records? Wait for a further
  60.                 version or never loan something. :-)
  61.         CTRL-A  Searches for the string found in 'See also'
  62.         CTRL-P  Print current entry (short output!) to SCDB_PRINTER.
  63.                 If you want to use this functions, you should set the
  64.                 enviroment-variable 'SCDB_PRINTER'.
  65.  
  66.                         UNIX:   set SCDB_PRINTER=value
  67.                                 export SCDB_PRINTER
  68.                                 (depends on your shell)
  69.                                 'value' is the printer-device!
  70.                                 BSD Unix: look at /etc/printcap for
  71.                                 the devive name!
  72.                         AMIGA:  setenv SCDB_PRINTER="prt:"
  73.                         OTHER:  Read your system manual !
  74.  
  75.                 SCDB_PRINTER should be an ASCII-printer or a filename.
  76.         CTRL-H  Hunts for specific information in the whole database.
  77.                 This function will need some time !
  78.                 TAB completes Artist, Title, Label, Type, Category.
  79.                 It is possible to type an Artist-name in the Title-field.
  80.                 The result is the first title of the given Artist-name.
  81.                 Example:
  82.                          Title: boo<TAB>
  83.                          ...
  84.                          Title: 24 Hours
  85.         CTRL-C  Reads the whole database and creates a LIST.
  86.                 Hunts for specific information like CTRL-H.
  87.                 The output goes to SCDB_PRINTER (look at CTRL-P).
  88.  
  89.  
  90.  
  91.         ... all other functions should explain itself.
  92.  
  93.  
  94.         EDITOR MODE
  95.  
  96.         Functions should explain itself. :-)  (lazy programmer)
  97.         (Rule: writehowyalikeit! )
  98.  
  99.  
  100.         While editing Tracks it is possible to press TAB for Artist
  101.         completion (only in the second half of a string).
  102.  
  103.  
  104. The IMPORT-function is just a by-product of my own imported database.
  105. So don't overrate it!
  106.  
  107. No further decription at this time: Just use it.
  108. Hit the keys and you will see the results.
  109.  
  110.  
  111.  
  112.  
  113. FUTURE: I'm looking for cheap and good hardware to scan barcode
  114.         (UPC/EAN). If there is a solution to this problem I will
  115.         include a function to scan, search and sort rec. by barcode.
  116.  
  117.  
  118.  
  119. ------
  120. The newest version of SCDB is always available by ftp on:
  121.         vax.ph-cip.uni-koeln.de
  122.     in  /pub/amiga/misc
  123. ------
  124.