Installation
Local user installation:
cp gaimxmmsed.l* ~/.gaim/plugins/

Super user installation (for every user):
su
Password:
cp gaimxmmsed.l* /usr/lib/gaim/

To activate the plugin
check X Multimedia Plugin from Tools->Plugins
If, for some reason I still have to figure out why your song title isn't
displayed, then change your status to Away for example and then back
to Available. It will work now.
If it doesn't start when you open gaim then go to
Tools->Plugins and deactivate it then reactivate it again

If you want to compile the plugin yourself:
(If you now C I recommend doing so because you can change the way the 
Song name is displayed in the source file (I explained this in comments) ;))

You need the source of gaim-2.0.0beta3
after that:

cp gaimxmmsed.c gaim-2.0.0beta3/src/plugin/
cp Makefile.am.diff gaim-2.0.0beta3/src/plugin/
cd gaim-2.0.0beta3/plugins
patch Makefile.am <Makefile.am.diff

Now all you need to do is compile gaim-2.0.0beta3 and install it,
It will install together with xmmscurrsong, this is done with:

cd gaim-2.0.0beta3
./configure --prefix=/usr && make
su
make install
