• Max Kellermann's avatar
    command/{Queue,File}Commands: drop "file:///" prefix for absolute paths · 676dfabc
    Max Kellermann authored
    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.
    676dfabc
Name
Last commit
Last update
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
win32 Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...