A mopidy player with snapcast support
Checkout a detailled description at this blog post
Install by running:
python3 -m pip install Mopidy-Muse
Before starting Mopidy, you must add configuration for Mopidy-Muse to your Mopidy configuration file:
[muse]
enabled = true
# the following are optional values
mopidy_host = localhost
mopidy_port = 6680
mopidy_ssl = false
snapcast_host = localhost
snapcast_port = 1780
snapcast_ssl = false
Using docker compose:
make start
Using docker run command:
make mopidy-docker