diff options
author | Max Kellermann <max@duempel.org> | 2014-03-01 22:50:11 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-03-01 22:51:51 +0100 |
commit | 36ca57a54ebcbdfb2fa4374378280867a089bb91 (patch) | |
tree | 02eca17f29c90d367d9c964f921961fa16f061c1 /NEWS | |
parent | efa6678bcc0cbd6679061809c464c91f06b552ec (diff) | |
download | mpd-36ca57a54ebcbdfb2fa4374378280867a089bb91.tar.gz mpd-36ca57a54ebcbdfb2fa4374378280867a089bb91.tar.xz mpd-36ca57a54ebcbdfb2fa4374378280867a089bb91.zip |
fs/StandardDirectory: add GetUserCacheDir()
Move code from CreateConfiguredDatabase() and add XDG support. This
implements an automatic Linux fallback for the setting "db_file" if
none was specified.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ ver 0.19 (not yet released) - name each thread (for debugging) * configuration - allow playlist directory without music directory + - use XDG to auto-detect "music_directory" and "db_file" * new resampler option using libsoxr * install systemd unit for socket activation * Android port |