diff options
author | Max Kellermann <max@musicpd.org> | 2019-02-27 13:48:02 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-02-27 13:49:22 +0100 |
commit | 713c1f2ba9c18a97a4e1f12642e59e87b62e9080 (patch) | |
tree | f582c988f482204639191c5173d588e9c10823e1 /doc | |
parent | 44422b2b2f0a0bf29ffadfac0814b9bcd17db564 (diff) | |
parent | a149bc4c5db66a7450f2723c4d9dd0b9542e94b0 (diff) |
Merge branch 'feature/playlist' of git://github.com/miccoli/MPD
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst index c6b1945d2..41bb2a861 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -714,7 +714,9 @@ and without the `.m3u` suffix). Some of the commands described in this section can be used to run playlist plugins instead of the hard-coded simple `m3u` parser. They can access playlists in -the music directory (relative path including the suffix) or +the music directory (relative path including the suffix), +playlists in arbitrary location (absolute path including the suffix; +allowed only for clients that are connected via UNIX domain socket), or remote playlists (absolute URI with a supported scheme). :command:`listplaylist {NAME}` |