Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hairmare/mp3-indexer

php based mp3 crawler
https://github.com/hairmare/mp3-indexer

Last synced: about 1 month ago
JSON representation

php based mp3 crawler

Awesome Lists containing this project

README

        

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