Ymuse is an easy, functional, and snappy GTK front-end (client) for Music Player Daemon written in Go.
You can use one of the binary packages from the Releases section.
- Go 1.14+
- Install Go
- Clone the source and compile
git clone https://github.com/yktoo/ymuse.git
go generate
go buildThis will create the application executable ymuse in the project root directory, which you can run straight away.
See COPYING.
- gotk3
- gompd by Fazlul Shahriar
- go-logging by Örjan Fors
- goreleaser by Carlos Alexandro Becker et al.