paracusia v0.2.11 Paracusia.MpdClient.Connection

Functions related to MPD's connection settings.

See also: https://musicpd.org/doc/protocol/connection_commands.html.

Note that 'password' and 'close' is not implemented, since these commands are meant to be used shortly after/before connection establishment/teardown, and Paracusia does not require the user to do that himself.

Link to this section Summary

Functions

Kills MPD

Sends 'ping' to MPD and waits for acknowledgement

Link to this section Functions

Link to this function

kill()
kill() :: :ok

Kills MPD.

Link to this function

ping()
ping() :: :ok

Sends 'ping' to MPD and waits for acknowledgement.