Access a local beets library via beets native api. No running beets web process is required. Search by specific fields is fully supported.
Install by running:
pip install Mopidy-BeetsLocal
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
Adapted for Mopidy v1.0
-Media Library in ncmpcpp works now. -Various Artist limited to genre
added browsing
added albums in lookup and search fixed links in Project resources
cleanup
Switched to URI schema 'beetslocal'
Introducing new optional config option 'use_original_release_date'. Path decoding now hopefully working for different locale. Tracks have release date and disc_num.
- Initial release.