Skip to content

zefer/mothership

Repository files navigation

Mothership

A music player UI for MPD, built with Go, Svelte and WebSockets. Builds to a single, self-contained binary.

Prerequisites

Quick start

make install
MPD_ADDR=your-mpd-host:6600 make dev

Then open http://localhost:5173.

Build

make build

For Raspberry Pi:

make build-pi

Run

MPD_ADDR=music:6600 ./mothership

Or with flags: ./mothership -mpdaddr music:6600 -port :8080

Deploy

Transfer the binary and run it. See bin/deploy for a complete example, and server configuration using Ansible.

License

MIT. See LICENSE.

About

A music player interface

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors