CLAmp Changelog

What's new in CLAmp 1.15

Aug 23, 2011
  • Completed refactoring of CLASS mgmt; many issues solved

New in CLAmp 1.14 (Aug 23, 2011)

  • Started refactoring of class management

New in CLAmp 1.13 (Aug 23, 2011)

  • /MEDIALIB was not working - fixed
  • /PLADD - directory parsing partially rewritten (code shared with /load, /loadnew, /loadplay so impacts the four of them)
  • /PLADD - was not working with https due to a bug
  • /PLADD - was considering strings starting with something different from http as a local filename, thus misleading for other protocols (rtsp://... would be considered as a filename, not as a network location).
  • /OUTPUTPLUGIN - new synonym for /OPGET
  • /PLAYPAUSE used to be an alias for /PAUSE, now they behave differently
  • /PAUSE remains unchanged and toggles pause - if winamp is not playing, pause toggling will do nothing
  • /PLAYPAUSE new behaviour : if playing, same as /PAUSE - if not playing, same as /PLAY
  • /JUMPTOFILE opens the "Jump to file" dialog window
  • /TOFRONT - new option to bring winamp window to front
  • /VISUEXEC - now accepts optional argument ON, OFF, STATUS

New in CLAmp 1.12 (Aug 23, 2011)

  • /QUITAFTER - New
  • /VIDEOFULLSCREEN - New - Beta (not working correctly)
  • /PLSET now accepts RANDOM as an argument

New in CLAmp 1.11 (Aug 23, 2011)

  • Changed versionning to 1.x instead of 0.0.x.
  • Finalized /SKINGET (now working)
  • Enhanced args control
  • /PATHNAME - New
  • /JUMP - New
  • /TITLE - changed method to something easier and more reliable, behaviour unchanged
  • /PAUSE - Now accepts optional arg (ON | OFF) [Der-Spunk request]
  • /VOL - New
  • /RESTART - New
  • /LOADPLAY - Shortcut for /PLCLEAR /PLADD /PLAY
  • /WAV - many requests were made for a real MUTE command - unfortunately, winamp does not provides external access to mute but Windows does. Added a small set of commands to drive windows sound.
  • This will not grow much as it outside the initial scope of CLAmp - should extensions be needed in that area, it would be outside of CLAmp

New in CLAmp 0.0.10 (Aug 23, 2011)

  • /CLASS - New
  • /VISUEXEC - New
  • /BOOKMARK, /BOOKMARKS_EDIT - New
  • /PLSAVE - New
  • Changed EXE search within registry due to problems with some installs, new option /INSTALL to display directory found
  • /INSTALL and /PID added to help troubleshooting
  • /INSTALL= to be able to use CLAmp even if it can't find Winamp using its own algorithms (or in case of multiple installs of Winamp) [Mr 8 Ball suggestion]
  • /TRACKINFO has new options : BITRATE, SAMPLERATE, CHANNELS

New in CLAmp 0.0.9 (Aug 23, 2011)

  • /LOADNEW now accepts URL [Dave suggestion]
  • /REPEAT, /RANDOM, /EQSTATUS accept new argument : STATUS (/REPEAT STATUS or /RANDOM STATUS) returning ON or OFF
  • /TRACKINFO LENGTH (0:00 if not currently playing)
  • /TRACKINFO POS
  • /PLINFO LENGTH
  • /PLINFO POS - Note that even if play list is empty (Length = 0), pos is still 1.

New in CLAmp 0.0.8 (Aug 23, 2011)

  • /VOLUP and /VOLDN now accept optionnal value
  • New: /VOLGET
  • /VER: bug fix
  • /START: enhancement
  • /PLAY now plays current playlist item (played first playlist item before)
  • New: /PLSET sets playlist to line
  • New: /MEDIALIBRARY opens media library window

New in CLAmp 0.0.6 (Aug 23, 2011)

  • /START could not be used with any further option on same line
  • /START sometimes reported errors with no cause
  • Registry scan enhanced

New in CLAmp 0.0.5 (Aug 23, 2011)

  • New options :
  • /PLLAST, /PLFIRST (in Winamp V2, not really first, not really last (?))
  • /RESTART (not working with winamp 2)
  • /CDPLAY
  • Option /REPLAY in V 0.0.4 was /PLLAST in fact
  • Bug in function searching for winamp path from registry - Always returned as not found.
  • /PLADD option did not work if pattern contained a directory.

New in CLAmp 0.0.4 (Aug 23, 2011)

  • Now handling wildcards for PLADD (i.e. CLAmp /PLADD *.mp3)
  • Now reads Winamp.exe path from registry.
  • Added NOT RUNNING state.
  • New options : /STOPFADE, /STOPAFTER, /REPLAY

New in CLAmp 0.0.3 (Aug 23, 2011)

  • New options : MINIMIZE, MAINWIN, all EQ opts, TITLE, VER, PLPOS, PLWIN.

New in CLAmp 0.0.2 (Aug 23, 2011)

  • Better handling of exit code.
  • Many new options.