From d9874b266ee420e214bdc8c9c96d946c0a922203 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sun, 21 Aug 2005 19:17:50 +0000 Subject: Committed the "[ 1247788 ] Adds wps tags for repeat modes" patch. Please revert back should it cause problems. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7371 a1c6a512-1295-4272-9138-f99709370657 --- docs/CUSTOM_WPS_FORMAT | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/CUSTOM_WPS_FORMAT') diff --git a/docs/CUSTOM_WPS_FORMAT b/docs/CUSTOM_WPS_FORMAT index 171a7d5906..87dd5c35f6 100644 --- a/docs/CUSTOM_WPS_FORMAT +++ b/docs/CUSTOM_WPS_FORMAT @@ -67,6 +67,18 @@ Playlist/Song Info Tags: %pt : Total Track Time %pv : Current volume +Repeat mode tags: + %mf : repeat off, returns f + %ma : repeat all, returns a + %mo : repeat one, returns o + %ms : repeat shuffle, returns s + +Playback mode tags: + %mp : play, returns p + %mu : pause, returns u + %mw : fastforward, returns w + %mb : fastbackward, returns b + Conditional Tags (If/Else block): %?xx<|> : Conditional: if the tag specified by "xx" has a value, the text between the "<" and the "|" is displayed, else the text -- cgit v1.2.3