INFORMATIONS
------------
Website:
    http://www.oute.org/mystuff/

Author:
     Renaud Galante <diodo@oute.org>

Licence:
    GNU/GPL - see COPYING for details

Installation:
    See INSTALL for details


XMMS-Stats Plugin 0.1.0
-----------------------

This plugin will generate an XML file of what you have listened before.
The structure of the xml file is:

<xmmsstats>
<title>title of the songs</title>
<hits>nomber of time you listen the song</hits>
<length>length in ms of the song</length>
<listentime>total of listening time for this song</listentime>
<lasttime>last time playing song</lastime>
</xmmsstats>

The plugin saves each song played in a SQLite database.


CONFIGURATION
-------------
 - "The absolute path of the XML file": logical, isn't it ?

 - "Generating Time": The time between each generation of an XML file can be
set here. if 0 is set, there won't be any generation

 - "Interval (sec)": This will set the minimum time before saving a song.
   If it's setting at "10", only songs you listen at least 10 sec will be save.
   Set it at 0 will save the songs only if she is at the end  
	