diff options
author | Max Kellermann <max@duempel.org> | 2009-01-01 19:07:38 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-01 19:07:38 +0100 |
commit | 886ed1b225d50e5e6c220e11b5800f45d36a5d37 (patch) | |
tree | efb0c4f5a89aa44ccb543e34fb9220789c291773 /NEWS | |
parent | 46aedbae096a2702fa8879f3632eb60c910dc866 (diff) | |
download | mpd-886ed1b225d50e5e6c220e11b5800f45d36a5d37.tar.gz mpd-886ed1b225d50e5e6c220e11b5800f45d36a5d37.tar.xz mpd-886ed1b225d50e5e6c220e11b5800f45d36a5d37.zip |
mapper: fall back to XDG music directory
If no music_directory is configured, fall back to the XDG music
directory, determined by
g_get_user_special_dir(G_USER_DIRECTORY_MUSIC).
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ ver 0.15 - (200?/??/??) * the option "error_file" was removed, all messages are logged into "log_file" * support logging to syslog +* fall back to XDG music directory if no music_directory is configured ver 0.14 (2008/12/25) * audio outputs: |