cristianpb / muse

Mopidy web client with Snapcast support
https://cristianpb.github.io/muse
Apache License 2.0
35 stars 6 forks source link
mopidy sapper svelte

Muse

PyPI PyPI - Downloads Build Status Docker Pulls

A mopidy player with snapcast support

Features

Checkout a detailled description at this blog post

Mopidy-Muse homepage

Installation

Python

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

Docker installation

Using docker compose:

make start

Using docker run command:

make mopidy-docker

Project resources