Translated by Xavatar on 3/12/04
Original by Siwu

WinAMP Frontend docklet for Y'z Dock.

*Introduction

This Docklet for Y'z Dock is designed to control the playback and the stop switches etc... of WinAMP. Think of this docklet as a simple FrontEnd for WinAMP.

When clicking the playback button of the ICON, the playback is started. When clicking the stop switch of the ICON, playback is stopped. "The pause", "Next", and "Previous" buttons work in the same way.

You can start WinAMP with a middle button (the wheel) click or from the right-click menu and the selecting "Launch WinAMP".

You can also drag & drop a music file onto the icon: this file is then enqueued in the WinAMP playlist.


*Archive contents

Readme.txt			This file
WinAMPDocklet.dll		Docklet itself
WinAMPDocklet.ini		Setting file
player.png			Idea contest for sample

*Installation method

Just copy the whole diretory into the folder for Y'z Dock's docklets.


*INI file explanation

Coordinates and sizes of each button are described in the INI file. You can make your own INI file after the one provided in this archive.

The ICON must be 128x128.

   (0,0) <- With respect to on the left of ICON is starting point
	+-------------------------+
	|                         |
	|      (X,Y)              |
	|      +-----------+      |
	|      |           |      |
	|      |Play Button| (H)  |
	|      |           |      | 128
	|      +-----------+      |
	|          (W)            |
	|                         |
	|                         |
	+-------------------------+
			128

   X,Y	: Coordinate of the top-left corner of the button.
   H	: height of the button.
   W	: width of the button.

[WINAMP]
Path=C:\Program Files\Winamp\winamp.exe	: Path to WinAMP
Icon=player.png 	  		: This is the ICON file name.
PLAY_X=37				: X coordinate of the left edge of the Play button
PLAY_Y=37				: Y-coordinate			"
PLAY_H=55				: Height
PLAY_W=55				: Width
STOP_X=45				: X coordinate of the left edge of the Stop button
STOP_Y=105				: Y-coordinate			"
STOP_H=40			  	: Height
STOP_W=20				: Width
PAUSE_X=45			 	: X coordinate of the left edge of the Pause button
PAUSE_Y=5			 	: Y-coordinate			"
PAUSE_H=40				: Height
PAUSE_W=20				: Width
FF_X=100				: X coordinate of the left edge of the Next track button
FF_Y=45 				: Y-coordinate			"
FF_H=20 				: Height
FF_W=40 				: Width
REW_X=5 				: X coordinate of the left edge of the Previous track button
REW_Y=45				: Y-coordinate			"
REW_H=20				: Height
REW_W=40				: Width

That' all! (once, you wrote it...)

*The author assumes no responsibility, or gives any sort of guarantees for damages that may occur from using this software.


Revision History
----------------

 v0.1 (2003/7/29)
 		First Release
 v0.2 (2003/08/06)
 		* Add: starting of WinAMP with the middle mouse button
 		* In the left click menu addition
 		* The bug correction where Docklet goes out
 			-> When label DOCK ends in state of the sky, it occurs.
 			Being to be, in order not to make the state of the sky, as indicated
the status of WinAMP, it corrected.

[EOF]
