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