资源说明:php based mp3 crawler
PHP based MP3 Indexer ===================== This is a PHP based MP3 indexer that stores the results of scanning a directory tree containing MP3 Files into a semantic mediawiki instance. This is a fast enough that should be able to scan large amounts of files without tripping over itself as many indexers i tried so far did with my corpus. This is still in its infancy and it still needs a lot of work to be fully functional. Installation ------------ The recommended installation process is based on git for the time being. You might like to install this into /usr/local like so. ```sh cd /usr/local git clone --depth 1 https://github.com/hairmare/mp3-indexer.git mp3-indexer cd mp3-indexer git submodule init git submodule update ``` Now go to http://code.google.com/p/php-reader/, download the library and pop it into the lib subdir where the git hosted dependencies where installed in the last steps. Configuration ------------- Create a localConf.php file in /usr/local/mp3-indexer based on the following values: ```php
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。