diff options
Diffstat (limited to 'nncmpp.adoc')
-rw-r--r-- | nncmpp.adoc | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/nncmpp.adoc b/nncmpp.adoc index bcbb740..d30d754 100644 --- a/nncmpp.adoc +++ b/nncmpp.adoc @@ -37,16 +37,18 @@ Options Configuration ------------- -Unless you run MPD on a remote machine, on an unusual port, or protected by -a password, the client doesn't need a configuration file to work. It is, -however, likely that you'll want to customize the looks or add some streams. -You can start off with the following snippet: +Unless you run MPD on a remote machine, on an unusual port, protected by +a password, or only accessible through a Unix socket, the client doesn't need +a configuration file to work. It is, however, likely that you'll want to +customize the looks or add some streams. You can start off with the following +snippet: .... settings = { - address = "localhost:6600" + address = "~/.mpd/mpd.socket" password = "<your password>" root = "~/Music" + pulseaudio = on } colors = { normal = "" |