From 06b7090283b20e22165ce8528480be4dacb575ab Mon Sep 17 00:00:00 2001 From: Mirsal Ennaime Date: Thu, 27 Jan 2011 17:47:42 +0100 Subject: Add the PlaylistChange signal to the Playlists interface Rationale: The mpris lacks a way for servers to notify clients of a change in a playlist attribute (its name or icon) --- spec/Playlists.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/spec/Playlists.xml b/spec/Playlists.xml index 1447834..96c7aa8 100644 --- a/spec/Playlists.xml +++ b/spec/Playlists.xml @@ -226,19 +226,23 @@ -

The playlist whose details have changed.

+ The playlist which details have changed.
-

- Indicates that the name or icon for a playlist has changed. +

Indicates that either the Name or Icon attribute of a + playlist has changed.

-

- Note that, for this signal to operate correctly, the id of the - playlist must not change when the name changes. +

Client implementations should be aware that this signal + may not be implemented.

+ + Without this signal, media players have no way to notify clients + of a change in the attributes of a playlist other than the active one +
+ -- cgit v1.2.3