/////////////////////////////////////////
//       LightMP3, 2007 by Sakya       //
/////////////////////////////////////////
Homepage: http://sakya.altervista.org/new/index.php?mod=none_lightmp3
Contacts: sakya_tg@yahoo.it
LightMP3 is ditributed under GNU General Public License, read license.txt for details.


WHAT'S THAT?
------------
LightMP3 is a basic mp3 player designed to drain little energy from your battery.
Can decode 128kbit MP3 at 70mhz CPU and 54mhz BUS.
With battery at 100% and display set to minimum brightness it should last 9 hours.
With battery at 100% and display turned off (press the brightness button for a couple of seconds) it should last more than 11 hours.


INSTALLATION
------------
Simply copy the LightMP3 directory under ms0:/PSP/GAME or ms0:/PSP/GAME150 (if your're using a custom firmware, depending on your settings).


FEATURES
--------
-Browse all your memstick
-Play a single file or an entire directory
-Support m3u playlists.
-Built-in playlist editor
-Reads mp3 up to ~22Mb (sorry, no streaming/buffering...it's my first C program)
-Detailed ID3v1 and file information
-Works with remote controller
-Three playing mode: Normal, Repeat and Shuffle
-Boost mp3's volume
-Equalizer presets: Rock, Classical, Pop, Dance, Reaggae, Soft


EQUALIZERS
----------
If you want to add your own preset or change the standard ones you have to edit the file equzlizers
This file contains one row for each preset.
Every row contains 34 columns separated by ;
The first column is the equalizer's long name
The second column is the equalizer's short name (the letters printed at the bottom EQ:xx)
Then 32 columns with the equalizer's values (in dB).

Example:
User EQ n.1;U1;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0;


DEPENDENCIES
------------
To compile LightMP3 you need:
-libMad (add -O3 to CFLAGS in tha makefile)


KNOWN BUGS:
-----------
-MP3 with a freq. different from 44.100 are messed.


MANY THANKS TO
--------------
-jonny for the original menu code
-sturatt for the original ID3 tag code
-John_K for mp3player.c and mp3player.h
-Smerity for his audio tutorial
-AlphaWeapon for the icon. :)
