diff options
author | Max Kellermann <max@musicpd.org> | 2017-01-20 16:59:07 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-01-20 16:59:07 +0100 |
commit | 90f189eb54871aaabf60d443aa7b15dc28c3c842 (patch) | |
tree | f86fb024b16083948d93274cb2d8046a8a1c7cd9 /doc | |
parent | 4abd5b211297ca4de19338b171ee99d16ec1ed73 (diff) |
doc/user: mention which commands are available with playlist plugins
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/user.xml b/doc/user.xml index 57df12645..35d47aa95 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -756,9 +756,11 @@ systemctl start mpd.socket</programlisting> <title>Configuring playlist plugins</title> <para> - Playlist plugins are used to load remote playlists. This is - not related to <application>MPD</application>'s playlist - directory. + Playlist plugins are used to load remote playlists (protocol + commands <command>load</command>, + <command>listplaylist</command> and + <command>listplaylistinfo</command>). This is not related to + <application>MPD</application>'s playlist directory. </para> <para> |