Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhs/gompd
Client side library for MPD (Music Player Daemon) for Go Programming Language.
https://github.com/fhs/gompd
Last synced: 7 days ago
JSON representation
Client side library for MPD (Music Player Daemon) for Go Programming Language.
- Host: GitHub
- URL: https://github.com/fhs/gompd
- Owner: fhs
- License: mit
- Created: 2011-08-31T00:23:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T18:08:30.000Z (almost 2 years ago)
- Last Synced: 2024-12-04T15:51:29.146Z (19 days ago)
- Language: Go
- Homepage:
- Size: 325 KB
- Stars: 142
- Watchers: 11
- Forks: 41
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/fhs/gompd.png)](https://travis-ci.org/fhs/gompd)
[![GoDoc](https://godoc.org/github.com/fhs/gompd/v2/mpd/?status.svg)](https://godoc.org/github.com/fhs/gompd/v2/mpd/)
[![Go Report Card](https://goreportcard.com/badge/github.com/fhs/gompd/v2)](https://goreportcard.com/report/github.com/fhs/gompd/v2)## Overview
This is a Go package for accessing [Music Player Daemon (MPD)](https://www.musicpd.org/).
Old repository: https://code.google.com/p/gompd/
## Installation
How to install:
$ go get github.com/fhs/gompd/v2/mpd
## Documentation
Documentation can be found here:
http://godoc.org/github.com/fhs/gompd/v2/mpd