HLamp 1.10

Created by Disk2

Disk2@CSCentral.com

http://www.cscentral.com/hlamp

 

 

HLamp Macro Reference

 

 

Name

Description

%DISPLAYNAME%

The text displayed in the playlist editor for the current song.

%TITLE%

Title of the current song.  This is everything in the display name after the first ‘-‘.

%ARTIST%

Artist of the current song.  This is everything in the display name before the first ‘-‘.

%TIME%

Current time in the format hh:mm AM/PM (12 hour clock)

%DATE%

Current date in the format “Www, Mmm dd, yyyy”

%WAV%

Current WinAMP version.

 

 

HLamp Command Reference

 

Name

Usage

Description

Play

HLamp Play

Starts playback of current song.

PlayCD

HLamp PlayCD

Starts playback of audio CD.

Pause

HLamp Pause

Pauses or resumes current song.

Stop

HLamp Stop

Stops playback of current song.

StopAfter

HLamp StopAfter

Stops playback after the current song ends.

FastForward

HLamp FastForward Param

Fast-forwards the current song.

Param – Number of seconds to fast forward.

FastRewind

HLamp FastRewind Param

Rewinds the current song.

Param – Number of seconds to rewind.

NextTrack

HLamp NextTrack Param

Plays the next track in the play list.

 

Param – Optional. Skips Param number of tracks forward.

PreviousTrack

HLamp PreviousTrack Param

Plays the previous track in the play list.

 

Param – Optional. Skips Param number of tracks backward.

PlaylistBeginning

HLamp PlaylistBeginning

Goes to the beginning of the play list and starts playback.

PlaylistEnd

HLamp PlaylistEnd

Goes to the end of the play list and starts playback.

ToggleRepeat

HLamp ToggleRepeat Param

Turns WinAMP’s Repeat option on or off.

 

Param – If this is 0, Repeat will be turned off.  If this is 1, Repeat will be turned on.

ToggleShuffle

HLamp ToggleShuffle Param

Turns WinAMP’s Shuffle option on or off.

 

Param – If this is 0, Shuffle will be turned off.  If this is 1, Shuffle will be turned on.

SetVolume

HLamp SetVolume Param

Sets WinAMP’s volume.

 

Param – The new volume level. The range is 0…255.  0 would mute WinAMP, 255 would be 100% volume.  128 would be about 50% volume.

SeekToPercent

HLamp SeekToPercent Param

Seeks to the specified percent in the song.  If a song doesn’t get good until about 70% through, you can use “HLamp SeekToPercent 70” to go to the 70% mark.

 

Param – The position you want to seek to.  This value ranges from 0 to 100.  Do not include the percent sign.  For example, use 50 instead of 50%.

SetPCM

HLamp SetPCM Param

Turns Playlist Creation Mode (PCM) on or off.

 

Param – If this is 0, PCM will be turned off. If it is 1, PCM will be turned on.

Pan

HLamp Pan Param

Sets WinAMP’s panning to the value define by Param.

 

Param – The pan setting.  The values range from 0 to 255.  0 is all the way left; 127 is centered; 255 is all the way right.

Load

HLamp Load Param

Loads the file, play list, or Shoutcast stream and starts playback in WinAMP.

 

Param – The path or URL of the file, play list, or Shoutcast stream you want to load in WinAMP.