aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-22 19:18:39 +0200
committerMax Kellermann <max@duempel.org>2008-10-22 19:18:39 +0200
commit7aca4cd194b8ec2546e598800b153a5009b1792d (patch)
tree2ca63c289bc733f2b37aceba7e56188a7a3fad07 /doc
parent9c983c442c03a71bbf80ccbf1dad84894403a983 (diff)
downloadmpd-7aca4cd194b8ec2546e598800b153a5009b1792d.tar.gz
mpd-7aca4cd194b8ec2546e598800b153a5009b1792d.tar.xz
mpd-7aca4cd194b8ec2546e598800b153a5009b1792d.zip
stored_playlist: send timestamps
Send last modification timestamps to the client. This allows the client to see when another client modifies a stored playlist.
Diffstat (limited to 'doc')
-rw-r--r--doc/COMMANDS6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS
index 66b014a03..35373a4d5 100644
--- a/doc/COMMANDS
+++ b/doc/COMMANDS
@@ -191,6 +191,12 @@ repeat <int state>
listplaylists
prints a list of the playlist directory
+ After each playlist name, the server sends its last
+ modification time as attribute "Last-Modified" in ISO 8601
+ format. To avoid problems due to clock differences between
+ clients and the server, clients should not compare this value
+ with their local clock.
+
rm <string name>
removes the playlist <name>.m3u from the playlist directory