home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Recent / mus / play / mp3Play.readme < prev    next >
Text File  |  2001-06-11  |  3KB  |  99 lines

  1. Short:    Very small GUI for MPEGA
  2. Author:   carls@kajen.com (Carl Svensson)
  3. Uploader: carls@kajen.com (Carl Svensson)
  4. Version:  1.0
  5. Type:     mus/play
  6. Requires: ARexx, rexxreqtools.library, MPEGA
  7.  
  8.  
  9.             M P 3 P L A Y   1 . 0
  10.            =======================
  11.  
  12.            (c) 2001 Carl Svensson
  13.  
  14.  
  15. What's This?
  16. ¯¯¯¯¯¯¯¯¯¯¯¯
  17. mp3Play is a small (almost tiny) GUI for MPEGA, the Amiga MP3 Player.
  18. It's written in ARexx and needs RexxReqTools.library to work.
  19.  
  20.  
  21. Contents of this Distribution
  22. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  23. mp3Play    The GUI Script
  24. mp3Config  Configuration Script
  25. ReadMe     This file
  26.  
  27.  
  28. Requirements
  29. ¯¯¯¯¯¯¯¯¯¯¯¯
  30. · ARexx (with RexxMast running)
  31. · MPEGA
  32. · rexxreqtools.library (available from aminet, reqtoolsusr.lha)
  33.  
  34. No AHI, 24-bit Workbench screen or PowerPC CPU is needed
  35. for it to look and sound good :)
  36. I guess the GUI is blazing fast even on a vanilla 68000 machine,
  37. since it only uses ReqTools. I haven't tested this though.
  38.  
  39.  
  40. Installation
  41. ¯¯¯¯¯¯¯¯¯¯¯¯
  42. 1. Copy the mp3Play directory to the wished destination
  43.    (for example, your hard drive)
  44.  
  45. 2. Run mp3Config. This script is quite self-explanatory,
  46.    so I won't bother to explain it here.
  47.    The default MPEGA options (-d 2 -q 1 -p 3 -b 32) gives
  48.    me a clear, crisp sound using only about 25% CPU on my
  49.    A1200 with a 50MHz 060. However, you might wish to
  50.    replace these with the ones of your choice.
  51.    
  52.    mp3Config creates a file called "mp3Play.cfg" in your
  53.    s: directory. It's a very small file containing
  54.    only one line of text.
  55.  
  56.  
  57. Usage
  58. ¯¯¯¯¯
  59. 1. Run mp3Play
  60.    - From Workbench: Double-click the icon.
  61.    - From CLI: 1> rx mp3Play  
  62.  
  63. 2. Now the GUI appears. It has three buttons:
  64.    Play, Stop and Quit.
  65.    
  66.    The Play button throws up a file requester
  67.    (NO multiple choice available). When you've
  68.    selected an mp3 file, mp3Play starts playing it.
  69.    If mp3Play is already playing a file when the
  70.    Play button is pressed, mp3Play stops playing
  71.    the old file and throws up a file requester.   
  72.    The Stop button stops playing.
  73.    The Quit button stops playing and closes the GUI.
  74.  
  75.  
  76. The Author
  77. ¯¯¯¯¯¯¯¯¯¯
  78. Contact me by mail (carls@kajen.com) or
  79. visit my HomePage (http://carls.1av10.nu/).
  80.  
  81.  
  82. To Do
  83. ¯¯¯¯¯
  84. Lots of error handling.
  85.  
  86.  
  87.  
  88.   DISCLAIMER
  89.  ============
  90.  This program is freely distributable as long as all files remain intact.
  91.  The files in the distribution should be:
  92.   · mp3Play (Main GUI script)
  93.   · mp3Config (Config script)
  94.   · ReadMe (this file)
  95.  
  96.  I am NOT responsible for any of the problems this script may cause.
  97.  I offer NO warranty and I cannot guarantee that it'll work on your
  98.  computer.
  99.