paracusia v0.2.1 Paracusia.MpdClient.Reflection
Provides information about MPD’s configuration, available permissions etc.
See also: https://musicpd.org/doc/protocol/reflection_commands.html
Summary
Functions
Returns a mapping between decoder plugins and their supported suffixes and MIME types
Returns a list of commands the current user does not have access to
Returns a list of commands the current user has access to
Returns a list of available song metadata
Returns a list of available URL handlers
Functions
Returns a mapping between decoder plugins and their supported suffixes and MIME types.
Example response
{:ok, %{
"dsf" => %{mime_types: ["application/x-dsf"], suffixes: ["dsf"]},
"ffmpeg" => %{mime_types: ["application/flv", "application/m4a", ...]
suffixes: ["16sv", "3g2", "3gp", "4xm", "8svx", "aa3", "aac", ...]},
"flac" => %{mime_types: ["application/flac", "application/x-flac", ...],
suffixes: ["flac"]},
... }
}
Returns a list of commands the current user does not have access to.
Returns a list of commands the current user has access to.
Returns a list of available song metadata.
Returns a list of available URL handlers.