Mopidy-Bassdrive

Bassdrive archive and stream extension for Mopidy


License
Apache-2.0
Install
pip install Mopidy-Bassdrive==0.2.0

Documentation

Mopidy-Bassdrive

Latest PyPI version Number of PyPI downloads Travis CI build status Test coverage

Mopidy extension for playing music from Bassdrive, archives and stream.

Installation

Install the Mopidy-Bassdrive extension by running:

pip install mopidy-bassdrive

Configuration

This is the default config of mopidy-bassdrive:

[bassdrive]
# enable plugin
enabled = true
# cache archive for 24h / 1140min
refresh_archive = 1440

Usage

The extension is enabled by default if all dependencies are available. You can simply browse through the bassdrive archive or launch the stream.

Project resources

Changelog

v0.2.0 (2015-04-07)

  • Require Mopidy >= 1.0
  • Update to work with changed backend APIs in Mopidy 1.0

v0.1.1 (2014-07-31)

  • Provide track details to clients to prevent remote lookup on every track

v0.1 (2014-07-29)

  • Cache archive structure

v0.0.1 (2014-07-28)

  • Initial release