https://github.com/perrinjerome/mopidy-local-zodb
ZODB local library extension for Mopidy http://www.mopidy.com
https://github.com/perrinjerome/mopidy-local-zodb
mopidy mopidy-local-library
Last synced: about 2 months ago
JSON representation
ZODB local library extension for Mopidy http://www.mopidy.com
- Host: GitHub
- URL: https://github.com/perrinjerome/mopidy-local-zodb
- Owner: perrinjerome
- Created: 2014-05-27T20:20:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-05T04:59:03.000Z (over 10 years ago)
- Last Synced: 2025-01-27T05:09:59.577Z (over 1 year ago)
- Topics: mopidy, mopidy-local-library
- Language: Python
- Size: 12.7 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
*****************
Mopidy-Local-ZODB
*****************
ZODB local library extension.
.. image:: https://travis-ci.org/perrinjerome/mopidy-local-zodb.svg
:target: https://travis-ci.org/perrinjerome/mopidy-local-zodb
Installation
============
Install by running::
pip install Mopidy-Local-ZODB
Configuration
=============
Before starting Mopidy, you must change your configuration to switch to using
Mopidy-Local-ZODB as your preferred local library::
[local]
library = zodb
Once this has been set you can re-scan your library to populate ZODB::
mopidy local scan
Mopidy-Local-ZODB also features a cache of some list and search MPD queries
that is filled during scan. This has been tested mostly with MPDroid client.
The cache can be disabled with this configuration::
[local-zodb]
cache_mpd = false