From 7aca4cd194b8ec2546e598800b153a5009b1792d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 22 Oct 2008 19:18:39 +0200 Subject: stored_playlist: send timestamps Send last modification timestamps to the client. This allows the client to see when another client modifies a stored playlist. --- doc/COMMANDS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/COMMANDS') diff --git a/doc/COMMANDS b/doc/COMMANDS index 66b014a03..35373a4d5 100644 --- a/doc/COMMANDS +++ b/doc/COMMANDS @@ -191,6 +191,12 @@ repeat 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 removes the playlist .m3u from the playlist directory -- cgit v1.2.3