Current section
Files
Jump to
Current section
Files
lib/mpd.ex
defmodule Mpd do
@moduledoc """
MPD (Music Player Daemon) is commonly used on UNIX.
It's a TCP server that plays music in the background which allows a lot of possibility.
[See here](https://www.musicpd.org/doc/html/index.html)
The ultimate goal is to have full abilities on MPD server through GenServers.
"""
end