home *** CD-ROM | disk | FTP | other *** search
- Short : Converts AmigaAMP playlists to HTML
- Author : radiat-r@sascha-ploss.de (radiat-r aka Sascha Ploss)
- Uploader : radiat-r@sascha-ploss.de (radiat-r aka Sascha Ploss)
- Type : mus/misc
- Requires : AmigaAMP V2.8 (Beta 5) or later (http://amigaamp.amiga-software.com)
- Version : 1.1 (27 Apr 2000)
-
- Introduction:
-
- - Creates a songlist similar to those of WinAMP from a given
- AmigaAMP playlist file.
- It builds up a table with number, artist, title and songlenght
- of all songs. The songlenght can be saved in one of two formats,
- "xxx seconds" or "xx:xx" minutes:seconds. Optionally also the path
- can be included in the html table. Now the background and text
- color for the whole page can be set as well as the background of
- the odd and even listentries.
-
- Disclaimer:
-
- - Use at your own risk! I cannot be held responsible for
- any damage it may cause, either to hardware or to software.
-
-
- Requirements:
-
- - Should run on almost every Amiga with installed ixemul.library.
-
-
- Installation:
-
- - After extracting the archive, just copy the executable anywhere
- you want it (I recommend to put it somewhere in your path, e.g. sys:c)
-
-
- Usage:
-
- Aamp2HtmlConvert-r <File> [OUTFILE <Outfilename>] [PATH] [SECONDS] [NOCOLOR]
- [BGCOLOR <Bgcolor>] [TEXTCOLOR <Textcolor>] [EVENCOLOR <Evencolor>] [ODDCOLOR <Oddcolor>]
-
- Required parameter:
-
- <File> - AmigaAMP playlist file (This must be a file with saved artist, songname and lenght
- information introduced in AmigaAMP 2.8 Beta 5)
-
- Optional parameters:
-
- OUTFILE <Outfilename> - by default the html playlist is saved in a file called "playlist.html" in the
- current directory. To override this setting specify a filename for the
- html file here.
-
- PATH - also saves the path to the html playlist (by default it is hidden)
-
- SECONDS - saves the length of song just in seconds instead of minutes:seconds
-
- NOCOLOR - disables color adjustment for odd and even entries (makes the html file a bit smaller)
-
- BGCOLOR <Bgcolor> - set the backgroundcolor of the whole page
-
- TEXTCOLOR <Textcolor> - set the color of all text on the page
-
- EVENCOLOR <Evencolor> - set the backgroundcolor of the even listentries
-
- ODDCOLOR <Oddcolor> - set the backgroundcolor of the odd listentries
-
- <Bgcolor>, <Textcolor>, <Evencolor> and <Oddcolor> must be a html colorcode (without quotes or the "#")
- (This are 6 hexadecimal figures which are build up like this: RRGGBB. So first two hexdigits for the red,
- then two for the green and at last two for the blue portion. Refer to a html documentation for more information
- on this topic.)
-
- Examples:
- Aamp2HtmlConvert-r playlist.amigaamp
- Aamp2HtmlConvert-r amigaamp.playlist outfile=amigaampplaylist.html seconds path nocolor
- Aamp2HtmlConvert-r playlist.amigaamp bgcolor 000000 textcolor FFFFFF evencolor FF0000 oddcolor 0000FF
-
-
- Bugs and disfunctionals:
-
- - If you find anything, PLEASE mail me and i'll try to fix it.
-
- - If the inputfile is not an AmigaAMP playlist file, outputfile will be created anyways and
- contain rubbish.
-
- - If you specify not an html-colorcode for <Bgcolor>, <Textcolor>, <Evencolor> or <Oddcolor>, it will be
- written to the file anyways and may confuse some browsers.
-
- History:
-
- 1.1: - Added colors
-
- 1.0: - First release
-
-
- Please mail me if you use it: radiat-r@sascha-ploss.de
- Check out my Amiga pages with more Amiga stuff:
- http://www.Global-Multimedia.de/amiga/
-