*** Basics ***

The webinterface will read the dir-structure from somewhere
on your drive and present it to the user in a clickable 
fashion.

The user can click on files and dirs and get playlists (.m3u)
that some clientside mp3 prgram will handle.

You can tweak the way your mp3 folders are presented in two ways:

* Add a index.jpg file containing e.g. a thumbnailed CD-cover size
  96x96. The jukebox interface will automatically use these files
  if present.
* Add a info.html file containing a description of the folder, e.g.
  record details.

  
*** Clientside ***

You need for your browser to recognize .m3u files and fork off the
right program (eg. XMMS or WinAmp) to handle that. The MIME type in 
question is audio/mpegurl.


*** Installation ***

   - Extract tarball somewhere.
   - Make Apache point to that somewhere
     with "Opions +ExecCGI +FollowSymLinks" in a <Directory> clause.
   - Fix 'config'
   - Optionally make a MySQL DB called jukebox if you want charts
     enabled. DB definition is in the file create.sql. 

*** Credits ***

Jesper Christensen <jesper@kalliope.org>

