Added a warning to COMMANDS that it's out of date
git-svn-id: https://svn.musicpd.org/mpd/trunk@4359 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
9768d96954
commit
184bd51ca2
18
doc/COMMANDS
18
doc/COMMANDS
|
@ -1,5 +1,14 @@
|
|||
Music Player Daemon - Commands
|
||||
|
||||
WARNING
|
||||
This document has not been updated to reflect recent changes in
|
||||
the MPD protocol. It does not contain all supported commands,
|
||||
and some commands may now take additional arguments. However,
|
||||
clients conforming to this specification should still be
|
||||
compatible with the latest release of MPD. For more up to date
|
||||
documentation, please see the protocol reference on the wiki at
|
||||
<http://mpd.wikia.com/wiki/Protocol_Reference>.
|
||||
|
||||
This document is intended for client developers, not end users.
|
||||
|
||||
Format:
|
||||
|
@ -153,15 +162,6 @@ plchangesposid <playlist version>
|
|||
NOTE: to detect songs that were deleted at the end of the playlist,
|
||||
use playlistlength returned by status command.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
previous
|
||||
plays previous song in playlist
|
||||
|
||||
|
|
Loading…
Reference in New Issue