summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-19 08:30:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-19 08:30:48 +0000
commitcaec53c0d1a4d3870fb89fb7bf23507224fccb55 (patch)
tree394982033c12607f1778fe18d65d66d5a583968e /docs
parente4c1667979b9c320b1e24acb6c5db84711b3862e (diff)
downloadrockbox-caec53c0d1a4d3870fb89fb7bf23507224fccb55.tar.gz
rockbox-caec53c0d1a4d3870fb89fb7bf23507224fccb55.zip
next-song support added to WPS, using new tags, and killed some trailing
whitespace git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4643 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs')
-rw-r--r--docs/CUSTOM_WPS_FORMAT13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/CUSTOM_WPS_FORMAT b/docs/CUSTOM_WPS_FORMAT
index 11d53859a8..171a7d5906 100644
--- a/docs/CUSTOM_WPS_FORMAT
+++ b/docs/CUSTOM_WPS_FORMAT
@@ -76,6 +76,19 @@ Conditional Tags (If/Else block):
so the text in the if and else part can contain all %
commands, including conditionals.
+Next Song Info
+--------------
+You can display information about the next song - the song that is about to
+play after the one currently playing (unless you change the plan).
+
+If you use the uppercase versions of the three tags: F, I and D, they will
+instead refer to the next song instead of the current one. Example: %Ig is
+the genre name used in the next song and %Ff is the mp3 frequency.
+
+Take note that the next song information WILL NOT be available at all times,
+but will most likely be available at the end of a song. We suggest you use the
+conditional display tag a lot when displaying information about the next song!
+
Alternating Sublines
--------------------
It is possible to group items on each line into 2 or more groups or "sublines".