]> kaliko git repositories - python-musicpdaio.git/commitdiff
Add searchcount command
authorkaliko <kaliko@azylum.org>
Sun, 1 Sep 2024 17:21:25 +0000 (19:21 +0200)
committerkaliko <kaliko@azylum.org>
Sun, 1 Sep 2024 17:21:25 +0000 (19:21 +0200)
doc/source/commands.rst
mpdaio/client.py

index 3e29512b73079c16bc35ad261ae2e7f5cdebfdc8..03d0b0793c612e7e332c0098a1b2ec1235a32add 100644 (file)
@@ -1,7 +1,6 @@
 
 Status Commands
 ^^^^^^^^^^^^^^^
-
 * clearerror
 * currentsong
 * idle
@@ -11,7 +10,6 @@ Status Commands
 
 Playback Option Commands
 ^^^^^^^^^^^^^^^^^^^^^^^^
-
 * consume
 * crossfade
 * mixrampdb
@@ -27,7 +25,6 @@ Playback Option Commands
 
 Playback Control Commands
 ^^^^^^^^^^^^^^^^^^^^^^^^^
-
 * next
 * pause
 * play
@@ -40,7 +37,6 @@ Playback Control Commands
 
 Queue Commands
 ^^^^^^^^^^^^^^
-
 * add
 * addid
 * clear
@@ -66,7 +62,6 @@ Queue Commands
 
 Stored Playlist Commands
 ^^^^^^^^^^^^^^^^^^^^^^^^
-
 * listplaylist
 * listplaylistinfo
 * listplaylists
@@ -81,7 +76,6 @@ Stored Playlist Commands
 
 Database Commands
 ^^^^^^^^^^^^^^^^^
-
 * albumart
 * count
 * getfingerprint
@@ -97,12 +91,12 @@ Database Commands
 * search
 * searchadd
 * searchaddpl
+* searchcount
 * update
 * rescan
 
 Mounts and neighbors
 ^^^^^^^^^^^^^^^^^^^^
-
 * mount
 * unmount
 * listmounts
@@ -110,7 +104,6 @@ Mounts and neighbors
 
 Sticker Commands
 ^^^^^^^^^^^^^^^^
-
 * sticker get
 * sticker set
 * sticker delete
@@ -119,7 +112,6 @@ Sticker Commands
 
 Connection Commands
 ^^^^^^^^^^^^^^^^^^^
-
 * close
 * kill
 * password
@@ -133,7 +125,6 @@ Connection Commands
 
 Partition Commands
 ^^^^^^^^^^^^^^^^^^
-
 * partition
 * listpartitions
 * newpartition
@@ -142,7 +133,6 @@ Partition Commands
 
 Audio Output Commands
 ^^^^^^^^^^^^^^^^^^^^^
-
 * disableoutput
 * enableoutput
 * toggleoutput
@@ -151,7 +141,6 @@ Audio Output Commands
 
 Reflection Commands
 ^^^^^^^^^^^^^^^^^^^
-
 * config
 * commands
 * notcommands
@@ -160,7 +149,6 @@ Reflection Commands
 
 Client to Client
 ^^^^^^^^^^^^^^^^
-
 * subscribe
 * unsubscribe
 * channels
index 2b971627e6d604dcd4046f524eb979c1d0cb34b2..2eeebc1fedf06c6151088ba98e1bac635a81e1b6 100644 (file)
@@ -217,6 +217,7 @@ class CmdHandler:
             "search":             self._fetch_songs,
             "searchadd":          self._fetch_nothing,
             "searchaddpl":        self._fetch_nothing,
+            "searchcount":        self._fetch_object,
             "update":             self._fetch_item,
             "rescan":             self._fetch_item,
             # Mounts and neighbors