diff options
author | Qball Cow <qball@qballcow.nl> | 2006-04-25 09:31:17 +0000 |
---|---|---|
committer | Qball Cow <qball@qballcow.nl> | 2006-04-25 09:31:17 +0000 |
commit | 976f7d14d904ca5b0384ae3f5da332bfcfba56f5 (patch) | |
tree | a33004e982dd32430034915242775dd3bf747618 | |
parent | 5416d00bcdf7e248a103de9fca017480e5746ea4 (diff) | |
download | mpd-976f7d14d904ca5b0384ae3f5da332bfcfba56f5.tar.gz mpd-976f7d14d904ca5b0384ae3f5da332bfcfba56f5.tar.xz mpd-976f7d14d904ca5b0384ae3f5da332bfcfba56f5.zip |
Update COMMANDS file with plchangesposid command
git-svn-id: https://svn.musicpd.org/mpd/trunk@4121 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | doc/COMMANDS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS index d11dcd4f2..646eded93 100644 --- a/doc/COMMANDS +++ b/doc/COMMANDS @@ -146,6 +146,22 @@ plchanges <playlist version> NOTE: to detect songs that were deleted at the end of the playlist, use playlistlength returned by status command. +plchangesposid <playlist version> + displays changed songs currently in the playlist since + _playlist version_ + This function only returns the position and the id of the changed song, not the complete metadata. This is more bandwidth efficient. + 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 |