Mopidy-Local-Whoosh

Whoosh local library extension.


Keywords
mopidy, mopidy-local-library, python
License
Apache-2.0
Install
pip install Mopidy-Local-Whoosh==0.1.0

Documentation

Mopidy-Local-Whoosh

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

Whoosh local library extension.

Status

Whoosh support has been an experiment and a proof of concept to test out the Mopidy APIs for alternate local library support more than anything else.

At this point in time I would not recommend using it as it is not being actively worked on. If you are interested in fixing this please do get in touch or start sending pull requests :-)

In the meantime take a look at https://github.com/tkem/mopidy-local-sqlite

Installation

Install by running:

pip install Mopidy-Local-Whoosh

Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.

Warning

This plugin makes no attempts to handle whoosh version changes. We support whoosh 2.x, but we you will need to rescan due to internal changes in whoosh indexes etc when changing upgrading.

Configuration

Before starting Mopidy, you must change your configuration to switch to using Mopidy-Local-Whoosh as your preferred local library:

[local]
library = whoosh

Once this has been set you can re-scan your library to populate whoosh:

mopidy local scan

Project resources

Changelog

v0.1.0 (2014-02-25)

  • Initial release.