Tunefork is a web based audio jukebox. Partly inspired by gnump3d and
partly by Amarok, Tunefork aims to provide a interface organized by
audio tag data, rather than filename. It provides basic statistics,
user logins, random playlists, and user created playlists.
Future goals include searching, and last.fm integration.
Tunefork is written in python and is currently run as a CGI script, although
other modes such as mod_python or wscgi are desired. The audio data index
relies on sqlobject for storage and taglib for reading metadata from files.
Install
Currently, tunefork is in development and so documentation is incomplete.
However, if you want to test it and report bugs. You can download and run the
tunefork-install.py script, which will download and install the required
python modules (all major dependancies) and files.
If you do not have taglib installed, you will have to install it yourself.
For instance, on ubuntu you must install the libtag1-dev package.
You will also need setuptools installed (for easy_install).