home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 15 / MA_Cover_15.iso / internet / aamp2htmlconvert-r / aamp2htmlconvert-r.readme < prev    next >
Encoding:
Text File  |  2000-04-27  |  3.5 KB  |  97 lines

  1. Short    : Converts AmigaAMP playlists to HTML
  2. Author   : radiat-r@sascha-ploss.de (radiat-r aka Sascha Ploss)
  3. Uploader : radiat-r@sascha-ploss.de (radiat-r aka Sascha Ploss)
  4. Type     : mus/misc
  5. Requires : AmigaAMP V2.8 (Beta 5) or later (http://amigaamp.amiga-software.com)
  6. Version  : 1.1   (27 Apr 2000)
  7.  
  8. Introduction:
  9.  
  10.  - Creates a songlist similar to those of WinAMP from a given
  11.    AmigaAMP playlist file.
  12.    It builds up a table with number, artist, title and songlenght
  13.    of all songs. The songlenght can be saved in one of two formats,
  14.    "xxx seconds" or "xx:xx" minutes:seconds. Optionally also the path
  15.    can be included in the html table. Now the background and text
  16.    color for the whole page can be set as well as the background of
  17.    the odd and even listentries.
  18.  
  19. Disclaimer:
  20.  
  21.  - Use at your own risk! I cannot be held responsible for
  22.    any damage it may cause, either to hardware or to software.
  23.  
  24.  
  25. Requirements:
  26.  
  27.  - Should run on almost every Amiga with installed ixemul.library.
  28.  
  29.  
  30. Installation:
  31.  
  32.  - After extracting the archive, just copy the executable anywhere
  33.    you want it (I recommend to put it somewhere in your path, e.g. sys:c)
  34.  
  35.  
  36. Usage:
  37.  
  38.  Aamp2HtmlConvert-r <File> [OUTFILE <Outfilename>] [PATH] [SECONDS] [NOCOLOR]
  39.                     [BGCOLOR <Bgcolor>] [TEXTCOLOR <Textcolor>] [EVENCOLOR <Evencolor>] [ODDCOLOR <Oddcolor>]
  40.  
  41. Required parameter:
  42.  
  43.   <File>                 - AmigaAMP playlist file (This must be a file with saved artist, songname and lenght
  44.                            information introduced in AmigaAMP 2.8 Beta 5)
  45.  
  46. Optional parameters:
  47.  
  48.   OUTFILE <Outfilename>  - by default the html playlist is saved in a file called "playlist.html" in the
  49.                            current directory. To override this setting specify a filename for the
  50.                            html file here.
  51.  
  52.   PATH                   - also saves the path to the html playlist (by default it is hidden)
  53.  
  54.   SECONDS                - saves the length of song just in seconds instead of minutes:seconds
  55.  
  56.   NOCOLOR                - disables color adjustment for odd and even entries (makes the html file a bit smaller)
  57.  
  58.   BGCOLOR <Bgcolor>      - set the backgroundcolor of the whole page
  59.  
  60.   TEXTCOLOR <Textcolor>  - set the color of all text on the page
  61.  
  62.   EVENCOLOR <Evencolor>  - set the backgroundcolor of the even listentries
  63.  
  64.   ODDCOLOR <Oddcolor>    - set the backgroundcolor of the odd listentries
  65.  
  66. <Bgcolor>, <Textcolor>, <Evencolor> and <Oddcolor> must be a html colorcode (without quotes or the "#")
  67. (This are 6 hexadecimal figures which are build up like this: RRGGBB. So first two hexdigits for the red,
  68. then two for the green and at last two for the blue portion. Refer to a html documentation for more information
  69. on this topic.)
  70.  
  71. Examples:
  72. Aamp2HtmlConvert-r playlist.amigaamp
  73. Aamp2HtmlConvert-r amigaamp.playlist outfile=amigaampplaylist.html seconds path nocolor
  74. Aamp2HtmlConvert-r playlist.amigaamp bgcolor 000000 textcolor FFFFFF evencolor FF0000 oddcolor 0000FF
  75.  
  76.  
  77. Bugs and disfunctionals:
  78.  
  79.  - If you find anything, PLEASE mail me and i'll try to fix it.
  80.  
  81.  - If the inputfile is not an AmigaAMP playlist file, outputfile will be created anyways and
  82.    contain rubbish.
  83.  
  84.  - If you specify not an html-colorcode for <Bgcolor>, <Textcolor>, <Evencolor> or <Oddcolor>, it will be
  85.    written to the file anyways and may confuse some browsers.
  86.  
  87. History:
  88.  
  89.  1.1:         - Added colors
  90.  
  91.  1.0:         - First release
  92.  
  93.  
  94. Please mail me if you use it: radiat-r@sascha-ploss.de
  95. Check out my Amiga pages with more Amiga stuff:
  96. http://www.Global-Multimedia.de/amiga/
  97.