Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hairmare/mp3-indexer
- Owner: hairmare
- Created: 2012-05-20T12:38:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-22T16:34:08.000Z (almost 12 years ago)
- Last Synced: 2023-03-10T21:58:05.847Z (almost 2 years ago)
- Language: PHP
- Size: 961 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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