Skip to main content

Avalon Music Server

Project description

https://travis-ci.org/tshlabs/avalonms.png?branch=master

The Avalon Music Server is a Python WSGI application and several CLI scripts that, together, scan metadata from a music collection, store it in a database, and expose it as a JSON web service. It is available under the MIT license.

The Avalon Music Server is able to read metadata from ogg, flac, and mp3 files. Clients can then query the server for information about songs, albums, artists, and genres in the collection.

Features

  • Support for Mp3, Vorbis (Ogg), or Flac audio files

  • Support for multiple database backends

  • Simple JSON interface including fast prefix matching

  • Unicode output support

  • Python 2.6 – 3.4

Installation

To install it simply run

$ pip install avalonms

Usage

Then, to scan your music collection

$ avalon-scan ~/Music

Then, start the application using a WSGI server like Gunicorn

$ gunicorn --preload avalon.app.wsgi:application

Documentation

The latest documentation is available at https://avalonms.readthedocs.org/en/latest/

Source

The source is available at https://github.com/tshlabs/avalonms

Download

Python packages are available at https://pypi.python.org/pypi/avalonms

Changes

The change log is available at https://avalonms.readthedocs.org/en/latest/changes.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

avalonms-0.6.0.tar.gz (77.6 kB view hashes)

Uploaded Source

Built Distribution

avalonms-0.6.0-py2.py3-none-any.whl (64.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page