UdmSearch Mp3 id3 tag support installation instruction.

  The Mp3 search is works only on servers support HTTP/1.1 protocol, if you 
want to index ftp sites use proxy instead.

Installation instruction.

1) # configure --enable-mp3
   # make 
   # make install

2) Set up your indexer.conf with some variables.

CheckMp3Tag yes - When this option is enabled the spider download 
128 byte to determine either the mp3 file.

CheckID3TagOnly yes - When this option is enabled only mp3 files inserted
into database.

HrefOnly *\.html$ *\.htm$ 

3) Make some changes in indexer.htm (optional)

if you want restricted search by author, album, songname, filename,
you should insert next lines in search.htm

Search for:
<SELECT NAME="zo" MULTIPLE>
<OPTION VALUE="1" SELECTED="$zo">Artist
<OPTION VALUE="2" SELECTED="$zo">Album
<OPTION VALUE="3" SELECTED="$zo">Songname
<OPTION VALUE="4" SELECTED="$zo">Filename
</SELECT>

