From b1b630a4cc435e35029b7895b2ff6d6b1ad07552 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 25 Mar 2019 18:30:56 +0100 Subject: command/database: support "sort" and "window" in more commands Closes https://github.com/MusicPlayerDaemon/MPD/issues/516 --- doc/protocol.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/protocol.rst') diff --git a/doc/protocol.rst b/doc/protocol.rst index c103efe64..02a7ecfc4 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -849,7 +849,7 @@ The music database .. _command_findadd: -:command:`findadd {FILTER}` +:command:`findadd {FILTER} [sort {TYPE}] [window {START:END}]` Search the database for songs matching ``FILTER`` (see :ref:`Filters `) and add them to the queue. Parameters have the same meaning as for @@ -961,14 +961,14 @@ The music database .. _command_searchadd: -:command:`searchadd {FILTER}` +:command:`searchadd {FILTER} [sort {TYPE}] [window {START:END}]` Search the database for songs matching ``FILTER`` (see :ref:`Filters `) and add them to the queue. Parameters have the same meaning as for :ref:`search `. -:command:`searchaddpl {NAME} {FILTER}` +:command:`searchaddpl {NAME} {FILTER} [sort {TYPE}] [window {START:END}]` Search the database for songs matching ``FILTER`` (see :ref:`Filters `) and add them to the playlist named ``NAME``. -- cgit v1.2.3