Update the discussion of themeing in the manual, and put a note in the wps tags appen...
[kugel-rb.git] / manual / appendix / wps_tags.tex
blob89c6a0ce06aa708d188e6824562ddfd69a91a73b
1 % $Id$ %
2 \chapter{\label{ref:wps_tags}Theme Tags}
3 Themeing is discussed in detail in section \reference{ref:ConfiguringtheWPS},
4 what follows is a list of the available tags.
6 \section{Status Bar}
7 \begin{tagmap}
8 \config{\%we} & Display Status Bar\\
9 \config{\%wd} & Hide Status Bar\\
10 \config{\%wi} & Display the inbuilt Status Bar in the current viewport\\
11 \end{tagmap}
12 These tags override the player setting for the display of the status bar.
13 They must be noted on their own line (which will not be shown in the WPS).
15 \section{Information from the track tags}
16 \begin{tagmap}
17 \config{\%ia} & Artist\\
18 \config{\%ic} & Composer\\
19 \config{\%iA} & Album Artist\\
20 \config{\%id} & Album Name\\
21 \config{\%iG} & Grouping\\
22 \config{\%ig} & Genre Name\\
23 \config{\%in} & Track Number\\
24 \config{\%it} & Track Title\\
25 \config{\%iC} & Comment\\
26 \config{\%iv} & ID3 version (1.0, 1.1, 2.2, 2.3, 2.4, or empty if not an ID3 tag)\\
27 \config{\%iy} & Year\\
28 \config{\%ik} & Disc Number\\
29 \end{tagmap}
30 Remember that this information is not always available, so use the
31 conditionals to show alternate information in preference to assuming.
33 These tags, when written with a capital ``I'' (e.g. \config{\%Ia} or \config{\%Ic}),
34 show the information for the next song to be played.
36 \nopt{lcd_charcell}{
37 \section{Viewports}
38 \begin{tagmap}
39 \nopt{lcd_non-mono}{%
40 \config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}%
41 [height]{\textbar}[font]{\textbar}}
42 & See section \ref{ref:Viewports}\\}
44 \nopt{lcd_color}{\opt{lcd_non-mono}{%
45 \config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}%
46 [height]{\textbar}[font]{\textbar}[fgshade]{\textbar}[bgshade]{\textbar}}
47 & See section \ref{ref:Viewports}\\}}
49 \opt{lcd_color}{%
50 \config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}%
51 [height]{\textbar}[font]{\textbar}[fgcolour]{\textbar}[bgcolour]{\textbar}}
52 & See section \ref{ref:Viewports}\\}
54 \config{\%Vd'identifier'} & Display the `identifier' viewport. E.g.
55 \config{\%?C{\textless}\%Vda{\textbar}\%Vdb{\textgreater}}
56 will show viewport `a' if album art is found, and `b' if it isn't.\\
57 \end{tagmap}
60 \section{Power Related Information}
61 \begin{tagmap}
62 \config{\%bl} & Numeric battery level in percents\\
63 & Can also be used in a conditional:
64 \config{\%?bl{\textless}-1{\textbar}0{\textbar}1{\textbar}%
65 2{\textbar}\ldots{\textbar}N{\textgreater}},
66 where the value $-1$ is used when the battery level isn't
67 known (it usually is)\\
68 \config{\%bv} & The battery level in volts\\
69 \config{\%bt} & Estimated battery time left\\
70 \config{\%bp} & ``p'' if the charger is connected (only on targets
71 that can charge batteries)\\
72 \config{\%bc} & ``c'' if the unit is currently charging the battery (only on
73 targets that have software charge control or monitoring)\\
74 \config{\%bs} & Remaining time of the sleep timer (if it is set)\\
75 \end{tagmap}
77 \section{Information about the file}
78 \begin{tagmap}
79 \config{\%fb} & File Bitrate (in kbps)\\
80 \config{\%fc} & File Codec (e.g. ``MP3'' or ``FLAC''). %
81 This tag can also be used in a conditional tag, %
82 \config{\%?fc{\textless}mp1\-{\textbar}mp2\-{\textbar}mp3\-%
83 {\textbar}aiff\-{\textbar}wav\-{\textbar}ogg\-{\textbar}flac\-%
84 {\textbar}mpc\-{\textbar}a52\-{\textbar}wavpack\-{\textbar}alac\-%
85 {\textbar}aac\-{\textbar}shn\-{\textbar}sid\-{\textbar}adx\-%
86 {\textbar}nsf\-{\textbar}speex\-{\textbar}spc\-{\textbar}ape\-%
87 {\textbar}wma\-{\textbar}mod\-{\textbar}sap%
88 {\textbar}unknown{\textgreater}}.\\
89 & The codec order is as follows: MP1, MP2, MP3, AIFF, WAV,
90 Ogg Vorbis (OGG), FLAC, MPC, AC3, WavPack (WV), ALAC, AAC,
91 Shorten (SHN), SID, ADX, NSF, Speex, SPC, APE, WMA, MOD, SAP.\\
92 \config{\%ff} & File Frequency (in Hz)\\
93 \config{\%fk} & File Frequency (in kHz)\\
94 \config{\%fm} & File Name\\
95 \config{\%fn} & File Name (without extension)\\
96 \config{\%fp} & File Path\\
97 \config{\%fs} & File Size (in Kilobytes)\\
98 \config{\%fv} & ``(avg)'' if variable bit rate or empty string if constant bit rate\\
99 \config{\%d1} & First directory from the end of the file path\\
100 \config{\%d2} & Second directory from the end of the file path\\
101 \config{\%d3} & Third directory from the end of the file path\\
102 \end{tagmap}
103 Example for the \config{\%dN} commands: If the path is
104 ``/Rock/Kent/Isola/11 - 747.mp3'', \config{\%d1} is ``Isola'',
105 \config{\%d2} is ``Kent'' and \config{\%d3} is ``Rock''.
107 These tags, when written with the first letter capitalized (e.g. \config{\%Fn} or \config{\%D2}),
108 produce the information for the next file to be played.
110 \section{Playlist/Song Info}
111 \begin{tagmap}
112 \config{\%pb} & Progress Bar\\
113 \opt{player}{
114 & This will display a one character ``cup''
115 that empties as the time progresses.}
116 \opt{lcd_bitmap}{
117 & This will replace the entire line with a progress bar. \\
118 & You can set the position, width and height of the progressbar %
119 (in pixels) and load a custom image for it: %
120 \config{\%pb{\textbar}image.bmp{\textbar}x{\textbar}y{\textbar}width{\textbar}height{\textbar}}} \\
121 \opt{player}{%
122 \config{\%pf} & Full-line progress bar \& time display\\
124 \config{\%px} & Percentage Played In Song\\
125 \config{\%pc} & Current Time In Song\\
126 \config{\%pe} & Total Number of Playlist Entries\\
127 \nopt{player}{%
128 \config{\%pm} & Peak Meter. The entire line is used as %
129 volume peak meter.\\%
131 \config{\%pn} & Playlist Name (without path or extension)\\
132 \config{\%pp} & Playlist Position\\
133 \config{\%pr} & Remaining Time In Song\\
134 \config{\%ps} & ``s'' if shuffle mode is enabled\\
135 \config{\%pt} & Total Track Time\\
136 \config{\%pv} & Current volume (in dB). Can also be used in a conditional: \\
137 & \config{\%?pv{\textless}0{\textbar}1{\textbar}2{\textbar}\ldots%
138 {\textbar}N{\textgreater}}\\
139 & 0 is used for mute, the last option is used for values greater than zero.\\
140 \opt{lcd_bitmap}{& This can also be used like \%pb to provide a continuous scale:
141 \config{\%pv{\textbar}image.bmp{\textbar}x{\textbar}y{\textbar}width{\textbar}height{\textbar}}} \\
142 \config{\%pS} & Track is starting. An optional number gives how many seconds
143 the tag remains true for after the start of the track. The default is
144 10 seconds if no number is specified.\\
145 & \config{\%pS7{\textless}in the first 7 seconds of track{\textbar}in
146 the rest of the track{\textgreater}}\\
147 \config{\%pE} & Track is ending. An optional number gives how many seconds
148 before the end of the track the tag becomes true. The default is
149 10 seconds if no number is specified.\\
150 & \config{\%pE7{\textless}in the last 7 seconds of track{\textbar}in
151 the rest of the track{\textgreater}}\\
152 \config{\%Sp} & Current Playback Pitch\\
153 \end{tagmap}
155 \section{Runtime Database}
156 \begin{tagmap}
157 \config{\%rp} & Song playcount\\
158 \config{\%rr} & Song rating (0-10). This tag can also be used in a conditional tag: %
159 \config{\%?rr{\textless}0{\textbar}1{\textbar}2{\textbar}3{\textbar}%
160 4{\textbar}5{\textbar}6{\textbar}7{\textbar}8{\textbar}9{\textbar}%
161 10{\textgreater}}\\
162 \config{\%ra} & Autoscore for the song\\
163 \end{tagmap}
165 \opt{swcodec}{
166 \section{Sound (DSP) settings}
167 \begin{tagmap}
168 \config{\%Sp} & Current playback pitch \\
169 \opt{swcodec}{
170 \config{\%xf} & Crossfade setting, in the order: Off, Auto Skip, Man Skip,
171 Shuffle, Shuffle and Man Skip, Always\\
172 \config{\%rg} & ReplayGain value in use (x.y~dB). If used as a conditional,
173 Replaygain type in use: \config{\%?rg{\textless}Off{\textbar}Track%
174 {\textbar}Album{\textbar}TrackShuffle{\textbar}AlbumShuffle%
175 {\textbar}No tag{\textgreater}}\\
177 \end{tagmap}
180 % this will not include the "remote hold switch" tag for targets lacking
181 % a main unit hold switch
182 \opt{hold_button}{
183 \opt{remote_button_hold}{
184 \section{Hold Switches}
185 \begin{tagmap}
186 \config{\%mh} & ``h'' if the main unit hold switch is on\\
187 \config{\%mr} & ``r'' if the remote hold switch is on\\
188 \end{tagmap}
190 \nopt{remote_button_hold}{
191 \section{Hold Switch}
192 \begin{tagmap}
193 \config{\%mh} & ``h'' if the hold switch is on\\
194 \end{tagmap}
198 \section{Virtual LED}
199 \begin{tagmap}
200 \config{\%lh} & ``h'' if the \disk\ is accessed\\
201 \end{tagmap}
203 \section{Repeat Mode}
204 \begin{tagmap}
205 \config{\%mm} & Repeat mode, 0-4, in the order: Off, All, One, Shuffle, A-B\\
206 \end{tagmap}
207 Example: \config{\%?mm{\textless}Off{\textbar}All{\textbar}One{\textbar}Shuffle%
208 {\textbar}A-B{\textgreater}}
210 \section{Playback Mode}
211 \begin{tagmap}
212 \config{\%mp} & Play status, 0-4, in the order: Stop, Play, Pause,
213 Fast Forward, Rewind, Recording, Recording paused, FM Radio playing,
214 FM Radio muted\\
215 \end{tagmap}
216 Example: \config{\%?mp{\textless}Stop{\textbar}Play{\textbar}Pause{\textbar}%
217 Ffwd{\textbar}Rew{\textbar}Rec{\textbar}Rec pause{\textbar}FM{\textbar}%
218 FM pause{\textgreater}}
220 \section{Current Screen}
221 \begin{tagmap}
222 \config{\%cs} & The current screen, 1-5, in the order:
223 Menus, WPS, Recording screen, FM Radio screen, Current Playlist screen\\
224 \end{tagmap}
225 The tag can also be used as the switch in a conditional tag. For players without
226 some capabilities (e.g. having no FM radio) some values will be never yielded.
228 Example: \config{You are in the \%?cs{\textless}Main menu{\textbar}WPS{\textbar}%
229 Recording screen{\textbar}FM Radio screen{\textgreater}}
231 \section{List Title (\fname{.sbs} only)}
232 \begin{tagmap}
233 \config{\%Lt} & Title text. Should be used in a conditional so that non-list
234 screens don't show a title when they shouldn't\\
235 \config{\%Li} & Title icon. This uses the same order as custom icons (see
236 \wikilink{CustomIcons} in the wiki) except that here \config{0} is ``no
237 icon''\\
238 \end{tagmap}
240 This tag can be used to give custom formatting to list titles.
241 Define a viewport with the font and formatting desired, and then use
242 \config{\%?Lt{\textless}\%Lt{\textgreater}} to display the title within the
243 viewport. If \config{\%Lt} is present anywhere in the \fname{.sbs}, then the
244 \config{\%Vi} viewport will not show the title.
246 \section{Changing Volume}
247 \begin{tagmap}
248 \config{\%mv[t]} & ``v'' if the volume is being changed\\
249 \end{tagmap}
251 The tag produces the letter ``v'' while the volume is being changed and some
252 amount of time after that, i.e. after the volume button has been released. The
253 optional parameter \config{t} specifies that amount of time, in seconds. If it
254 is not specified, 1 second is assumed.
256 The tag can be used as the switch in a conditional tag to display different things
257 depending on whether the volume is being changed. It can produce neat effects
258 when used with conditional viewports.
260 Example: \config{\%?mv2.5{\textless}Volume changing{\textbar}\%pv{\textgreater}}
262 The example above will display the text ``Volume changing'' if the volume is
263 being changed and 2.5 seconds after the volume button has been released. After
264 that, it will display the volume value.
266 \section{Settings}
267 \begin{tagmap}
268 \config{\%St{\textbar}<setting name>{\textbar}} & The value of the Rockbox
269 setting with the specified name. See \reference{ref:config_file_options}
270 for the list of the available settings.\\
271 \end{tagmap}
273 Examples:
274 \begin{enumerate}
275 \item As a simple tag: \config{\%St{\textbar}skip length{\textbar}}
276 \item As a conditional: \config{\%?St{\textbar}eq enabled{\textbar}{\textless}Eq is enabled{\textbar}Eq is disabled{\textgreater}}
277 \end{enumerate}
280 \opt{lcd_bitmap}{
281 \section{\label{ref:wps_images}Images}
282 \begin{tagmap}
283 \nopt{archos}{%
284 \config{\%X{\textbar}filename.bmp{\textbar}}
285 & Load and set a backdrop image for the WPS.
286 This image must be exactly the same size as your LCD.\\
288 \config{\%x{\textbar}n{\textbar}filename{\textbar}x{\textbar}y{\textbar}}
289 & Load and display an image\\
290 & \config{n}: image ID (a-z and A-Z) for later referencing in \config{\%xd}\\
291 & \config{filename}: file name relative to \fname{/.rockbox/} and including ``.bmp''\\
292 & \config{x}: x coordinate\\
293 & \config{y}: y coordinate.\\
294 \config{\%xl{\textbar}n{\textbar}filename{\textbar}x{\textbar}y{\textbar}[nimages{\textbar}]}
295 & Preload an image for later display (useful for when your images are displayed conditionally)\\
296 & \config{n}: image ID (a-z and A-Z) for later referencing in \config{\%xd}\\
297 & \config{filename}: file name relative to \fname{/.rockbox/} and including ``.bmp''\\
298 & \config{x}: x coordinate\\
299 & \config{y}: y coordinate\\
300 & \config{nimages}: (optional) number of sub-images (tiled vertically, of the same height)
301 contained in the bitmap. Default is 1.\\
302 \config{\%xdn[i]} & Display a preloaded image\\
303 & \config{n}: image ID (a-z and A-Z) as it was specified in \config{\%x} or \config{\%xl}\\
304 & \config{i}: (optional) number of the sub-image to display (a-z for 1-26 and A-Z for 27-52).
305 By default the first (i.e. top most) sub-image will be used.\\
306 \end{tagmap}
308 Examples:
309 \begin{enumerate}
310 \item Load and display the image \fname{/.rockbox/bg.bmp} with ID ``a'' at 37, 109:\\
311 \config{\%x{\textbar}a{\textbar}bg.bmp{\textbar}37{\textbar}109{\textbar}}
312 \item Load a bitmap strip containing 5 volume icon images (all the same size)
313 with image ID ``M'', and then reference the individual sub-images in a conditional:\\
314 \config{\%xl{\textbar}M{\textbar}volume.bmp{\textbar}134{\textbar}153{\textbar}5{\textbar}}\\
315 \config{\%?pv<\%xdMa{\textbar}\%xdMb{\textbar}\%xdMc{\textbar}\%xdMd{\textbar}%
316 \%xdMe>}
317 \end{enumerate}
320 \note{
321 \begin{itemize}
322 \item The images must be in BMP format
323 \item The image tag must be on its own line
324 \item The ID is case sensitive, giving 52 different ID's
325 \item The size of the LCD screen for each player varies. See table below
326 for appropriate sizes of each device. The x and y coordinates must
327 repect each of the players' limits.
328 \end{itemize}
332 \opt{albumart}{
333 \section{Album Art}
334 \begin{tagmap}
335 \config{\%Cl{\textbar}x{\textbar}y{\textbar}[[l{\textbar}c{\textbar}r]maxwidth]{\textbar}[[t{\textbar}c{\textbar}b]maxheight]{\textbar}}
336 & Define the settings for albumart\\
337 & \config{x}: x coordinate\\
338 & \config{y}: y coordinate\\
339 & \config{maxwidth}: Maximum height\\
340 & \config{maxheight}: Maximum width\\
341 \config{\%C} & Display the album art as configured. This tag can also be used as a conditional.\\
342 \end{tagmap}
344 The picture will be rescaled, preserving aspect ratio to fit the given
345 \config{maxwidth} and \config{maxheight}. If the aspect ratio doesn't match the
346 configured values, the picture will be placed according to the flags to the
347 \config{maxwidth} and \config{maxheight} parameters:
348 \begin{itemize}
349 \item \config{maxwidth}:
350 \begin{description}
351 \item[\config{l}.] Align left
352 \item[\config{c}.] Align centre (default)
353 \item[\config{r}.] Align right
354 \end{description}
355 \item \config{maxheight}:
356 \begin{description}
357 \item[\config{t}.] Align top
358 \item[\config{c}.] Align centre (default)
359 \item[\config{b}.] Align bottom
360 \end{description}
361 \end{itemize}
363 Examples:
364 \begin{enumerate}
365 \item Load albumart at position 20,40 and display it without resizing:\\
366 \config{\%Cl{\textbar}20{\textbar}40{\textbar}{\textbar}{\textbar}}
367 \item Load albumart at position 0,20 and resize it to be at most 100x100
368 pixels. If the image isn't square, align it to the bottom-right
369 corner:\\
370 \config{\%CL{\textbar}0{\textbar}20{\textbar}r100{\textbar}b100{\textbar}}
371 \end{enumerate}
374 \section{Alignment}
375 \begin{tagmap}
376 \config{\%al} & Align the text left\\
377 \config{\%aL} & Align the text left, or to the right if RTL language is in use\\
378 \config{\%ac} & Centre the text\\
379 \config{\%ar} & Align the text right\\
380 \config{\%aR} & Align the text right, or to the left if RTL language is in use\\
381 \end{tagmap}
382 All alignment tags may be present in one line, but they need to be in the
383 order left -- centre -- right. If the aligned texts overlap, they are merged.
385 \section{Conditional Tags}
387 \begin{tagmap}
388 \config{\%?xx{\textless}true{\textbar}false{\textgreater}}
389 & If / Else: Evaluate for true or false case \\
390 \config{\%?xx{\textless}alt1{\textbar}alt2{\textbar}alt3{\textbar}\dots{\textbar}else{\textgreater}}
391 & Enumerations: Evaluate for first / second / third / \dots / last condition \\
392 \end{tagmap}
394 \section{Subline Tags}
396 \begin{tagmap}
397 \config{\%t{\textless}time{\textgreater}}
398 & Set the subline display cycle time (\%t5 or \%t3.4 formats) \\
399 \config{;}
400 & Split items on a line into separate sublines \\
401 \end{tagmap}
403 Allows grouping of several items (sublines) onto one line, with the
404 display cycling round the defined sublines. See
405 \reference{ref:AlternatingSublines} for details.
408 \section{Time and Date}
409 \begin{tagmap}
410 \opt{rtc}{
411 \config{\%cd} & Day of month from 01 to 31\\
412 \config{\%ce} & Zero padded day of month from 1 to 31\\
413 \config{\%cf} & A conditional for 12/24 hour format. \%?cf{\textless}24 hour stuff{\textbar}12 hour stuff{\textgreater}\\
414 \config{\%cH} & Zero padded hour from 00 to 23 (24 hour format)\\
415 \config{\%ck} & Hour from 0 to 23 (24 hour format)\\
416 \config{\%cI} & Zero padded hour from 01 to 12 (am/pm format)\\
417 \config{\%cl} & Hour from 1 to 12 (am/pm format)\\
418 \config{\%cm} & Month from 01 to 12\\
419 \config{\%cM} & Minutes\\
420 \config{\%cS} & Seconds\\
421 \config{\%cy} & 2-digit year\\
422 \config{\%cY} & 4-digit year\\
423 \config{\%cP} & Capital AM/PM\\
424 \config{\%cp} & Lowercase am/pm\\
425 \config{\%ca} & Weekday name\\
426 \config{\%cb} & Month name\\
427 \config{\%cu} & Day of week from 1 to 7, 1 is Monday\\
428 \config{\%cw} & Day of week from 0 to 6, 0 is Sunday\\
430 \config{\%cc} & Check for presence of the clock hardware\\
431 \end{tagmap}
432 The \%cc tag returns ``c'' if the necessary hardware is present and can also be
433 used as a conditional. This can be very useful for designing a WPS that works on
434 multiple targets, some with and some without a clock. By using this tag as a
435 conditional it is possible to display current date and time on those targets that
436 support this
437 \opt{rtc}{ (like the \playertype)},
438 or alternate information on those that do not
439 \nopt{rtc}{ (like the \playertype)}%
442 Example:
443 \config{\%?cc{\textless}\%cH:\%cM{\textbar}No clock detected{\textgreater}}
445 \section{Text Translation}
446 \begin{tagmap}
447 \config{\%Sx{\textbar}{\textless}English{\textgreater}{\textbar}}
448 & Display the translation of ``English'' in the current language\\
449 \end{tagmap}
451 \begin{itemize}
452 \item ``English'' must be a phrase used in the language file.
453 \item It should match the \config{Source:} line in the language file.
454 \end{itemize}
456 \note{checkwps cannot verify that the string is correct, so please check on
457 either the simulator or on target.}
460 \opt{touchscreen}{
461 \section{Touchscreen Areas (WPS only)}
462 \begin{tagmap}
463 \config{\%T{\textbar}x{\textbar}y{\textbar}width{\textbar}height%
464 {\textbar}action{\textbar}}
465 & Invoke the action specified when the user presses in the defined
466 touchscreen area.\\
467 \end{tagmap}
468 If the action starts with \& then the area must be held. Possible actions are:
470 \begin{description}
471 \item[play] -- Play/pause playback.
472 \item[stop] -- Stop playback and exit the WPS.
473 \item[prev] -- Previous track.
474 \item[next] -- Next track.
475 \item[ffwd] -- Seek forwards in the track.
476 \item[rwd] -- Seek backwards in the track.
477 \item[menu] -- Go to the main menu.
478 \item[browse] -- Go back to the file browser or database.
479 \item[shuffle] -- Toggle shuffle mode.
480 \item[repmode] -- Cycle through the repeat modes.
481 \item[quickscreen] -- Go to the quickscreen.
482 \item[contextmenu] -- Open the context menu.
483 \item[playlist] -- Go to the playlist viewer.
484 \item[progressbar] -- Seek to the appropriate position in the track based on the touch.
485 \item[volume] -- Set the volume to the appropriate level based on the touch.
486 \item[pitch] -- Open the pitchscreen.
487 \item[voldown] -- Decrease the volume by one step.
488 \item[volup] -- Increase the volume by one step.
489 \end{description}
491 \section{Last Touchscreen Press (WPS only)}
492 \begin{tagmap}
493 \config{\%Tl} & Indicates that the touchscreen is pressed.\\
494 \end{tagmap}
495 This tag can be used to display text or images or a viewport when the
496 touchscreen is pressed (like an On Screen Display). If you put a number
497 straight after \%Tl it will be used as a timeout in seconds
498 (e.g \%Tl2.5 will give a 2.5 second timeout) between the touchscreen press
499 being released and the tag going false. If no number is specified it will
500 use a 1 second timeout. It can also be used as a conditional, and can be
501 used with conditional viewports.
504 \section{Other Tags}
505 \begin{tagmap}
506 \config{\%\%} & The character `\%'\\
507 \config{\%{\textless}} & The character `{\textless}'\\
508 \config{\%{\textbar}} & The character `{\textbar}'\\
509 \config{\%{\textgreater}} & The character `{\textgreater}'\\
510 \config{\%;} & The character `;'\\
511 \config{\%s} & Indicate that the line should scroll. Can occur
512 anywhere in a line (given that the text is
513 displayed; see conditionals above). You can specify
514 up to ten scrolling lines. Scrolling lines can not
515 contain dynamic content such as timers, peak meters
516 or progress bars.\\
517 \end{tagmap}