summaryrefslogtreecommitdiff
path: root/docs/CUSTOM_WPS_FORMAT
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CUSTOM_WPS_FORMAT')
-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):
76 so the text in the if and else part can contain all % 76 so the text in the if and else part can contain all %
77 commands, including conditionals. 77 commands, including conditionals.
78 78
79Next Song Info
80--------------
81You can display information about the next song - the song that is about to
82play after the one currently playing (unless you change the plan).
83
84If you use the uppercase versions of the three tags: F, I and D, they will
85instead refer to the next song instead of the current one. Example: %Ig is
86the genre name used in the next song and %Ff is the mp3 frequency.
87
88Take note that the next song information WILL NOT be available at all times,
89but will most likely be available at the end of a song. We suggest you use the
90conditional display tag a lot when displaying information about the next song!
91
79Alternating Sublines 92Alternating Sublines
80-------------------- 93--------------------
81It is possible to group items on each line into 2 or more groups or "sublines". 94It is possible to group items on each line into 2 or more groups or "sublines".