diff options
author | Max Kellermann <max@duempel.org> | 2015-02-09 07:55:06 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-02-09 07:55:06 +0100 |
commit | 676dfabc91b5f9b0ff54ce145a34352fe0a43202 (patch) | |
tree | f9f5f28f632492583aa211ab9cc4ff9aee9a0e8f /NEWS | |
parent | 60e6d1d61b1c56d3a94fa73779f240b8d7d43a89 (diff) | |
download | mpd-676dfabc91b5f9b0ff54ce145a34352fe0a43202.tar.gz mpd-676dfabc91b5f9b0ff54ce145a34352fe0a43202.tar.xz mpd-676dfabc91b5f9b0ff54ce145a34352fe0a43202.zip |
command/{Queue,File}Commands: drop "file:///" prefix for absolute paths
Requiring this prefix makes the client's intention very clear, but it
was too hard to understand why this prefix was needed. Initially, my
intention was to differentiate from broken clients which prefix relate
URIs with a slash; once MPD allowed that. In the past few years
however, MPD has disallowed that, and there was no significant
breakage (except for the "add /" special case which some clients
apparently still do). So I figure it's about time to define that an
URI that begins with a slash points to an arbitrary file on the file
system.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ ver 0.20 (not yet released) - "search"/"find" have a "window" parameter - report song duration with milliseconds precision - "sticker find" can match sticker values + - drop the "file:///" prefix for absolute file paths * tags - ape, ogg: drop support for non-standard tag "album artist" affected filetypes: vorbis, flac, opus & all files with ape2 tags |