home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / freenet / WrkBone001 / Linux / WBone / WorkBone-0.1 / workbone.1.Z / workbone.1
Text File  |  1993-12-08  |  6KB  |  199 lines

  1.  
  2.  
  3.  
  4. WorkBone(1)              Audio CD Player              WorkBone(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        workbone  -- an interactive text-mode program for control-
  9.        ling and playing audio CD Roms under Linux.
  10.  
  11. SSYYNNOOPPSSIISS
  12.        wwoorrkkbboonnee [ -v | -h | -q ]
  13.                   -v : version
  14.                   -h : help
  15.                   -q : fast start (no wait for init)
  16.  
  17.        Type wwoorrkkbboonnee to start program.  Engage the  NUM  LOCK  on
  18.        your  keypad. From inside WorkBone pressing DEL on numeric
  19.        keypad will display a help menu.  While running,  wwoorrkkbboonnee
  20.        will  display  the  current track number and both total CD
  21.        elapsed time and current track elapsed  time.   Note  that
  22.        total  CD  elapsed  time includes times for non-audio data
  23.        tracks in addition to playable tracks.
  24.  
  25.  
  26. DDEESSCCRRIIPPTTIIOONN
  27.        WWoorrkkBBoonnee is an interactive TEXT-MODE program  for  playing
  28.        audio  CDs  under Linux. It is based on the modules "hard-
  29.        ware.c" and "struct.c" from the elaborate X11  CD  program
  30.        known  as  WorkMan.  WWoorrkkBBoonnee was intended as a minimalist
  31.        interactive control panel for playing CDs under  text-mode
  32.        Linux,  and does not incorporate most of the advanced fea-
  33.        tures of WorkMan such as shuffle play  and  CD  databases.
  34.        However,  for those who just want to play music with mini-
  35.        mal fuss, WWoorrkkBBoonnee is quite sufficient.
  36.  
  37.        WWoorrkkBBoonnee expects to find the device: /dev/cdrom .  If  you
  38.        don't  have this device, change to /dev and soft link your
  39.        current cd rom device to 'cdrom'. For example, if you cur-
  40.        rently  call your cdrom device 'mcd0', then do the follow-
  41.        ing:
  42.  
  43.                       cd /dev
  44.                       ln -sf mcd0 cdrom
  45.  
  46.        Alternatively, just edit 'hardware.c'  to reflect the name
  47.        of your cdrom device and recompile.
  48.  
  49.        WWoorrkkBBoonnee  uses  the  numeric  keypad as a control panel to
  50.        allow you to move track to track, play, pause,  stop,  and
  51.        resume  playing  of audio CDs. Make sure you have your NUM
  52.        LOCK engaged when using WWoorrkkBBoonnee..  A graphical template is
  53.        displayed  to  guide  you. Running times are also continu-
  54.        ously updated and displayed. Pushing the DEL  key  on  the
  55.        numeric pad will bring up a help screen.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. WorkBone 0.1               04 Dec 1993                          1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. WorkBone(1)              Audio CD Player              WorkBone(1)
  71.  
  72.  
  73.                         +---- number pad -----+
  74.                         |                     |
  75.                         |    7     8     9    |
  76.                         |                     |
  77.                         |    4     5     6    |
  78.                         |                     |
  79.                         |    1     2     3    |
  80.                         |                     |
  81.                         |    0          del   |
  82.                         |                     |
  83.                         +---------------------+
  84.  
  85.  
  86.        the '9' key on the keypad is "play"
  87.        the '8' key on the keypad is "pause/resume"
  88.        the '7' key on the keypad is "stop"
  89.        the '6' key on the keypad is "next"
  90.        the '5' key on the keypad is "replay"
  91.        the  4  key on the keypad is "previous"
  92.        the '3' key on the keypad is "go forward 15 seconds"
  93.        the '2' key on the keypad is "hard abort" (music stops)
  94.        the '1' key on the keypad is "go backward 15 seconds"
  95.        the '0' key on the keypad is "soft exit" (music continues)
  96.        the '.' key on the keypad is "help"
  97.  
  98.  
  99. CCOOPPYYIINNGG
  100.        WWoorrkkBBoonnee is ccooppyyrriigghhtteedd  free  software  provided  WITHOUT
  101.        warranty  of  any  kind,  NOT EVEN the implied warranty of
  102.        merchantablilty or fitness for any particular purpose. Use
  103.        at  your  own  risk.   WWoorrkkBBoonnee may be used in any way you
  104.        wish so long as you comply with the provisions of the Free
  105.        Software  Foundation GGNNUU GGeenneerraall PPuubblliicc LLiicceennssee version 2.
  106.        This software should have come with a copy of the GNU Gen-
  107.        eral Public License. You may obtain a copy of this license
  108.        by writing to:
  109.  
  110.  
  111.             Free Software Foundation, Inc.,
  112.             675 Mass Ave,
  113.             Cambridge, MA 02139, USA.
  114.  
  115.  
  116. BBUUGGSS
  117.        It is doubtful that I will do much  development  of  WWoorrkk--
  118.        BBoonnee..   It was basically a quick hack for my personal use.
  119.        However, please e-mail any bug fixes or improvements  that
  120.        you  might have.  WWoorrkkBBoonnee works with my Mitsumi FX001D CD
  121.        Rom drive, but your mileage with other  drives  may  vary.
  122.        Only  generic  calls and functions are used as per WorkMan
  123.        proper itself. The display code was  written  specifically
  124.        for  the  Linux  console  and uses VT102 escape sequences.
  125.        Portability was not a concern :-)
  126.  
  127.  
  128.  
  129.  
  130. WorkBone 0.1               04 Dec 1993                          2
  131.  
  132.  
  133.  
  134.  
  135.  
  136. WorkBone(1)              Audio CD Player              WorkBone(1)
  137.  
  138.  
  139.        enjoy.
  140.  
  141.        Thomas McWilliams
  142.  
  143.        thomas.mcwilliams@f615.n109.z1.fidonet.org
  144.        Amateur Radio KI4N
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196. WorkBone 0.1               04 Dec 1993                          3
  197.  
  198.  
  199.