summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/wps_tags.tex20
1 files changed, 15 insertions, 5 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index a092196de5..4e9c20738a 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -15,12 +15,16 @@ They must be noted on their own line (which will not be shown in the WPS).
15 \begin{tagmap}{}{} 15 \begin{tagmap}{}{}
16 \config{\%ia} & Artist\\ 16 \config{\%ia} & Artist\\
17 \config{\%ic} & Composer\\ 17 \config{\%ic} & Composer\\
18 \config{\%iA} & Album Artist\\
18 \config{\%id} & Album Name\\ 19 \config{\%id} & Album Name\\
20 \config{\%iG} & Grouping\\
19 \config{\%ig} & Genre Name\\ 21 \config{\%ig} & Genre Name\\
20 \config{\%in} & Track Number\\ 22 \config{\%in} & Track Number\\
21 \config{\%it} & Track Title\\ 23 \config{\%it} & Track Title\\
24 \config{\%iC} & Comment\\
22 \config{\%iv} & ID3 version (1.0, 1.1, 2.2, 2.3, 2.4, or empty if not an ID3 tag)\\ 25 \config{\%iv} & ID3 version (1.0, 1.1, 2.2, 2.3, 2.4, or empty if not an ID3 tag)\\
23 \config{\%iy} & Year\\ 26 \config{\%iy} & Year\\
27 \config{\%ik} & Disc Number\\
24 \end{tagmap} 28 \end{tagmap}
25\end{table} 29\end{table}
26Remember that this information is not always available, so use the 30Remember that this information is not always available, so use the
@@ -91,6 +95,7 @@ show the information for the next song to be played.
91 Ogg Vorbis (OGG), FLAC, MPC, AC3, WavPack (WV), ALAC, AAC, 95 Ogg Vorbis (OGG), FLAC, MPC, AC3, WavPack (WV), ALAC, AAC,
92 Shorten (SHN), SID, ADX, NSF, Speex, SPC, APE, WMA, MOD, SAP.\\ 96 Shorten (SHN), SID, ADX, NSF, Speex, SPC, APE, WMA, MOD, SAP.\\
93 \config{\%ff} & File Frequency (in Hz)\\ 97 \config{\%ff} & File Frequency (in Hz)\\
98 \config{\%fk} & File Frequency (in KHz)\\
94 \config{\%fm} & File Name\\ 99 \config{\%fm} & File Name\\
95 \config{\%fn} & File Name (without extension)\\ 100 \config{\%fn} & File Name (without extension)\\
96 \config{\%fp} & File Path\\ 101 \config{\%fp} & File Path\\
@@ -139,6 +144,7 @@ produce the information for the next file to be played.
139 & \config{\%?pv{\textless}0{\textbar}1{\textbar}2{\textbar}\ldots% 144 & \config{\%?pv{\textless}0{\textbar}1{\textbar}2{\textbar}\ldots%
140 {\textbar}N{\textgreater}}\\ 145 {\textbar}N{\textgreater}}\\
141 & 0 is used for mute, the last option is used for values greater than zero.\\ 146 & 0 is used for mute, the last option is used for values greater than zero.\\
147 \config{\%Sp} & Current Playback Pitch\\
142 \end{tagmap} 148 \end{tagmap}
143\end{table} 149\end{table}
144 150
@@ -150,6 +156,7 @@ produce the information for the next file to be played.
150 \config{\%?rr{\textless}0{\textbar}1{\textbar}2{\textbar}3{\textbar}% 156 \config{\%?rr{\textless}0{\textbar}1{\textbar}2{\textbar}3{\textbar}%
151 4{\textbar}5{\textbar}6{\textbar}7{\textbar}8{\textbar}9{\textbar}% 157 4{\textbar}5{\textbar}6{\textbar}7{\textbar}8{\textbar}9{\textbar}%
152 10{\textgreater}}\\ 158 10{\textgreater}}\\
159 \config{\%ra} & Autoscore for the song\\
153 \end{tagmap} 160 \end{tagmap}
154\end{table} 161\end{table}
155 162
@@ -359,8 +366,10 @@ Examples:
359\begin{table} 366\begin{table}
360 \begin{tagmap}{}{} 367 \begin{tagmap}{}{}
361 \config{\%al} & Align the text left\\ 368 \config{\%al} & Align the text left\\
369 \config{\%aL} & Align the text left, or to the right if RTL language is in use\\
362 \config{\%ac} & Centre the text\\ 370 \config{\%ac} & Centre the text\\
363 \config{\%ar} & Align the text right\\ 371 \config{\%ar} & Align the text right\\
372 \config{\%aR} & Align the text right, or to the left if RTL language is in use\\
364 \end{tagmap} 373 \end{tagmap}
365\end{table} 374\end{table}
366All alignment tags may be present in one line, but they need to be in the 375All alignment tags may be present in one line, but they need to be in the
@@ -397,13 +406,14 @@ display cycling round the defined sublines. See
397 \begin{table} 406 \begin{table}
398 \begin{tagmap}{}{} 407 \begin{tagmap}{}{}
399 \opt{rtc}{ 408 \opt{rtc}{
400 \config{\%cd} & Day of month\\ 409 \config{\%cd} & Day of month from 01 to 31\\
401 \config{\%ce} & Zero padded day of month\\ 410 \config{\%ce} & Zero padded day of month from 1 to 31\\
411 \config{\%cf} & A conditional for 12/24 hour format. \%?cf{\textless}24 hour stuff{\textbar}12 hour stuff{\textgreater}\\
402 \config{\%cH} & Zero padded hour from 00 to 23 (24 hour format)\\ 412 \config{\%cH} & Zero padded hour from 00 to 23 (24 hour format)\\
403 \config{\%ck} & Hour from 0 to 23 (24 hour format)\\ 413 \config{\%ck} & Hour from 0 to 23 (24 hour format)\\
404 \config{\%cI} & Zero padded hour from 12 to 12 (am/pm format)\\ 414 \config{\%cI} & Zero padded hour from 01 to 12 (am/pm format)\\
405 \config{\%cl} & Hour from 12 to 12 (am/pm format)\\ 415 \config{\%cl} & Hour from 1 to 12 (am/pm format)\\
406 \config{\%cm} & Month\\ 416 \config{\%cm} & Month from 01 to 12\\
407 \config{\%cM} & Minutes\\ 417 \config{\%cM} & Minutes\\
408 \config{\%cS} & Seconds\\ 418 \config{\%cS} & Seconds\\
409 \config{\%cy} & 2-digit year\\ 419 \config{\%cy} & 2-digit year\\