On a related note..

v3alpha8 is rather slow at startup (compared with v2.01), expecially during its initial read of the database and playlist files.

This looks easy to fix: the player currently reads database and playlist a sector at a time (512 bytes), which is rather inefficient. Simply switching to a larger buffer size (eg. 4096) should greatly improve the startup time.

Cheers