Mopidy extension for playing music from Bassdrive, archives and stream.
Install the Mopidy-Bassdrive extension by running:
pip install mopidy-bassdrive
This is the default config of mopidy-bassdrive:
[bassdrive] # enable plugin enabled = true # cache archive for 24h / 1140min refresh_archive = 1440
The extension is enabled by default if all dependencies are available. You can simply browse through the bassdrive archive or launch the stream.
- Require Mopidy >= 1.0
- Update to work with changed backend APIs in Mopidy 1.0
- Provide track details to clients to prevent remote lookup on every track
- Cache archive structure
- Initial release