diff options
author | Max Kellermann <max@duempel.org> | 2011-10-06 22:57:14 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-10-06 22:57:14 +0200 |
commit | fa7fa2a55f6ddd90e3eed274b0eb8d1e00abea9b (patch) | |
tree | 3b1d0f8636382e758f9f592e1398b67f8e1a0a56 /NEWS | |
parent | 5c0576ca5519d525c6c383cd138da917b67a2810 (diff) | |
download | mpd-fa7fa2a55f6ddd90e3eed274b0eb8d1e00abea9b.tar.gz mpd-fa7fa2a55f6ddd90e3eed274b0eb8d1e00abea9b.tar.xz mpd-fa7fa2a55f6ddd90e3eed274b0eb8d1e00abea9b.zip |
playlist_song: allow references to songs outside the musicdir
When we have an absolute path that's not inside the music directory,
allow loading it anyway, if we're in "secure" mode (i.e. the client is
connected via UNIX socket).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ ver 0.17 (2011/??/??) - raop: new output plugin - shout: add possibility to set url - roar: new output plugin for RoarAudio +* playlist: + - allow references to songs outside the music directory * state_file: add option "restore_paused" * cue: show CUE track numbers * allow port specification in "bind_to_address" settings |