Music Search

Music Search is a tool to search your MP3 collection. The tool consists of two perl scripts:

The first script scans your harddisk from a defined point recursively and and saves the path
and file info in a text file. Scanning the harddisk is done offline because it takes a long time.
The tools relies on the path and file info of your filesystem, it doesn't read the MP3 tags.
Reading the tags proved to be too time consuming and didn't produce a good result since
lots of MP3s carry wrong or no tags.

The second script is a perl cgi and searches the text file for a  string which was entered. It
then presents all occurences as a list of links. (The links need parts of brunhilde in order to
be able to stream the songs to your computer)

Screenshot

Download

Release 1.0 First official release.