diff options
author | Alexander Gehrke <crater@qwertyuiop.de> | 2013-08-07 16:08:48 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-07 18:22:27 +0200 |
commit | 87b732846388d3c4a2d755863df4328a6c08041e (patch) | |
tree | 7799988e59a800aeb2de278ce9fbfcb5ffe0b361 /doc/mpd.1 | |
parent | 3f846cf6b86d0b9f0fe500b2a08d67672ed58169 (diff) | |
download | mpd-87b732846388d3c4a2d755863df4328a6c08041e.tar.gz mpd-87b732846388d3c4a2d755863df4328a6c08041e.tar.xz mpd-87b732846388d3c4a2d755863df4328a6c08041e.zip |
CommandLine.cxx: look for config file in XDG_CONFIG_HOME too
Look for "$XDG_CONFIG_HOME/mpd/mpd.conf", similar to where mpd looks
for the file under Windows.
Diffstat (limited to 'doc/mpd.1')
-rw-r--r-- | doc/mpd.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ stores info about all available music, and this info can be easily searched and retrieved. Player control, info retrieval, and playlist management can all be managed remotely. -MPD searches for a config file in \fB~/.mpdconf\fP then \fB/etc/mpd.conf\fP or -uses CONF_FILE. +MPD searches for a config file in \fB$XDG_CONFIG_HOME/mpd/mpd.conf\fP then +\fB~/.mpdconf\fP then \fB/etc/mpd.conf\fP or uses CONF_FILE. Read more about MPD at <\fBhttp://www.musicpd.org/\fP>. .SH OPTIONS |