paracusia v0.2.1 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.

Summary

Functions

Kills MPD

Sends ‘ping’ to MPD and waits for acknowledgement

Functions

kill()
kill :: :ok

Kills MPD.

ping()
ping :: :ok

Sends ‘ping’ to MPD and waits for acknowledgement.