Added "searchcount" command, a case-insensitive "count"

The `count` command isn't case-insensitive.  This adds `searchcount`
which is a case-insensitive version of `count`.
This commit is contained in:
Mike Bremford
2022-12-13 15:57:49 +00:00
committed by Max Kellermann
parent 8b1ff3f005
commit 6adff85fd6
5 changed files with 30 additions and 3 deletions

1
NEWS
View File

@@ -1,5 +1,6 @@
ver 0.24 (not yet released)
* protocol
- new command "searchcount" (case-insensitive "count")
- "playlistfind"/"playlistsearch" have "sort" and "window" parameters
- "save" can append to or replace an existing playlist
- filter "prio" (for "playlistfind"/"playlistsearch")