An open API service indexing awesome lists of open source software.

https://github.com/vinymeuh/go-mpdclient

A MPD client library written in Go
https://github.com/vinymeuh/go-mpdclient

go mpd-client

Last synced: 5 months ago
JSON representation

A MPD client library written in Go

Awesome Lists containing this project

README

          

# go-mpdclient

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Release](https://img.shields.io/github/release/vinymeuh/go-mpdclient.svg)](https://github.com/vinymeuh/go-mpdclient/releases/latest)
[![GoDoc](https://godoc.org/github.com/vinymeuh/go-mpdclient?status.svg)](https://godoc.org/github.com/vinymeuh/go-mpdclient)

A [MPD](https://www.musicpd.org/) client library written in Go.

Reference:

* [Protocol](https://mpd.readthedocs.io/en/latest/protocol.html)