home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / v / vcrcde10.zip / VCRCODE.DOC < prev    next >
Text File  |  1992-10-03  |  8KB  |  151 lines

  1.                             VCRCode, Version 1.00 
  2.                       A Program for IBM-PC Compatibles 
  3.                  to Generate 1 to 6 Digit VCR Plus+ PlusCodes 
  4.  
  5.                       This program is brought to you by 
  6.  
  7.                                The Good Doctor
  8.  
  9.             It  is  based  on  information  appearing  in  Shirriff K, 
  10.         Welch C,   Kinsman A,   "Decoding  a  VCR  Controller   Code," 
  11.         Cryptologia, 16 (#3, July 1992), 227-234.  
  12.  
  13.             VCR Plus+  and PlusCode  are  trademarks  of  the  Gemstar 
  14.         Development Corporation.   Gemstar claims copyright and patent 
  15.         protection  on  the  PlusCode  numbers and software to  create 
  16.         them.   However,  Gemstar had no involvement in this  program, 
  17.         which is provided at no charge,  for home use only.   The Good 
  18.         Doctor  had  no access to any of Gemstar's  employees  or  its 
  19.         software. 
  20.  
  21.  
  22.                              The Program VCRCode 
  23.  
  24.             VCRCode  generates 1 to 6 digit VCR Plus+  PlusCodes.    A 
  25.         quick check of the TV listings will show that  this covers the 
  26.         vast majority of codes that anyone is likely to need.   The  7 
  27.         and 8 digit codes occur primarily with odd starting times.   A 
  28.         simple work around is to pick an earlier starting time on  the 
  29.         hour  or half hour and adjust the duration accordingly.    The 
  30.         VCR Plus+ itself can be used to add multiples of 15 minutes to 
  31.         any program duration by pressing the ADD TIME button under the 
  32.         VCR Plus+ cover (1 press for each 15 minutes). 
  33.  
  34.             In  some locations,  the programs of certain UHF  stations 
  35.         routinely end up with longer codes.   The VCR Plus+ includes a 
  36.         channel  mapping capability that can be used to overcome  this 
  37.         difficulty.    Suppose  local channel 67's programs often have 
  38.         longer codes and  channel 3 is unused.   Use the VCR Plus+  to 
  39.         map channel 3 to 67  (or, more properly,  the channel assigned 
  40.         by the VCR Plus+  to over-the-air broadcast channel 67).  Then 
  41.         use  VCRCode to generate the appropriate PlusCode for  channel 
  42.         3.  This will not  affect your ability to use codes printed in 
  43.         local listings since channel 67 still maps to itself. 
  44.  
  45.             Why was VCRCode  written?    For three reasons:   (1)  The 
  46.         VCR Plus+   will  not accept codes for shows after  their  air 
  47.         date.   Thus, an old PlusCode can't be used to initiate weekly 
  48.         taping.  (2)  The ease of locating a TV listing decreases with 
  49.         the need to obtain a PlusCode.  Computers, for the moment, are 
  50.         less  mobile and tend to stay put.   (3)  Not all TV  listings 
  51.         contain all PlusCodes.  
  52.  
  53.  
  54.                                   Using VCRCode 
  55.  
  56.             Enter VCRCode at the  DOS prompt and then follow VCRCode's 
  57.         prompts.    The starting date (mm/dd/yy)  must be entered with 
  58.         slashes interspaced.  The starting time (hh:00|30 a|p) is more 
  59.         flexible  than  the prompt suggests.   If minutes are  omitted 
  60.         they are assumed to be 00.  A hyphen or a space may be used in 
  61.         place  of  the colon.   There need not be a space  before  the 
  62.         am|pm  indicator,  which may be typed in upper or lower  case.  
  63.         For example, '7:00 p' could be be entered as '7 00P' or '7p'. 
  64.  
  65.             Press  Enter  at  the  starting date  prompt  to  end  the 
  66.         program. 
  67.  
  68.  
  69.                              The File CHANNEL.MAP 
  70.             
  71.             When  the VCR Plus+  is used with cable or when there  are 
  72.         many station in a broadcast area,  the channel number assigned 
  73.         by VCR Plus+  may be different from the cable channel or over-
  74.         the-air channel number.   When you set up your VCR Plus+,  you 
  75.         went  through  Step  4 which established  the  mapping between 
  76.         channel  numbers.   The file CHANNEL.MAP makes it possible  to 
  77.         establish  similar  mappings so  that  over-the-air  or  cable 
  78.         channel numbers can be used instead  of the VCR Plus+ assigned 
  79.         channel numbers in VCRCode. 
  80.  
  81.             CHANNEL.MAP  is  an  ASCII file created by  using  a  text 
  82.         editor or word processor that can save ASCII files.   The EDIT 
  83.         program in DOS 5.0 is perfect for the job.   Even EDLIN may be 
  84.         used.   Each record contains  two  numbers separated by one or 
  85.         more  spaces.   In keeping with VCR Plus+  setup,   the  first 
  86.         number  is  the  channel assigned by VCR  Plus+.   (See  local 
  87.         listings.   In TV Guide,  the information may be found on  the 
  88.         white  page  immediately  before the first page of  listings.)  
  89.         The second number is the over-the-air or cable channel number. 
  90.             
  91.             For example,  suppose the VCR Plus+ assigns channel 14  to 
  92.         over-the-air   broadcast  channel  67.    Then  one  line   of 
  93.         CHANNEL.MAP should read
  94.                                    14   67 
  95.  
  96.             If VCRCode  finds  the  file  CHANNEL.MAP  in  the current 
  97.         directory,   it uses the information in the file to  translate 
  98.         cable  channel or over-the-air broadcast channel numbers  into 
  99.         VCR Plus+ assigned channel numbers.  If there is no such file, 
  100.         VCRCode  processes channel numbers as entered in  response  to 
  101.         its  prompt.    In  the previous example,  if  there  were  no 
  102.         CHANNEL.MAP  file,   channel 14  should be entered  to  create 
  103.         PlusCodes for broadcast channel 67. 
  104.  
  105.  
  106.  
  107.          ----------------end-of-author's-documentation---------------
  108.  
  109.                          Software Library Information:
  110.  
  111.                     This disk copy provided as a service of
  112.  
  113.                            Public (software) Library
  114.  
  115.          We are not the authors of this program, nor are we associated
  116.          with the author in any way other than as a distributor of the
  117.          program in accordance with the author's terms of distribution.
  118.  
  119.          Please direct shareware payments and specific questions about
  120.          this program to the author of the program, whose name appears
  121.          elsewhere in  this documentation. If you have trouble getting
  122.          in touch with the author,  we will do whatever we can to help
  123.          you with your questions. All programs have been tested and do
  124.          run.  To report problems,  please use the form that is in the
  125.          file PROBLEM.DOC on many of our disks or in other written for-
  126.          mat with screen printouts, if possible.  PsL cannot debug pro-
  127.          programs over the telephone, though we can answer questions.
  128.  
  129.          Disks in the PsL are updated  monthly,  so if you did not get
  130.          this disk directly from the PsL, you should be aware that the
  131.          files in this set may no longer be the current versions. Also,
  132.          if you got this disk from another vendor and are having prob-
  133.          lems,  be aware that  some files may have become corrupted or
  134.          lost by that vendor. Get a current, working disk from PsL.
  135.  
  136.          For a copy of the latest monthly software library newsletter
  137.          and a list of the 4,000+ disks in the library, call or write
  138.  
  139.                            Public (software) Library
  140.                                P.O.Box 35705 - F
  141.                             Houston, TX 77235-5705
  142.  
  143.                                 1-800-2424-PSL
  144.                              MC/Visa/AmEx/Discover
  145.  
  146.                           Outside of U.S. or in Texas
  147.                           or for general information,
  148.                               Call 1-713-524-6394
  149.  
  150.  
  151.