From 21a4eeb55483bd8cd1243f701bf931921b32b9a8 Mon Sep 17 00:00:00 2001 From: Kaliko Jack Date: Wed, 9 Dec 2020 14:47:50 +0100 Subject: [PATCH] Update documentation command list --- doc/source/commands.rst | 2 +- doc/source/commands.txt | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/source/commands.rst b/doc/source/commands.rst index c11e5aa..52ff7b7 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -11,6 +11,6 @@ Get current available commands: print(' '.join([cmd for cmd in musicpd.MPDClient()._commands.keys()])) -List, last updated for v0.4.4: +List, last updated for v0.4.5: .. literalinclude:: commands.txt diff --git a/doc/source/commands.txt b/doc/source/commands.txt index f471bb0..d136555 100644 --- a/doc/source/commands.txt +++ b/doc/source/commands.txt @@ -68,9 +68,10 @@ rm -> fetch_nothing save -> fetch_nothing == Database Commands -albumart -> fetch_object +albumart -> fetch_composite count -> fetch_object count group -> fetch_object +getfingerprint -> fetch_object find [ ]... -> fetch_songs findadd [ ] -> fetch_nothing list [ ]...[group ]... -> fetch_list @@ -79,6 +80,7 @@ listallinfo [] -> fetch_database listfiles -> fetch_database lsinfo [] -> fetch_database readcomments [] -> fetch_object +readpicture -> fetch_composite search [ ]... -> fetch_song searchadd [ ]... -> fetch_nothing searchaddpl [ ]... -> fetch_nothing @@ -113,13 +115,15 @@ tagtypes all: -> fetch_nothing partition -> fetch_nothing listpartitions -> fetch_list newpartition -> fetch_nothing +delpartition -> fetch_nothing +moveoutput -> fetch_nothing == Audio Output Commands disableoutput -> fetch_nothing enableoutput -> fetch_nothing toggleoutput -> fetch_nothing outputs -> fetch_outputs -outputset -> fetch_nothing +outputset -> fetch_nothing == Reflection Commands config -> fetch_object -- 2.39.2