A backend for playing music from yourBeetsmusic library, through Beets’ web extension.
Install theMopidy-Beets
package fromPyPI:
sudo python3 -m pip install Mopidy-Beets
Install themopidy-beets
package fromDebian orUbuntu:
sudo apt install mopidy-beets
Alternatively, you can install themopidy-beets
Debian package from Mopidy's APT repository, which often has newer versions than Debian/Ubuntu.
First, follow the instructions atapt.mopidy.com on how to setup Mopidy's APT repo on your system.
Then, install themopidy-beets
package:
sudo apt install mopidy-beets
Install themopidy-beets
package fromAUR:
yay -S mopidy-beets
Install the mopidy-beets formula withHomebrew:
brew install mopidy/mopidy/mopidy-beets
This extension registry is a community effort, and will never be complete without your help. To add or update an extension, edit thesource files using the existing extensions as inspiration, then submit a pull request to themopidy/website repo at GitHub.