Update COMMANDS file with plchangesposid command
git-svn-id: https://svn.musicpd.org/mpd/trunk@4121 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
5416d00bcd
commit
976f7d14d9
16
doc/COMMANDS
16
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue