home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / CoolPlayer / readme.txt < prev   
Text File  |  2000-04-18  |  18KB  |  496 lines

  1.  
  2. CoolPlayer by Niek Albers
  3.  
  4. ------------
  5.  
  6. Features:
  7.  
  8. - Skins
  9. - Simple userinterface
  10. - Advanced Playlist editor
  11. - Internet streaming
  12. - ID3 Multitagger
  13. - File Renamer
  14. - Xaudio mpeg engine
  15. - Smallest executable programmed in blazing fast 'C'
  16. - Continuous play
  17. - 8 band equalizer
  18. - Lot's more...
  19.  
  20. ------------
  21.  
  22. Visit CoolPlayer's website at:
  23.  
  24. http://www.daansystems.com
  25.  
  26. -------------
  27.  
  28. Revision history:
  29. - 18.Apr.2000 CoolPlayer build 7198
  30.  
  31.  bugfixes:
  32.  + Dragging files around in the playlist works again.
  33.  + When player is in pausemode, doubleclicking in the playlist
  34.    works correct now.
  35.  
  36. - 14.Apr.2000 CoolPlayer build 7177
  37.  
  38.  improvements:
  39.  + Removed the 1.0beta text. It's all about buildnumbers now.
  40.  + Reduced flickering of skinned playlist when resizing.
  41.  + Speedup drawing of the main window.
  42.  
  43.  bugfixes:
  44.  + loading a playlistskin when maximized caused a corrupt skin :)
  45.  + Dropping files in the player didn't set the currentsong to the first
  46.    in the playlist. 
  47.  + fixed the blitting of unwanted values in the topleft corner of the window.
  48.  
  49. - 7.Apr.2000 CoolPlayer build 7074
  50.  
  51.  improvements:
  52.  + PlaylistSkin value can have an absolute path in a skin.ini file.
  53.  
  54.  bugfixes:
  55.  + When switching skin the playlist popped up.
  56.  + Can't open playlist.ini bug fixed (worked fine on NT & 2000)
  57.  + Loading a playlistskin when the playlist was minimized caused 
  58.    a corrupt skin.
  59.  
  60. - 6.Apr.2000 CoolPlayer build 7056
  61.  
  62.  improvements:
  63.  + Coolplayer is released on a new website: www.daansystems.com !
  64.  + Skinnable playlist!
  65.  + Changes the font to support the complete ANSI range of characters.
  66.  + I believe shuffle is a bit more random now.
  67.  + Playing subselection is back. All the selected songs are played sequentially.
  68.  + Added -exitnow commandline option.
  69.  
  70.  bugfixes:
  71.  + Loading a playlist from the player didn't set the current song to the first.
  72.  + The ID3 tag editor window position wasn't remembered correctly.
  73.  + Fixed a nasty bug in the ID3 tag editor that tags above 127 were not read
  74.    correctly.
  75.  + Old bug returned and removed. In shuffle mode the player plays a random song
  76.    the first time again.
  77.  + Network shares should work a treat now.
  78.  + moving around with the arrow keys and pressing enter in the playlist didn't
  79.    play the selected song.
  80.  + When in pause mode, the next and previous buttons caused the player to unpause.
  81.  + Id3 tag information is immediately shown in player window when 'Read ID3 tag of 
  82.    selected' is on.
  83.  + Adding an invalid directory in the playlist should be no longer possible.
  84.  + About screen is always topmost now.
  85.  
  86. - 7.jan.2000 CoolPlayer build 5698
  87.  
  88.  improvements:
  89.   + sending an accelerator message like pause/shuffle will return
  90.     the previous state now. 
  91.   + Drawing should be quite a bit faster now.
  92.   + Cleaned up a lot of code, this should be an improvement, but it could have
  93.     caused some (returned) bugs that I'd like to hear about. Filesize got a bit
  94.     smaller again!
  95.   + Loading large playlists should be a bit faster.
  96.   + Added a flush button in the options next to the Skinlist length option.
  97.  
  98.  bugfixes:
  99.   + CoolPlayer tried to read ID3 tags from network streams when
  100.     'Read ID3 Tag of selected' was on.
  101.   + Secondary areas for play, pause and stop should work correct now.
  102.   + Last song in playlist closes the file now if shuffle and repeat are off
  103.   + Missed some id3 genres.
  104.  
  105. - 29.December.1999 CoolPlayer build 5523
  106.   improvements:
  107.   + Playlist editor cannot be sized smaller than an apropriate size.
  108.   + 'CoolPlayer - ' added to invisible windowtitle.
  109.   + Shuffle shuffles the first played song too now.
  110.   + It is now possible to upause with the pause button or keyboard shortcut.
  111.   + Remember last song works without remember playlist. It stores the pathname
  112.     of the last played song now. 
  113.  
  114.   bugfixes:
  115.   + Radiobutton bug in options fixed.
  116.   + When bitrate, frequency etc are undefined in a skin ini file, it showed up
  117.     at the top left corner. All gone now....
  118.   + Fixed a returned bug of the scrolling songtitle when changing back to default skin.
  119.   + Selecting default skin in the options didn't work anymore...
  120.  
  121. - 15.December.1999 CoolPlayer build 5441
  122.  
  123.   improvements:
  124.   + Tooltips customisable by the user! You can set the tooltips for each
  125.     button and switch in the skin.ini file. F.e.:
  126.     PlaySwitch=55,19,16,17,0,0,0,0,0,Play that funky music!
  127.     Notes: You have to set all the control values so the tooltip is
  128.     the tenth value. You can set all values that are not used to 0.
  129.     If you do not define a custom tooltip, the default tips will be used.
  130.     Maximum length of the tip is 100 chars, ',' and '=' will be substituted
  131.     by spaces for internal reasons. 
  132.   + Added keyboard shortcut 'E' to toggle the equalizer.
  133.   + The playing title is set as the (invisible) windowtext. This is of
  134.     use for remote controls.
  135.  
  136.   bugfixes:
  137.   + When not having all the controls defined in a skin, the accelerators 
  138.     didn't work correct.
  139.   + Finally got the moving items in the playlist problems solved. Cleaned up
  140.     some messy code there. It should work very slick now.
  141.   + Volume bug solved?
  142.  
  143. - 8.December.1999 CoolPlayer build 5193
  144.  
  145.   improvements:
  146.   + A new option: Read the Id3 tag of the selected song. When you have
  147.     the option 'Read Id3 tag (if any)' turned off, CoolPlayer will read
  148.     the id3 tag of the selected song only.
  149.   + Play Control in the rightclick menu!
  150.   + Hopefully a small speed improvement in drawing.
  151.  
  152.   bugfixes:
  153.   + an enqueue problem with double entries in the playlist is fixed.
  154.   + Moving entries in the playlist with caused errors in the playlist,
  155.     and eventually crash CoolPlayer. This is something from the past now.
  156.   + Changing options when having a large playlist caused a delay. (It was
  157.     removing duplicates all the time). Now it does it only when necesary.
  158.   + Hopefully a strange volume bug is fixed.
  159.  
  160. - 29.November.1999 CoolPlayer build 5154
  161.  
  162.   improvements:
  163.   + You can change options of a running CoolPlayer now! F.e. if you have
  164.     CoolPlayer running and enter on the commandline: coolplayer -repeat
  165.     Repeat will be turned off in the running player!
  166.   + Enqueing files with the rightclick context menu in explorer or from 
  167.     the commandline is now possible. You have to (re)register the 
  168.     filetypes for this option.
  169.  
  170. - 26.November.1999 CoolPlayer build 5045
  171.  
  172.   improvements:
  173.   + Last used skin directory is remembered now.
  174.   + List of last skins used is now flexible! You can set this up to 50 skins
  175.     in the options.
  176.  
  177. - 20.November.1999 CoolPlayer build 5014
  178.  
  179.   bugfixes:
  180.   + Rename selection didn't work correct.
  181.  
  182. - 14.November.1999 CoolPlayer build 5012
  183.  
  184.   improvements:
  185.   + Clicking on the time to change between remaining/elapsed time will change the
  186.     value immediately now. It works in pause mode too.
  187.   + forgot to add the new feature from the last build in the commandline options.
  188.   + Switching 'allow file once in playlist' to on will remove all
  189.     duplicates after clicking ok.
  190.   + CoolPlayer's main window doesn't show up on the taskbar anymore.
  191.  
  192.   bugfixes:
  193.   + in the ID3 tag editor, trailing and leading whitespaces are removed from the
  194.     values.
  195.   + Renaming a selection to the ID3 tag works more appropriate.
  196.   + A filename with -h in it showed the commandline options when doubleclicking it
  197.     in explorer.
  198.   + A dockable skin didn't load correctly restarting coolplayer.
  199.   + Overlapping of controls is handled better.
  200.   + Using the left and right arrow keys in the playlist cause a track to seek.
  201.   + Removing duplicates didn't work correctly.
  202.  
  203. - 8.November.1999 CoolPlayer build 4908
  204.  
  205.   improvements:
  206.   + There is a new option that makes it possible to add the same file multiple times.
  207.  
  208.   bugfixes:
  209.   + The skinswitch looked for a skin.ini file in the CoolPlayer homedir first, then
  210.     in the dir of the last skin.ini file. I have turned it around.
  211.   + A minimized playlist caused trouble when restarting CoolPlayer.
  212.   + A remembered playlist started playing when running (this bug was introduced in build
  213.     4881).
  214.   + When not allowing all extensions, extensions like '.mpg' or '.mpeg' were still allowed.
  215.   + The last used directory should be really remembered correctly now...
  216.  
  217. - 3.November.1999 CoolPlayer build 4881
  218.  
  219.   improvements:
  220.   + Added advanced commandline options! 
  221.     enter coolplayer.exe -help to see all the options.
  222.   + Position of the Id3tag editor is remembered now.
  223.  
  224.   bugfixes:
  225.   + When a track is in pause mode doubleclicking or opening a new file from the player
  226.     with eject didn't play the file.
  227.   + A backslash too many appeared in a multiple selection when adding files from the
  228.     root of a drive.
  229.   + A maximized playlist wasn't displayed at the correct position after restarting. 
  230.   + Empty playlist caused CoolPlayer to play nothing in a loop.
  231.   + Last used directory is remembered correctly now.
  232.   + The starting of a track was delayed when selecting it with enter.
  233.   + Add directory from the playlist should work correct now.
  234.  
  235. - 22.October.1999 CoolPlayer build 4579
  236.  
  237.   improvements:
  238.   + Add Directory button in the playlist!
  239.   + A new option to remember the last played track is added.
  240.   + The Playlist show or hide state is remembered now.
  241.   + You can click on the songtitle in the player and open the Id3 tag editor
  242.  
  243.   bugfixes:
  244.   + Dropping a new file in the player when in pause mode, plays the song now correctly.
  245.   + The scrolling songtitle did some funny things when switching skin.
  246.   + The playlist window position wasn't remembered correctly. 
  247.     (geez, that I haven't seen this earlier!)
  248.  
  249. - 16.October.1999 CoolPlayer build 4491
  250.  
  251.   improvements:
  252.   + Now you van easily switch between the last 4 skins from the rightclick menu!  
  253.     I invite people to make more skins.
  254.  
  255.   bugfixes:
  256.   + priority wasn't set correctly after restarting CoolPlayer.
  257.   + changing options doesn't affect playing anymore.
  258.  
  259. - 8.October.1999 CoolPlayer build 4283
  260.  
  261.   improvements:
  262.   + Added player priority, you can set it in the options. CoolPlayer will work
  263.     on slower systems now I hope.
  264.  
  265.   bugfixes:
  266.   + on non-standard desktop configurations the rotating systemtray icon
  267.     didn't show up.
  268.  
  269. - 6.October.1999 CoolPlayer build 4258
  270.  
  271.   improvements:
  272.   + added Skin switch button! Now you can switch to the next skin with
  273.     a button. The new collapsed skin shows how this works, download it on
  274.     the skins page! There are two new parameters:
  275.     NextSkin with a filename to the next skinfile and 
  276.     NextSkinButton with the coords.
  277.   + made the icon in the systemtray nicer (and even a bit faster)
  278.  
  279.   bugfixes:
  280.   + Dropping a file longer than 100 characters crash bug fixed.
  281.   + Remaining time 28:15 bug fixed
  282.  
  283. - 18.September.1999 CoolPlayer build 4073
  284.  
  285.   improvements:
  286.   + Added various speed improvements, loading a large playlist
  287.     with ID3 Tags, should go about 20% faster now!
  288.   + CoolPlayer reads .m3u playlists now with full pathnames in the list.
  289.     But it won't save them with pathnames. Use .pls if you want paths.
  290.   + You can play a song in the playlist editor by pressing enter.
  291.  
  292.   bugfixes:
  293.   + Bitrate & frequency drawing problem
  294.   + Last 1 or 2 seconds cut-off at end of playlist problem fixed
  295.   + .mp2 extensions didn't show up in the open dialog
  296.   + some minor stuff.
  297.   + using the up & down arrow keys to walk through the playlist,
  298.     caused the volume to go up & down.
  299.  
  300. - 14.September.1999 CoolPlayer build 3929
  301.  
  302.   + Added frequency and bitrate to the player window 
  303.     There are two new values for the skin: BitrateText and FreqText
  304.     which take the x and y coordinates of the two values
  305.   + CoolPlayer should now even work with Win95 OSR 1 (with comctl32.dll prior
  306.     to 4.71)
  307.  
  308.   bugfixes:
  309.  
  310.   + adding a file using 'add' in the playlist editor restarted playing song
  311.   + When downloading a song and playing it, the positionslider went out of the player
  312.   + When deselecting 'Scroll Songtitle' in options, this only worked when restarting
  313.     the player.
  314.  
  315. - 11.September.1999 CoolPlayer build 3869
  316.  
  317.   + Added scrolling songtitle!
  318.   + fixed another bug switching skin.
  319.  
  320. - 8.September.1999 CoolPlayer build 3821
  321.  
  322.   Fixed some buggers...
  323.  
  324.   + Equalizer and volume values are now stored in their real values
  325.     instead of the pixelposition. This fixes the sliders when changing
  326.     skin. The sliders need readjustment for this one.
  327.   + Equalizer on/off only worked when moving the sliders.
  328.   + Well known systemtray popup menu bug fixed.
  329.   + fixed some small ones...
  330.   + Got the filesize a bit smaller ;)  
  331.  
  332. - 5.September.1999 CoolPlayer build 3703
  333.   
  334.   Fixed a weird bug, when dragging the CoolPlayer window and
  335.   Show window contents when dragging is on, coolplayer got stuck in the
  336.   corners. 
  337.  
  338. - 4.September.1999 CoolPlayer build 3673
  339.  
  340.   Major new release, 1.0b stadium reached. A lot of code is redesigned.
  341.  
  342.   + Skin support, see my website for a tutorial
  343.   + Completely redesigned skin and icons by Rutger-Jan Hoogerdijk
  344.   + Easy move option
  345.   + Rotate icon can be turned on/off
  346.   + Playlist editor button added
  347.   + Shuffle is working now
  348.   + Added keyboard shortcuts explanation in About window
  349.   + Support for uppercase and lowercase fonts in the songtitle text.
  350.   + Bugs fixed, possibly some new ones introduced.
  351.   + SHIFT+F11 and SHIFT+F12 for skindesigners.
  352.  
  353. - 14.July.1999 Coolplayer build 2826
  354.  
  355.   Fixed a bug when starting 'coolplayer playlist.pls' from the commandline.
  356.   A warning is shown when you tag a multiple selection.
  357.  
  358. - 19.June.1999 Coolplayer build 2806
  359.  
  360.   Fixed a problem when writing to wav, the player stays in response now.
  361.  
  362. - 18.June.1999 Coolplayer build 2803
  363.  
  364.   Removed a messagebox that wasn't suppose to be there!
  365.  
  366. - 18.June.1999 Coolplayer build 2802
  367.  
  368.   Finally it is here!
  369.  
  370.   + Internet streaming support! :
  371.     for a streaming mpeg audio file you enter in the open location box f.e.:
  372.  
  373.     http://www.myserver.com/music.mp3
  374.  
  375.     or:
  376.  
  377.     ftp://me:mypass@www.myserver.com/music.mp3
  378.  
  379.     For a shoutcast server you enter f.e.:
  380.  
  381.     tcp://www.myserver.com:8000
  382.  
  383.     For an udp connection you enter f.e.:
  384.  
  385.     udp://www.myserver.com:8000
  386.  
  387.   + Wav disk writing support
  388.     In the options you can select to write the data to a file.
  389.  
  390.     NOTE: If you write songs, the program will ask you for a destination directory;
  391.           to this directory all the songs in the playlist are written.
  392.           'Repeat' is turned off.
  393.  
  394.           If you write a stream to a file, the program will ask you to set a
  395.           destination filename.
  396.         
  397.   + Switching songs goes even faster!
  398.   + Several small bugfixes.
  399.  
  400. - 7.June.1999 Coolplayer 0.9beta build 2630
  401.   Fixed a bug when renaming mp3's
  402.  
  403. - 5.June.1999 Coolplayer 0.9beta build 2626
  404.  
  405.   Lot's of new things!!
  406.  
  407.   + ID3 tag support
  408.   + ID3 Multitagger : This is a tag editor that let's you edit the tags
  409.                       for multiple files at the same time!
  410.               You can make a selection in the playlist, then open
  411.                the Multitagger and you can set Artist, Album, year,genre
  412.                and comment for each file at the same time!!
  413.   + File Renamer : This features renames all selected files to the ID3 tag 
  414.            information. "Artist - Song". Only when the ID3 tag is valid.
  415.   + Option to allow any extension in the playlist. When a file is not a recognizable
  416.     format, it wil skip it.
  417.   Some minor bugs fixed....
  418.  
  419. - 31.May.1999 Coolplayer 0.9beta build 2285
  420.   + Added show remaining time option!
  421.   + Add shortcut to desktop
  422.   Fixed bugs: Add shortcuts didn't work correctly in win98.
  423.            Sometimes a double '\' was in a path.
  424.           Shuffle in playlist is now more random.
  425.  
  426. - 26.May.1999 Coolplayer 0.9beta build 2230
  427.   + No more need of shlwapi.dll - wrote my own stuff. Lot's of people don't have
  428.     this dll or a working version.
  429.   + The playing song will be kept visible in the playlist.
  430.   + When repeat is on, pressing next at the end of the playlist will go to the
  431.     first song. (previous just the other way) 
  432.   Fixed a bug: Remember last directory works now correctly.
  433.   
  434. - 20.May.1999 Coolplayer 0.9beta build 2208
  435.   Fixed a bug: When you play a song, and doubleclick another song in 
  436.   explorer it will be played.
  437.   + The tooltip of the coolsmile in the systemtray is now the
  438.     title and the playing time.
  439.  
  440. - 18.May.1999 CoolPlayer 0.9beta build 2196
  441.   + Just in time small bugfix.
  442.  
  443. - 18.May.1999 CoolPlayer 0.9beta build 2194
  444.   New features!
  445.   + Exit after playing: when the playlist ends, the player exits
  446.     Automatically.
  447.   + Remember Playlist: the last playlist is saved.
  448.   + Keyboard Shortcuts: Winamp compatible.
  449.   + Now you can drag files from the OpenFile dialog to the playlist
  450.   + In the about box, a button to jump to the Coolplayer's website.
  451.  
  452. - 16.May.1999 CoolPlayer 0.9beta build 2125
  453.   Got that GDI-resource leak!
  454.  
  455. - 7.May.1999 CoolPlayer 0.9beta build 2051
  456.   Fixed more leaks, I really hope they are gone now...
  457.  
  458. - 1.May.1999 CoolPlayer 0.9beta build 2013
  459.   Fixed some memory leak, i hope....
  460.  
  461. - 19.April.1999 CoolPlayer 0.9beta build 2007
  462.   Now you have a rotating icon in the systemtray!
  463.  
  464. - 11.April.1999 CoolPlayer 0.9beta build 1804
  465.   Added the ability to change the slider color. For people
  466.   how want to make a custom skin.
  467.  
  468. - 11.April.1999 CoolPlayer 0.9beta build 1750
  469.   Fixed an output bug.
  470.  
  471. - 11.April.1999 CoolPlayer 0.9beta build 1743
  472.   Added options, register filetypes, add startmenu icon,
  473.   fixed resource leaks.
  474.  
  475. - 5.April.1999 CoolPlayer 0.9beta Build 1486 
  476.   CoolPlayer works now if you register the filetypes!
  477.   Fixed a bug for the location of 'coolplayer.ini'
  478.  
  479. - 30.March.1999 CoolPlayer 0.9beta Build 1423 solved ws2_32.dll problem
  480.  
  481. - 30.March.1999 CoolPlayer 0.9beta Build 1422 released to the public!
  482.  
  483. -------------
  484.  
  485. Legal stuff
  486.  
  487. CoolPlayer is freeware,
  488. copy it as much as possible.
  489.  
  490. -------------
  491.  
  492. ⌐1999 Niek Albers
  493. Comments/bugs/donations: nieka@daansystems.com
  494.  
  495. -------------
  496.