diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-13 21:13:30 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-13 21:13:30 +0000 |
commit | 825252dfc8b18b76599ad1298915c7e0d0d5455c (patch) | |
tree | 47e3ffbe5baa8adfa5fbafb32a5fa4c348ba624d | |
parent | 600091c3e091ea22e6070706b252c83a986a3e02 (diff) | |
download | mpd-825252dfc8b18b76599ad1298915c7e0d0d5455c.tar.gz mpd-825252dfc8b18b76599ad1298915c7e0d0d5455c.tar.xz mpd-825252dfc8b18b76599ad1298915c7e0d0d5455c.zip |
comment on song id's vs playlist position commands
git-svn-id: https://svn.musicpd.org/mpd/trunk@1472 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | doc/COMMANDS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS index b78735a31..48b1427da 100644 --- a/doc/COMMANDS +++ b/doc/COMMANDS @@ -25,6 +25,16 @@ Command Completion: A command returns "OK\n" on completion or "ACK some error\n" on failure. These denote the end of command execution. +NOTE: +----- + +For manipulating playlists and playing, there are two sets of commands. One +set uses the song id of a song in the playlist, while another set uses the +playlist position of the song. The commands using song id's should be used +instead of the commands that manipulate and control playback based on playlist +position. Using song id's is a safer method when multiple clients are +interacting with MPD. + Commands: --------- |