Change the semantic of the searchplaylist protocol command
Old: searchplaylist {NAME} {FILTER} [{START:END}] New: searchplaylist {NAME} {FILTER} [window {START:END}] This is more similar to the other search commands and we can reuse search specific functions in libmpdclient.
This commit is contained in:
@@ -996,7 +996,7 @@ remote playlists (absolute URI with a supported scheme).
|
||||
|
||||
.. _command_searchplaylist:
|
||||
|
||||
:command:`searchplaylist {NAME} {FILTER} [{START:END}]`
|
||||
:command:`searchplaylist {NAME} {FILTER} [window {START:END}]`
|
||||
Search the playlist for songs matching
|
||||
``FILTER`` (see :ref:`Filters <filter_syntax>`). Playlist
|
||||
plugins are supported. A range may be specified to list
|
||||
|
Reference in New Issue
Block a user