A mopidy player with snapcast support
Features
- Support for snapcast volume control
- Responsive design based in bulma framework
- Modify tracklists using drag and drop motions
- Create and modify playlists
- Reactive search for tracklists in different sources
- No user tracking (No Google Analytics)
- Created using state of the art web technologies:
- Svelte framework for small package size
- Svelte kit for multiple pages and server side rendering
- Github Actions CI/CD workflow for build and publish
Checkout a detailled description at this blog post
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