diff options
| author | Alex Merry <dev@randomguy3.me.uk> | 2010-08-20 16:47:26 +0100 |
|---|---|---|
| committer | Alex Merry <dev@randomguy3.me.uk> | 2010-08-20 16:47:26 +0100 |
| commit | 9d6158d6779757f6d5847d4f9f5c086716791a92 (patch) | |
| tree | 950dfa08ca675548d6adc35684f0912f6e459be5 | |
| parent | 387178db43615593bf0575acea6caa03ef489626 (diff) | |
Be more explicit about the purpose of TrackList
| -rw-r--r-- | spec/TrackList_Node.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/TrackList_Node.xml b/spec/TrackList_Node.xml index 988dd24..82079b4 100644 --- a/spec/TrackList_Node.xml +++ b/spec/TrackList_Node.xml @@ -5,7 +5,11 @@ <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p> Provides access to a short list of tracks which were recently played or - will be played shortly. + will be played shortly. This is intended to provide context to the + currently-playing track, rather than giving complete access to the + media player's playlist. + </p> + <p> Example use cases are the list of tracks from the same album as the currently playing song or the <a href="http://projects.gnome.org/rhythmbox/">Rhythmbox</a> play queue. |
