Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

56quarters/avalonms

Repository files navigation

Avalon Music Server

image

image

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.7 -- 3.6

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.io/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.io/en/latest/changes.html

About

Your music metadata, exposed as a web service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages