command/database: add "position" parameter to "findadd" and "searchadd"

Closes https://github.com/MusicPlayerDaemon/MPD/issues/888
This commit is contained in:
Max Kellermann
2021-10-14 14:59:00 +02:00
parent 680fb51c37
commit 2e5ca1cbd2
3 changed files with 39 additions and 3 deletions

1
NEWS
View File

@@ -5,6 +5,7 @@ ver 0.23 (not yet released)
- support "listfiles" with arbitrary storage plugins
- support relative positions in "addid"
- fix relative positions in "move" and "moveid"
- add "position" parameter to "findadd" and "searchadd"
* database
- proxy: require MPD 0.20 or later
- proxy: require libmpdclient 2.11 or later