Access local beets library
Project description
Access a local beets library via beets native api. No running beets web process is required. Search by specific fields is fully supported.
Installation
Install by running:
pip install Mopidy-BeetsLocal
Configuration
Before starting Mopidy, you must add configuration for Mopidy-BeetsLocal to your Mopidy configuration file:
[beetslocal] enabled = true beetslibrary = /<your path>/beetslibrary.blb use_original_release_date = false
Project resources
Changelog
v.0.0.8
Adapted for Mopidy v1.0
v.0.0.7
-Media Library in ncmpcpp works now. -Various Artist limited to genre
v0.0.6
added browsing
v0.0.5
added albums in lookup and search fixed links in Project resources
v0.0.4
cleanup
v0.0.3 (UNRELEASED)
Switched to URI schema ‘beetslocal’
v0.0.2 (UNRELEASED)
Introducing new optional config option ‘use_original_release_date’. Path decoding now hopefully working for different locale. Tracks have release date and disc_num.
v0.0.1 (UNRELEASED)
Initial release.