summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2010-08-19 16:03:30 +0100
committerAlex Merry <dev@randomguy3.me.uk>2010-08-19 16:03:30 +0100
commit9859aee790820e2d0b4bf258cb00bd64b3221b51 (patch)
tree10cbfc628bff256b2a3e75c1de2ab188b9555a07 /spec
parent764a020fa8a2091e8925acb383a5f1d37354e0d7 (diff)
Allow a user-defined ordering
Diffstat (limited to 'spec')
-rw-r--r--spec/Playlists.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/spec/Playlists.xml b/spec/Playlists.xml
index 4628d3b..5f1607c 100644
--- a/spec/Playlists.xml
+++ b/spec/Playlists.xml
@@ -78,6 +78,18 @@
<p>Ordering by date of last playback, oldest first.</p>
</tp:docstring>
</tp:enumvalue>
+ <tp:enumvalue suffix="UserDefined" value="User">
+ <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
+ <p>A user-defined ordering.</p>
+ <tp:rationale>
+ <p>
+ Some media players may allow users to order playlists as they
+ wish. This ordering allows playlists to be retreived in that
+ order.
+ </p>
+ </tp:rationale>
+ </tp:docstring>
+ </tp:enumvalue>
</tp:enum>
<method name="ActivatePlaylist" tp:name-for-bindings="Activate_Playlist">
@@ -154,8 +166,7 @@
<property name="Orderings" tp:name-for-bindings="Orderings" type="as" tp:type="Playlist_Ordering[]" access="read">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>
- The available orderings. This must include Alphabetical and either
- Created or Modified at a minimum.
+ The available orderings. At least one must be offered.
</p>
<tp:rationale>
<p>