]> kaliko git repositories - python-musicpd.git/blobdiff - doc/commands.txt
Update commands documentation
[python-musicpd.git] / doc / commands.txt
index 92ef071da4345e3832ef1cf96e3ef6f0cea93d0d..40d8941cba3015170c263a5784b540a40ba94833 100644 (file)
@@ -46,6 +46,7 @@ plchanges          <int>                   -> fetch_songs
 plchangesposid     <int>                   -> fetch_changes
 prio               <int> <int>|<range>     -> self._fetch_nothing,
 prioid             <int> <int>             -> self._fetch_nothing,
+rangeid            <int> <range>           -> self._fetch_nothing,
 shuffle            [<range>]               -> fetch_nothing
 swap               <int> <int>             -> fetch_nothing
 swapid             <int> <int>             -> fetch_nothing
@@ -66,17 +67,20 @@ rm                 <str>                   -> fetch_nothing
 save               <str>                   -> fetch_nothing
 
 == Database Commands
-count              <locate>                -> fetch_object
-find               <locate>                -> fetch_songs
-findadd            <locate>                -> fetch_nothing
-list               <str> [<locate>]        -> fetch_list
-listall            [<str>]                 -> fetch_database
-listallinfo        [<str>]                 -> fetch_database
-lsinfo             [<str>]                 -> fetch_database
-search             <locate>                -> fetch_songs
-update             [<str>]                 -> fetch_item
-rescan             [<str>]                 -> fetch_item
-readcomments       <str>                   -> fetch_object
+count              <str> <str>                              -> fetch_object
+count              group <str>                              -> fetch_object
+find               <str> <str> [<str> <str>]...             -> fetch_songs
+findadd            <str> <str> [<str> <str>]                -> fetch_nothing
+list               <str> [<str> <str>]...[group <str>]...   -> fetch_list
+listall            [<str>]                                  -> fetch_database
+listallinfo        [<str>]                                  -> fetch_database
+lsinfo             [<str>]                                  -> fetch_database
+readcomments       <str>                                    -> fetch_object
+search             <str> <str> [<str> <str>]...             -> fetch_song
+searchadd          <str> <str> [<str> <str>]...             -> fetch_nothing
+searchaddpl        <str> <str> <str> [<str> <str>]...       -> fetch_nothing
+update             [<str>]                                  -> fetch_item
+rescan             [<str>]                                  -> fetch_item
 
 == Mounts and neighbors ==