COPYRIGHT
---------
This skin is (C)2003, Alban Hertroys.
You can do pretty much anything to it, as long as you don't take credit for the
things you didn't change. Just telling you based it on mine is fine.

This isn't true for the font.png and font.fnt files, I didn't make them,
they're from the hwswskin (with different colors, but that's all).


ABOUT
-----
This is my first mplayer skin. I like skins with good contrast, but I want them
to stay outside the movie (I keep the player window on top). This requires a
skin with a low ceiling, and the few skins I liked were generally too high.

So, I made a few sketches and got to work, and here's the result.


USAGE
-----
Most functions are easy to find, but there are two that you may miss otherwise:

The play button changes into a pause button while playing, and back into a play
button while paused (or stopped).

The title window allows you to open files.


BONUS
-----
During making this skin, I wrote a little program to automate making
"potmeter"'s (you usually see them as round volume knobs in skins). It rotates
the first image in various positions in the second image by translation.
It requires a simple spec-file and two PPM images, and outputs a PPM image with
the various knob-positions.

As an example, say you have images:
 x	and:	===
		===
		===

And you specify that you want to rotate from 45 to 315 degrees in steps of 90
degrees and a radius of 1/3 the size of the 2nd image, you will get:
 ==x
 ===
 ===
 x==
 ===
 ===
 ===
 ===
 x==
 ===
 ===
 ==x

Oh yes, it outputs to stdout, so you can call it like this:
./generate_pot spec dot.ppm vmaster.ppm > vol.ppm

