diff options
author | Stefano Miccoli <stefano.miccoli@polimi.it> | 2019-02-24 16:04:34 +0100 |
---|---|---|
committer | Stefano Miccoli <stefano.miccoli@polimi.it> | 2019-02-26 00:12:09 +0100 |
commit | a149bc4c5db66a7450f2723c4d9dd0b9542e94b0 (patch) | |
tree | b798b49230088047abb29f758ad0bf3cd9e969c3 /doc/protocol.rst | |
parent | b3a458338a7c8ff3c230ee33d85e973d3dbc056a (diff) |
update protocol documentation for new semantics of playlist abs. name
Diffstat (limited to 'doc/protocol.rst')
-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}` |