Home

Awesome

Gramophone

Gramophone is a simple music server built with Python and Flask. Its goal is to provide means to easily serve music on your server to the browser or to applications supporting HTTP streaming.

It currently supports mp3, mp4 and ogg vorbis audio files.

Goals

Setup

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
python server.py

Visit http://localhost:5000/update_db to initialize or update the database.

License

AGPLv3, see LICENSE file.