package
0.7.4
Repository: https://github.com/env25/mpdlrc.git
Documentation: pkg.go.dev

# Functions

ContextWithData returns a subcontext with the data.
DataFromContext returns the [Data] in ctx.
NewMPDClient returns a pointer to an instance of [MPDClient].

# Structs

Data is an aggregate type for [Song], [Status] and [lyrics.Lyrics].
MPDClient implents a [Client] for the Music Player Daemon (MPD).
OptionsEvent occurs when an option in the music player changes.
PlayerEvent occurs when the state of the music player changes.

# Interfaces

Client is an interface implemented by all clients.
Song contains data about a playing in the music player.
Status contains data about status of the music player.

# Type aliases

MPDSong implements [Song].
MPDStatus implements [Status].