home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d966 / cdtv-player.lha / CDTV-Player / Docs / readme < prev    next >
Text File  |  1993-09-30  |  15KB  |  435 lines

  1.    *******************************
  2.    **                           **
  3.    **      CDTV-Player 2.3      **
  4.    **                           **
  5.    **  designed in April 1993   **
  6.    **                           **
  7.    **      by Daniel Amor       **
  8.    **                           **
  9.    *******************************
  10.  
  11.    I. Introduction
  12.  
  13.    Welcome to CDTV-Player 2.3
  14.  
  15.    The idea for this program came up to me, as I was sitting in front of 
  16.    my CDTV and wanted to listen to some music and do some work at the 
  17.    same time. There is the possibility to press the play button while
  18.    working on Workbench, but nothing else than the track number will be
  19.    displayed. The other possibility to play Audio-CD's was to forget 
  20.    multitasking and use the built-in player-screen. I thought that 
  21.    this was quite lousy. In the German magazine 'AMIGA-DOS' I found a 
  22.    little program by Dr. Peter Kittel of Commodore - Germany in AMIGA-BASIC. 
  23.    This program looked more like a C-64 program with a lot of PEEKS and 
  24.    POKES. So I translated it into KICK-PASCAL (Lines in AmigaBasic vs 
  25.    Lines in Kick-Pascal = 200 vs 15) and designed a Workbench-Interface
  26.    (September 1992). This program is FISH-WARE. Commodore may even include 
  27.    this program into the original CDTV-package or bundle it with every CD-ROM.   
  28.    If you use this program for commercial matters, please don't forget to 
  29.    mention my name.
  30.  
  31.    II. Features
  32.  
  33.    CDTV-Player 2.3 features quite a lot of new options. First of all I
  34.    added preferences in order to keep the program user-friendly (this will
  35.    be extended in future versions). Then I've programmed a routine that
  36.    recognizes the CD if it's in the archive (thanks to Frédéric Botton - Paris 
  37.    for his «Gimme_a_CD»-program and the idea). Then I've introduced
  38.    a SHUFFLE function and an option to jump to seconds BACK and FORTH.
  39.    In earlier version only owners of a CD-ROM-drive could use the program.
  40.    Now everybody with an AMIGA has access to the archive in order to search 
  41.    for a song or just have a look at the program. I've included now an 
  42.    option called KARAOKE. If any lyrics are found in the archive they may
  43.    be displayed on-screen. Now an AREXX-Port has been included in order to
  44.    control the function of the CDTV from other programs.
  45.  
  46.  
  47.    III. Gadgets
  48.  
  49.    Here's a short explanation of the gadgets.
  50.  
  51.    REW     : Decreases track number.
  52.    PLAY    : Plays current track.
  53.    FF      : Increases track number.
  54.    PAUSE   : Pauses play.
  55.    STOP    : Stops play.
  56.    FADE    : Fades smoothly in/out.
  57.    LIVE    : Automatic fade in at the beginning of a track and automatic 
  58.              fade out a the end.
  59.    SINGLE  : Toggles between playing one song and the whole CD.
  60.    REPEAT  : Toggles between playing once or multiple times.
  61.    BACK    : Jumps two seconds back.
  62.    SCAN    : Scans into every song on the CD.
  63.    FORTH   : Jumps two seconds forth.
  64.    SECRET  : Future options.
  65.    KARAOKE : Live on-screen Karaoke (See V. KARAOKE).
  66.    SHUFFLE : Toggles between normal and shuffled play.
  67.    PROGRAM : Choose an order of play of your own.
  68.    PREFS   : Access to internal preferences. (See VII. PREFERENCES)
  69.    EDIT    : Opens edit window (See IV. EDIT).
  70.    DISPLAY : Toggles display-mode:
  71.              1. Track time played.
  72.              2. CD time played.
  73.              3. Remaining track time.
  74.              4. Remaining CD time.
  75.              5. No display (saves processing time).
  76.              Modes 3&4 accessible only with SINGLE off.
  77.    INFO    : Displays information.
  78.  
  79.    On the right side of the window there is a proportional gadget for
  80.    the volume.
  81.    
  82.     
  83.    IV. Edit
  84.  
  85.    By pressing the EDIT-Gadget in the main window, another window will be 
  86.    opened and you'll get access to the archive. In earlier version you had
  87.    to choose the CD you wanted to listen to from here. But this is done now
  88.    automatically, so you can only have a look at the archive now. You can have
  89.    a look at the songs by pressing the corresponding title. If CDTV-Player 
  90.    does not find the CD in the archive, you've got the possibility to
  91.    add this CD to the archive, by pressing the ADD CD-Gadget. A new window
  92.    will be opened and you've got the chance to enter the new CD. If you select
  93.    a group beforehand then the group name will appear automatically in the
  94.    group field.
  95.  
  96.  
  97.    V. Karaoke
  98.  
  99.    When pressing the KARAOKE-Gadget in the main window, the program searches
  100.    for the lyrics of the actual song. If found in the archive, they will be
  101.    displayed on a seperate screen, while playing the song. At the moment 
  102.    there aren't any special effects, but I'm going to do this in the near
  103.    future (all ideas are welcome). If you want to create own KARAOKE-songs,
  104.    have a look at 'lyrics:depeche mode.mx' (the only complete one, since I'm
  105.    too lazy to key in all lyrics). When a genlock is available, you may use 
  106.    it for KARAOKE.
  107.  
  108.  
  109.    VI. Archive
  110.  
  111.    The archive is divided actually into two parts. The first part includes
  112.    the group names and the CD titles, CD time, number of tracks (e.g. Brian 
  113.    Adams, Waking up the neighbours,74:54.38|15). In earlier version I 
  114.    omitted the fractions of the second and the number of tracks, but that was
  115.    not very precise for finding the right CD in the archive and so I had to 
  116.    include them, too. Have a look at Lyrics/A-ZMusix in order to learn
  117.    how to build own archives. The second part of the archive consists of 
  118.    the group-files with the track titles and the lyrics.
  119.  
  120.    IMPORTANT NOTICE:
  121.  
  122.    Although there is a standard for AUDIO-CDs, playtime for the same CD may 
  123.    vary from country to country. If you have a CD, which is in the archive, 
  124.    but isn't recognized then change the time which is being displayed 
  125.    in the ADD-CD window (normally it varies about a few seconds). I'll 
  126.    introduce a function, which allows to change the time in the file.
  127.  
  128.  
  129.    VII. Preferences
  130.  
  131.    In this menu you may alter the internal preferences for some functions.
  132.    On the left side there are two slider-gadgets. With the upper one you
  133.    may choose the time for fading in & out at the beginning and the end
  134.    of a track (1sec - 10sec). With the lower one you can choose the time for 
  135.    scanning into each track (5sec - 25sec). On the right there are two
  136.    check boxes which are both related with the KARAOKE-Feature. Break 
  137.    enables you to quit the KARAOKE whenever you want (a close-gadget 
  138.    appears on-screen) and Time puts the playing time on the KARAOKE-Screen.
  139.    This has been introduced to ease the input of new KARAOKE-Titles.
  140.    Preferences are saved to s:CDTV.config.
  141.  
  142.    VIII. The future
  143.  
  144.    I'll include a function called COPY, which will simplify the COPY
  145.    of CD's to a cassette. You'll just key in the exact amount of time you
  146.    want to be copied and the program will select the songs in order to
  147.    match your timing (or as close as possible).
  148.  
  149.    I'll try to use PARNET for my program in order to use e.g. an AMIGA 4000
  150.    for KARAOKE while playing from CDTV (i.e. more & faster effects).
  151.  
  152.    I'll try to extend the program in order to use it with SCSI-Drives (if
  153.    anybody has any information on SCSI-Drives, please write).
  154.  
  155.    If somebody out there has some other suggestions, needs or useful
  156.    information then please write to me. (See XIV. Address).
  157.  
  158.  
  159.    IX. Source-Code & Updates
  160.  
  161.    You can get the source-code for free, if you write to me and send a disk.
  162.    Suggestions and ideas are welcome. New groups for the archives are also 
  163.    welcome. CDTV-Player was written in KICK-PASCAL 2.12.
  164.  
  165.    You can get updates from me, you can download it from the AMINET, the FRAS,
  166.    the better mailboxes and can get them of course from the Fish-Disks.
  167.  
  168.    X. Assigns
  169.  
  170.    Applies to OS 1.3 only!
  171.  
  172.    For the moment, you'll have to do one ASSIGN in order to be able to 
  173.    load the Archive (I'm sorry). For example, if you've got the directory 
  174.    CDTV-Player in DF1:, then ASSIGN Lyrics: DF1:CDTV-Player/Lyrics. I've 
  175.    included a script for this purpose. 
  176.    
  177.  
  178.    XI. Arexx
  179.  
  180.    Arexx has been introduced in order to gain control over CDTV-Player from
  181.    other programs. Please refer to the examples on the disk. At the moment
  182.    you can only start a track and stop it again. In future releases you'll
  183.    get complete control over the program.
  184.    
  185.  
  186.    XII. History of CDTV-Player
  187.  
  188.    Version 0.8 (12.09.92)
  189.  
  190.    Translation of the AMIGA-BASIC-Program by Dr. Peter Kittel into
  191.    KICK-PASCAL. Plays songs from CLI/SHELL without Workbench Interface.
  192.  
  193.    Version 0.9 (14.09.92)
  194.  
  195.    Added Workbench Interface in order to play songs without a keyboard.
  196.    Added features like PAUSE, SCAN, SINGLE, REPEAT, FADE, DISPLAY.
  197.  
  198.    Version 1.0ß (18.09.92) Fish-Disk 759
  199.  
  200.    First release with a lot of bugs in it (e.g. it didn't recognize if a
  201.    CD was taken out of a drive or a floppy disk). Added an INFO-Window.
  202.    Changed internal handling of 'cdtv.device'. Thought of a function 
  203.    called KARAOKE, but did not know how to do it.
  204.  
  205.    Version 1.2 (26.10.92)
  206.  
  207.    Redesigned Workbench Interface and added the KARAOKE window. This had 
  208.    nothing to do with KARAOKE, but you could choose the titles of a CD to be 
  209.    displayed while playing it. Removed all bugs concerning the disk-change
  210.    problem. 
  211.  
  212.    Version 1.3 (05.11.92)
  213.  
  214.    Added message for all people who don't own a 'cdtv.device'. Increased
  215.    speed of overall program and reduced usage of processing time.
  216.  
  217.    Version 1.4 (26.11.92)
  218.  
  219.    Added some bugs while removing some others. Many internal changes (You 
  220.    can't 'see' a difference between 1.3 and 1.4, but 1.4 is more stable).
  221.  
  222.    Version 1.5 (25.12.92) Fish-Disk 805
  223.  
  224.    Increased size of KARAOKE window, added some gadgets to it. Renewed
  225.    the documentation and increased speed again. Removed all nasty bugs
  226.    concerning the KARAOKE option.
  227.  
  228.    Version 1.5d (29.12.92)
  229.  
  230.    Removed a little bug in the info-requester that caused sometimes a crash.
  231.    It's a pity, that I've sent the disk four days ago.
  232.  
  233.    Version 1.6 (11.01.93)
  234.  
  235.    Renamed KARAOKE as EDIT, since I haven't got the time to implement 
  236.    a real KARAOKE function for the moment. Increased speed of EDIT 
  237.    output due to change to dynamic structures (well, at least one thing
  238.    I could use from university). Moved to AMIGA 4000 for designing code 
  239.    (more memory, more fun). Added SHUFFLE.
  240.  
  241.    Version 1.7f (25.01.93)
  242.  
  243.    Third official release of CDTV-Player. Now everybody with an AMIGA is
  244.    able to get into the program and have a look at the gadgets and use
  245.    the EDIT function in order to look for a certain song. Added a search
  246.    function in order to find the actual CD in the archive and load it 
  247.    automatically. Added PREFS, BACK & FORTH.
  248.  
  249.    Version 1.7j (20.02.93)
  250.  
  251.    Added a PROGRAM function and now it's possible to key in your own
  252.    CD's. Removed quite a lot of unnecessary code. Improved design of EDIT.
  253.    Removed bugs in SHUFFLE & PROGRAM (internal the same procedure).
  254.  
  255.    Version 1.8 (22.02.93) Fish-Disk 849
  256.  
  257.    Fourth official release of CDTV-Player. Included KARAOKE (very popular in 
  258.    Japan & Italy). Every text may be used for this option. Also included 
  259.    ADD CD, in order to key in new CD's.
  260.  
  261.    Version 1.9 (23.03.93)
  262.  
  263.    Added more preferences in order to toggle features of KARAOKE. Now Karaoke
  264.    may be stopped at any time and it's possible to have a look at the playing 
  265.    time. Increased speed of KARAOKE-Screen-Output and removed some unnecessary
  266.    code.
  267.  
  268.    Version 2.0 (04.04.93) Fish-Disk 868
  269.  
  270.    Fifth official release of CDTV-Player. Now incorporates an AREXX-Port. This
  271.    enables you to use the functions of CDTV-Player from other programs.
  272.  
  273.    Version 2.01 (23.04.93)
  274.  
  275.    Aaaargh. V2.0 did not work on machines where the arexx.library was not 
  276.    installed. Didn't notice until now, since I was using Arexx on my CDTV.
  277.  
  278.    Version 2.02 (13.06.93)
  279.  
  280.    Disabled AREXX, due to timing problems. Enhanced the ADDCD-Function.
  281.  
  282.    Version 2.03 (28.06.93)
  283.  
  284.    Enabled AREXX again, because all problems concerning it have been 
  285.    removed.
  286.  
  287.    Version 2.05 (13.07.93) Fish-Disk 894
  288.  
  289.    Sixth official release. Removed BUG in ADDCD-Function. Now it saves 
  290.    without any problems (made a work-around for a compiler-bug). REW & FF 
  291.    are now ghosted if there is no higher or lower track.
  292.  
  293.    Version 2.06 (28.08.93)
  294.  
  295.    CDTV-Player used all processing time. Bug removed.
  296.  
  297.    Version 2.10 (29.08.93)
  298.  
  299.    Added new Info-Requester and removed a little bug with REW & FF. 
  300.    Enhanced ADDCD. Shows now selected group.
  301.  
  302.    Version 2.15 (30.08.93)
  303.  
  304.    Vastly improved ADDCD-Function. Exit without saving possible.
  305.  
  306.    Version 2.18 (01.09.93)
  307.  
  308.    Saves now PREFERENCES. Added WINDOWDEPTH to the INFO-REQUESTER.
  309.  
  310.    Version 2.20 (02.09.93)
  311.  
  312.    No ASSIGN is necessary for users with Workbench 2.0 or higher! Update
  313.    of the docs.
  314.  
  315.    Version 2.25 (05.09.93)
  316.  
  317.    Topaz 8 is now being forced. Output speed increased.
  318.  
  319.    Version 2.30 (23.09.93)
  320.  
  321.    Program is partly fontsensitive and the rest of it is prepared to
  322.    be.
  323.  
  324.    XIII. Credits
  325.  
  326.    (In alphabetical order)
  327.  
  328.    AUSTRALIA:
  329.  
  330.    Ross Delaforce
  331.  
  332.    AUSTRIA:
  333.  
  334.    Peter Uitz, Wien
  335.  
  336.    CANADA:
  337.  
  338.    Darren Ewaniuk, Alberta
  339.    Nick MacDonald
  340.  
  341.    FINLAND:
  342.  
  343.    Tomi Blinnikka, Helsinki
  344.  
  345.    FRANCE:
  346.  
  347.    Frédéric Botton, Paris
  348.  
  349.    GERMANY:
  350.  
  351.    Markus Bahr, Berlin
  352.    Ioannis Chatziandreou, Bochum
  353.    Hans-Christian Eckert, Berlin
  354.    Marc Eisenach, Stadtallendorf
  355.    Imke Gisch, Frankfurt
  356.    Andreas Happel, Flensburg
  357.    Peter Hellweg, Wetter
  358.    Kai Hofmann, Bremen
  359.    Dr. Peter Kittel, Frankfurt
  360.    Thorsten Kratz, Erlangen
  361.    Tom Kroener, Saarbrücken-Dudweiler
  362.    Gerhard Leibrock, Kirkel
  363.    Oliver Peiker
  364.    Alfred Prenner, Fürstenfeldbruck
  365.    Uwe Ripl
  366.    Hanns Holger Rutz, Zeven
  367.    Stefan Schmidt, Wahnebergen
  368.    Werner Völker, Ebersbach
  369.    Michael Zielinski, Hamburg
  370.  
  371.    GREECE:
  372.  
  373.    Dimitrios Charalampidis, Thessaloniki
  374.  
  375.    GREAT BRITAIN:
  376.  
  377.    Jason R. Hulance, Oxford
  378.    Mark A. Smith, Hastings
  379.  
  380.    IRELAND:
  381.  
  382.    Wai Hung Liu, Dublin
  383.  
  384.    ITALY:
  385.  
  386.    Felice Murolo, Salerno
  387.    Federico Villata, Rom
  388.  
  389.    LATVIA:
  390.  
  391.    Wlad Fomin, Riga
  392.    Dostick, Riga
  393.  
  394.    NEW ZEALAND:
  395.  
  396.    Dave Hassall
  397.  
  398.    SWEDEN:
  399.  
  400.    Thomas Bengtsson
  401.    Stefan Ohlin, Solleftea
  402.  
  403.    SLOWENIA:
  404.  
  405.    Jure Vrhovnik, Ljubljana
  406.  
  407.    USA:
  408.  
  409.    Fred Fish, Tempe
  410.    D. Jarvis
  411.    George Knighton, Fremont
  412.    Thomas J. Moore
  413.    Arthur T. Murray, Seattle
  414.    Nhan Nguyen, Sophomore
  415.  
  416.    to be continued...
  417.  
  418.    (If you like my program, please let me know, then you'll be 
  419.     mentioned here)
  420.  
  421.    ***************************************************************
  422.    **                                                           **
  423.    **                 You may write to me in                    **
  424.    **   Ceský, Deutsch, English, Français, Italiano, Russkij.   **
  425.    **                                                           **
  426.    **  Snail Mail: Daniel Amor                                  **
  427.    **              Ludwigstr. 124                               **
  428.    **              70197 Stuttgart                              **
  429.    **              Germany                                      **
  430.    **                                                           **
  431.    **  E-Mail:     amor@student.uni-tuebingen.de                **
  432.    **  FidoNet:    2:246/1416 (Amiga Universe)                  **
  433.    **                                                           **
  434.    ***************************************************************
  435.