Crates is a database for your media allowing F2F curation and sharing of playlists.
Logical Modules
Crawlers are an automatic way of improving and extending your collection.
Implemented:
Pending:
Crawlers may create a fully-packed MP3 file in a temporary location if necessary. For example, raw soundcloud MP3s had little metadata. It is not necessary for mutators to be used in conjunction with crawlers. Crawlers may also crawl the crates database itself to generate new, improved files.
One of the main features of crates is to be able to make/share playlists for DJing. Each playlist has an ID and is shared with Peers.
Serato/Mixxx/Traktor import/export is planned.
sudo apt-get install libpython-dev python-pip
sudo pip install --upgrade -r requirements.txt
Edit crates/settings.py
# create database and superuser account
./manage.py syncdb
# run local server in development mode
./manage.py runserver 0.0.0.0:8080
# crawl
./manage.py crawl ~/Music
Guide pending, uses nginx+uwsgi+ansible. See ansible/
for an incomplete example.
Map to a location:
./manage.py map /exports/music
Then run a samba server with example conf. To get play counts and notifications run hit counter daemon.