X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fcommands.txt;h=70f6cc9b67e729a10fd5fea2b78b353a66e3589b;hb=86a40a9a5a668399c6ca07022b3c38251686ed1d;hp=1ec938c20838a85f16dd17e2a8f63732ea6f6788;hpb=8d479631733614b46a786022a53c8e40a4e92a1b;p=python-musicpd.git diff --git a/doc/commands.txt b/doc/commands.txt index 1ec938c..70f6cc9 100644 --- a/doc/commands.txt +++ b/doc/commands.txt @@ -33,26 +33,31 @@ stop -> fetch_nothing add -> fetch_nothing addid [] -> fetch_item clear -> fetch_nothing -delete -> fetch_nothing +delete | -> fetch_nothing deleteid -> fetch_nothing -move -> fetch_nothing +move | -> fetch_nothing moveid -> fetch_nothing playlist -> fetch_playlist playlistfind -> fetch_songs playlistid [] -> fetch_songs -playlistinfo [] -> fetch_songs +playlistinfo [|] -> fetch_songs playlistsearch -> fetch_songs plchanges -> fetch_songs plchangesposid -> fetch_changes -shuffle [] -> fetch_nothing +prio | -> self._fetch_nothing, +prioid -> self._fetch_nothing, +rangeid -> self._fetch_nothing, +shuffle [] -> fetch_nothing swap -> fetch_nothing swapid -> fetch_nothing +addtagid -> fetch_nothing +cleartagid [] -> fetch_nothing == Stored Playlist Commands listplaylist -> fetch_list listplaylistinfo -> fetch_songs listplaylists -> fetch_playlists -load -> fetch_nothing +load [] -> fetch_nothing playlistadd -> fetch_nothing playlistclear -> fetch_nothing playlistdelete -> fetch_nothing @@ -74,6 +79,13 @@ update [] -> fetch_item rescan [] -> fetch_item readcomments -> fetch_object +== Mounts and neighbors == + +mount -> self._fetch_nothing +unmount -> self._fetch_nothing +listmounts -> self._fetch_mounts +listneighbors -> self._fetch_neighbors + == Sticker Commands sticker get -> fetch_item sticker set -> fetch_nothing