Siobhan is a lightweight media player designed for embedded systems. It should never be too 
complicated to weight more thatn 75Kb (stripped).

Licensed under the GNU GPL. See file COPYING 

Except for timer.[ch] borrowed from aldegonde media player                                                   |
by Ronald Bultje <rbultje@ronald.bitfreak.net> 
and licensed under the GNU LGPL.

Configuration / Compilation:

For compilation I do:
  $ ./configure --prefix=/oe/target --host=arm-linux

Then the lovely

$ make && make install-strip

Some pending issues are:

FIXME:
-move error quark to somewhere else
-Move error stuff out of main.c


TODO:
-Implement a way for finding tag information for file being played
-About dialog
-Nice way for automatically choosing plugins depending on files


