Skin support
============
Skin support was implemented by Simone Lehmann  ( simone at lisanet dot 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			reset buttons for preamp slider
eqoverlay.bmp		small overlay area for backgrounds, if only one equalizer is used
					for both channels.
eq_ex.bmp			skin elements for window shade mode


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
117,0	275x14		0,0		inactive (not focused) titlebar for single _and_ left channel eq
117,275 275x14		275,0   inactive (not focused) titlebar 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
117,0	275x14		0,0		inactive (not focused) titlebar for single _and_ left channel eq
117,275 275x14		275,0   inactive (not focused) titlebar 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
117,0	365x14		0,0		inactive (not focused) titlebar for single _and_ left channel eq
117,365 365x14		365,0   inactive (not focused) titlebar 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
117,0	550x14		0,0		inactive (not focused) titlebar for single _and_ left channel eq
117,550 1100x14		550,0   inactive (not focused) titlebar 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
117,0	653x14		0,0		inactive (not focused) titlebar for single _and_ left channel eq
117,653 653x14		653,0   inactive (not focused) titlebar 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
234,73  9x9			width-12,3 minimize button, not pushed
234,82  9x9							pushed

eqboost.bmp
0,0		26,10		42,65		reset to 0 db botton, not pushed, left and single channel
27,0												pushed
54,0												not pushed, right channel
81,0												pushed
0,11	26,10		42,33		reset to +12 db button, not pushed, left and single channel
27,11												pushed
54,11												not pushed, right channel
81,11												pushed
0,22	26,10		42,92		reset to -12 db button, not pushed, left and single channel
27,22												pushed
42,22												not pushed, right channel
81,22												pushed


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.
The first two overlays are also used for the active titlebar. The third and forth are for the inactive
titlebar.

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)
0,74	60x14		width-60, 0	overlay for inactive titlebar, single mode, 10 bands, 15 band, 31 bands
0,89	60x14		width-60, 0 overlay for inacitve titlebar, single mode, 25 bands

eq_ex.bmnp
0,0		275x14		0,0		active (focused) eq in window shade mode
0,15	275x14		0,0		inactive (not focused) eq in window shade mode
1,30	3,7					volume slider, low level
4,30	3,7					volume slider, medium
7,30	3,7					volume slider, high
11,30	3,7					balance slider, right
11,30	3,7					balance slider, center
11,30	3,7					balance slieer, left
1,38	9x9			254,3	maximize button, not pushed
1,47	9x9			254,3				pushed
11,38	9x9			264,3	close button, not pushed
11,47	9x9			264,3				pushed
21,38	9x9			6,3		system menu button, not pushed
21,47	9x9			6,3					pushed



