From a8a8aacdb360f1bcb4cdebf1a17fa7ea3a089277 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sat, 5 Jun 2004 16:01:44 +0000 Subject: implement list_OK/command_list_ok_begin update COMMANDS git-svn-id: https://svn.musicpd.org/mpd/trunk@1344 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- doc/COMMANDS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/COMMANDS b/doc/COMMANDS index d739200fb..263e4f0a5 100644 --- a/doc/COMMANDS +++ b/doc/COMMANDS @@ -110,6 +110,10 @@ playlistinfo displays list of songs in the playlist _song_ is optional and species a single song to displa info for +plchanges + displays changed songs currently in the playlist since + _playlist version_ + previous plays previous song in playlist @@ -198,6 +202,10 @@ at once using a command list. The command list beings with: command_list_begin +or: + +command_list_ok_begin + And ends with: command_list_end @@ -205,4 +213,5 @@ command_list_end It does not execute any commands until the list has ended. The return value is whatever the return for a list of commands is. On success for all commands, OK is returned. If a command fails, no more commands -are executed and the appropriate ACK error is returned. +are executed and the appropriate ACK error is returned. If "command_list_ok_begin is used", "list_OK\n" is returned for each successful command executed +in the command list. -- cgit v1.2.3