Skin support
============
Skin support was implemented by Simone Lehmann <simone@lisanet.de>.
Also she created some skins.
Look for them in http://www.lisanet.de/eqxmms or http://equ.sf.net

Installing
==========
To use the skins simply copy the skin tar ball to 

   /usr/lib/xmms/EQskins
   
or to

   $HOME/.xmms/EQskins

and then from the system menu (up-left corner) in the EQ GUI,
launch the EQSkin Browser to choose the desired skin.

If you want to create a skin
============================

Skins for EQ are based on xmms or winamp skins. Most of the sensitive areas have the same
coordinates as in xmms/winamp equalizer.

A skin contains the following files

eqmain10.bmp		background for 10 band EQ, ISO frequencies
eqmain10-orig.bmp	background for 10 band EQ, xmms frequencies
eqmain15.bmp		background for 15 band EQ, ISO frequenciess
eqmain25.bmp		background for 25 band EQ, ISO frequencies
eqmain31.bmp		background for 31 band EQ, ISO frequencies
eqcontrols.bmp		control emelments like titlebar buttons, preset buttons, sliders
eqboost.bmp			boost button
eqoverlay.bmp		small overlay area for backgrounds, if only one equlaizer is used
					for both channels.


Now let's have a look at the files contents.

eqmain10.bmp
coord	size		skin	element
0,0		275x116		0,0		background for single equalizer _and_ left channel eq
275,0	275x116		275,0	background for right channel eq

eqmain10-orig.bmp
0,0		275x116		0,0		background for single equalizer _and_ left channel eq
275,0	275x116		275,0	background for right channel eq

eqmain15.bmp
0,0		365x116		0,0		background for single equalizer _and_ left channel eq
365,0	365x116		365,0	background for right channel eq

eqmain25.bmp
0,0		550x116		0,0		background for single equalizer _and_ left channel eq
550,0	1100x116	550,0	background for right channel eq

eqmain31.bmp
0,0		653x116		0,0		background for single equalizer _and_ left channel eq
653,0	1306x116	653,0	background for right channel eq

eqcontrols.bmp
this file contains the same skin elements as in xmms and winamp and the following one:
224,73	9x9			6,3		system menu button, not pushed
224,82	9x9							pushed

eqboost.bmp
0,0		26,10		42,65		boost botton, off, not pushed
27,0							on, not pushed
54,0							off, pushed
81,0							on, pushed
all other elements are _not_ implemented yes. Maybe in a later version.

eqoverlay.bmp
a small overlay area for the background used if only one equalizer is used for both channels.
This was implemented, because many xmms and winampskins use backgrounds to get a nicer look
of the preset button. So if the background is used for both, single eq and seperate channel eq,
this area has to be different
0,0		60x36		width-60,0	overlay for singl eq mode, 10 bands, 15, bands, 31 bands
0,37							overlay for sinle eq mode and 25 bands. This is because 25 bands
								background are 5 pixels wider as the standard elements will give.
								(only done to fit xmms standard window sizes)

