Improve %pE description.
[kugel-rb.git] / manual / appendix / wps_tags.tex
blobb8e4e25206e7bf1f0e486902704c602d98a941d4
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}\%C\%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 \config{\%pS} & Track is starting. An optional number gives how many seconds
138 the tag remains true for after the start of the track. The default is
139 10 seconds if no number is specified.\\
140 & \config{\%pS7{\textless}in the first 7 seconds of track{\textbar}in
141 the rest of the track{\textgreater}}\\
142 \config{\%pE} & Track is ending. An optional number gives how many seconds
143 before the end of the track the tag becomes true. The default is
144 10 seconds if no number is specified.\\
145 & \config{\%pE7{\textless}in the last 7 seconds of track{\textbar}in
146 the rest of the track{\textgreater}}\\
147 \config{\%Sp} & Current Playback Pitch\\
148 \end{tagmap}
150 \section{Runtime Database}
151 \begin{tagmap}{}{}
152 \config{\%rp} & Song playcount\\
153 \config{\%rr} & Song rating (0-10). This tag can also be used in a conditional tag: %
154 \config{\%?rr{\textless}0{\textbar}1{\textbar}2{\textbar}3{\textbar}%
155 4{\textbar}5{\textbar}6{\textbar}7{\textbar}8{\textbar}9{\textbar}%
156 10{\textgreater}}\\
157 \config{\%ra} & Autoscore for the song\\
158 \end{tagmap}
160 \opt{swcodec}{
161 \section{Sound (DSP) settings}
162 \begin{tagmap}{}{}
163 \config{\%Sp} & Current playback pitch \\
164 \opt{swcodec}{
165 \config{\%xf} & Crossfade setting, in the order: Off, Auto Skip, Man Skip,
166 Shuffle, Shuffle and Man Skip, Always\\
167 \config{\%rg} & ReplayGain value in use (x.y dB). If used as a conditional,
168 Replaygain type in use: \config{\%?rg{\textless}Off{\textbar}Track%
169 {\textbar}Album{\textbar}TrackShuffle{\textbar}AlbumShuffle%
170 {\textbar}No tag{\textgreater}}\\
172 \end{tagmap}
175 % this will not include the "remote hold switch" tag for targets lacking
176 % a main unit hold switch
177 \opt{hold_button}{
178 \opt{remote_button_hold}{
179 \section{Hold Switches}
180 \begin{tagmap}{}{}
181 \config{\%mh} & ``h'' if the main unit hold switch is on\\
182 \config{\%mr} & ``r'' if the remote hold switch is on\\
183 \end{tagmap}
185 \nopt{remote_button_hold}{
186 \section{Hold Switch}
187 \begin{tagmap}{}{}
188 \config{\%mh} & ``h'' if the hold switch is on\\
189 \end{tagmap}
193 \section{Virtual LED}
194 \begin{tagmap}{}{}
195 \config{\%lh} & ``h'' if the \disk\ is accessed\\
196 \end{tagmap}
198 \section{Repeat Mode}
199 \begin{tagmap}{}{}
200 \config{\%mm} & Repeat mode, 0-4, in the order: Off, All, One, Shuffle
201 \opt{player,recorder,recorderv2fm}{, A-B}\\
202 \end{tagmap}
203 Example: \config{\%?mm{\textless}Off{\textbar}All{\textbar}One{\textbar}Shuffle%
204 {\textbar}A-B{\textgreater}}
206 \section{Playback Mode}
207 \begin{tagmap}{}{}
208 \config{\%mp} & Play status, 0-4, in the order: Stop, Play, Pause,
209 Fast Forward, Rewind\\
210 \end{tagmap}
211 Example: \config{\%?mp{\textless}Stop{\textbar}Play{\textbar}Pause{\textbar}%
212 Ffwd{\textbar}Rew{\textgreater}}
214 \section{Current Screen}
215 \begin{tagmap}{}{}
216 \config{\%cs} & The current screen, 1-5, in the order:
217 Menus, WPS, Recording screen, FM Radio screen, Current Playlist screen\\
218 \end{tagmap}
219 The tag can also be used as the switch in a conditional tag. For players without
220 some capabilities (e.g. having no FM radio) some values will be never yielded.
222 Example: \config{You are in the \%?cs{\textless}Main menu{\textbar}WPS{\textbar}%
223 Recording screen{\textbar}FM Radio screen{\textgreater}}
225 \section{List Title (\fname{.sbs} only)}
226 \begin{tagmap}{}{}
227 \config{\%Lt} & Title text. Should be used in a conditional so that non-list
228 screens don't show a title when they shouldn't\\
229 \config{\%Li} & Title icon. This uses the same order as custom icons (see
230 \wikilink{CustomIcons} in the wiki) except that here \config{0} is ``no
231 icon''\\
232 \end{tagmap}
234 This tag can be used to give custom formatting to list titles.
235 Define a viewport with the font and formatting desired, and then use
236 \config{\%?Lt{\textless}\%Lt{\textgreater}} to display the title within the
237 viewport. If \config{\%Lt} is present anywhere in the \fname{.sbs}, then the
238 \config{\%Vi} viewport will not show the title.
240 \section{Changing Volume}
241 \begin{tagmap}{}{}
242 \config{\%mv[t]} & ``v'' if the volume is being changed\\
243 \end{tagmap}
245 The tag produces the letter ``v'' while the volume is being changed and some
246 amount of time after that, i.e. after the volume button has been released. The
247 optional parameter \config{t} specifies that amount of time, in seconds. If it
248 is not specified, 1 second is assumed.
250 The tag can be used as the switch in a conditional tag to display different things
251 depending on whether the volume is being changed. It can produce neat effects
252 when used with conditional viewports.
254 Example: \config{\%?mv2.5{\textless}Volume changing{\textbar}\%pv{\textgreater}}
256 The example above will display the text ``Volume changing'' if the volume is
257 being changed and 2.5 secs after the volume button has been released. After
258 that, it will display the volume value.
260 \section{Settings}
261 \begin{tagmap}{}{}
262 \config{\%St{\textbar}<setting name>{\textbar}} & The value of the Rockbox
263 setting with the specified name. See \reference{ref:config_file_options}
264 for the list of the available settings.\\
265 \end{tagmap}
267 Examples:
268 \begin{enumerate}
269 \item As a simple tag: \config{\%St{\textbar}skip length{\textbar}}
270 \item As a conditional: \config{\%?St{\textbar}eq enabled{\textbar}{\textless}Eq is enabled{\textbar}Eq is disabled{\textgreater}}
271 \end{enumerate}
274 \opt{lcd_bitmap}{
275 \section{\label{ref:wps_images}Images}
276 \begin{tagmap}{}{}
277 \nopt{archos}{%
278 \config{\%X{\textbar}filename.bmp{\textbar}}
279 & Load and set a backdrop image for the WPS.
280 This image must be exactly the same size as your LCD.\\
282 \config{\%x{\textbar}n{\textbar}filename{\textbar}x{\textbar}y{\textbar}}
283 & Load and display an image\\
284 & \config{n}: image ID (a-z and A-Z) for later referencing in \config{\%xd}\\
285 & \config{filename}: file name relative to \fname{/.rockbox/} and including ``.bmp''\\
286 & \config{x}: x coordinate\\
287 & \config{y}: y coordinate.\\
288 \config{\%xl{\textbar}n{\textbar}filename{\textbar}x{\textbar}y{\textbar}[nimages{\textbar}]}
289 & Preload an image for later display (useful for when your images are displayed conditionally)\\
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{nimages}: (optional) number of sub-images (tiled vertically, of the same height)
295 contained in the bitmap. Default is 1.\\
296 \config{\%xdn[i]} & Display a preloaded image\\
297 & \config{n}: image ID (a-z and A-Z) as it was specified in \config{\%x} or \config{\%xl}\\
298 & \config{i}: (optional) number of the sub-image to display (a-z for 1-26 and A-Z for 27-52).
299 By default the first (i.e. top most) sub-image will be used.\\
300 \end{tagmap}
302 Examples:
303 \begin{enumerate}
304 \item Load and display the image \fname{/.rockbox/bg.bmp} with ID ``a'' at 37, 109:\\
305 \config{\%x{\textbar}a{\textbar}bg.bmp{\textbar}37{\textbar}109{\textbar}}
306 \item Load a bitmap strip containing 5 volume icon images (all the same size)
307 with image ID ``M'', and then reference the individual sub-images in a conditional:\\
308 \config{\%xl{\textbar}M{\textbar}volume.bmp{\textbar}134{\textbar}153{\textbar}5{\textbar}}\\
309 \config{\%?pv<\%xdMa{\textbar}\%xdMb{\textbar}\%xdMc{\textbar}\%xdMd{\textbar}%
310 \%xdMe>}
311 \end{enumerate}
314 \note{
315 \begin{itemize}
316 \item The images must be in BMP format
317 \item The image tag must be on its own line
318 \item The ID is case sensitive, giving 52 different ID's
319 \item The size of the LCD screen for each player varies. See table below
320 for appropriate sizes of each device. The x and y coordinates must
321 repect each of the players' limits.
322 \end{itemize}
326 \opt{albumart}{
327 \section{Album Art}
328 \begin{tagmap}{}{}
329 \config{\%Cl{\textbar}x{\textbar}y{\textbar}[[l{\textbar}c{\textbar}r]maxwidth]{\textbar}[[t{\textbar}c{\textbar}b]maxheight]{\textbar}}
330 & Define the settings for albumart\\
331 & \config{x}: x coordinate\\
332 & \config{y}: y coordinate\\
333 & \config{maxwidth}: Maximum height\\
334 & \config{maxheight}: Maximum width\\
335 \config{\%C} & Display the album art as configured. This tag can also be used as a conditional.\\
336 \end{tagmap}
338 The picture will be rescaled, preserving aspect ratio to fit the given
339 \config{maxwidth} and \config{maxheight}. If the aspect ratio doesn't match the
340 configured values, the picture will be placed according to the flags to the
341 \config{maxwidth} and \config{maxheight} parameters:
342 \begin{itemize}
343 \item \config{maxwidth}:
344 \begin{description}
345 \item[\config{l}.] Align left
346 \item[\config{c}.] Align centre (default)
347 \item[\config{r}.] Align right
348 \end{description}
349 \item \config{maxheight}:
350 \begin{description}
351 \item[\config{t}.] Align top
352 \item[\config{c}.] Align centre (default)
353 \item[\config{b}.] Align bottom
354 \end{description}
355 \end{itemize}
357 Examples:
358 \begin{enumerate}
359 \item Load albumart at position 20,40 and display it without resizing:\\
360 \config{\%Cl{\textbar}20{\textbar}40{\textbar}{\textbar}{\textbar}}
361 \item Load albumart at position 0,20 and resize it to be at most 100x100
362 pixels. If the image isn't square, align it to the bottom-right
363 corner:\\
364 \config{\%CL{\textbar}0{\textbar}20{\textbar}r100{\textbar}b100{\textbar}}
365 \end{enumerate}
368 \section{Alignment}
369 \begin{tagmap}{}{}
370 \config{\%al} & Align the text left\\
371 \config{\%aL} & Align the text left, or to the right if RTL language is in use\\
372 \config{\%ac} & Centre the text\\
373 \config{\%ar} & Align the text right\\
374 \config{\%aR} & Align the text right, or to the left if RTL language is in use\\
375 \end{tagmap}
376 All alignment tags may be present in one line, but they need to be in the
377 order left -- centre -- right. If the aligned texts overlap, they are merged.
379 \section{Conditional Tags}
381 \begin{tagmap}{}{}
382 \config{\%?xx{\textless}true{\textbar}false{\textgreater}}
383 & If / Else: Evaluate for true or false case \\
384 \config{\%?xx{\textless}alt1{\textbar}alt2{\textbar}alt3{\textbar}\dots{\textbar}else{\textgreater}}
385 & Enumerations: Evaluate for first / second / third / \dots / last condition \\
386 \end{tagmap}
388 \section{Subline Tags}
390 \begin{tagmap}{}{}
391 \config{\%t{\textless}time{\textgreater}}
392 & Set the subline display cycle time (\%t5 or \%t3.4 formats) \\
393 \config{;}
394 & Split items on a line into separate sublines \\
395 \end{tagmap}
397 Allows grouping of several items (sublines) onto one line, with the
398 display cycling round the defined sublines. See
399 \reference{ref:AlternatingSublines} for details.
402 \section{Time and Date}
403 \begin{tagmap}{}{}
404 \opt{rtc}{
405 \config{\%cd} & Day of month from 01 to 31\\
406 \config{\%ce} & Zero padded day of month from 1 to 31\\
407 \config{\%cf} & A conditional for 12/24 hour format. \%?cf{\textless}24 hour stuff{\textbar}12 hour stuff{\textgreater}\\
408 \config{\%cH} & Zero padded hour from 00 to 23 (24 hour format)\\
409 \config{\%ck} & Hour from 0 to 23 (24 hour format)\\
410 \config{\%cI} & Zero padded hour from 01 to 12 (am/pm format)\\
411 \config{\%cl} & Hour from 1 to 12 (am/pm format)\\
412 \config{\%cm} & Month from 01 to 12\\
413 \config{\%cM} & Minutes\\
414 \config{\%cS} & Seconds\\
415 \config{\%cy} & 2-digit year\\
416 \config{\%cY} & 4-digit year\\
417 \config{\%cP} & Capital AM/PM\\
418 \config{\%cp} & Lowercase am/pm\\
419 \config{\%ca} & Weekday name\\
420 \config{\%cb} & Month name\\
421 \config{\%cu} & Day of week from 1 to 7, 1 is Monday\\
422 \config{\%cw} & Day of week from 0 to 6, 0 is Sunday\\
424 \config{\%cc} & Check for presence of the clock hardware\\
425 \end{tagmap}
426 The \%cc tag returns ``c'' if the necessary hardware is present and can also be
427 used as a conditional. This can be very useful for designing a WPS that works on
428 multiple targets, some with and some without a clock. By using this tag as a
429 conditional it is possible to display current date and time on those targets that
430 support this
431 \opt{rtc}{ (like the \playertype)},
432 or alternate information on those that do not
433 \nopt{rtc}{ (like the \playertype)}%
436 Example:
437 \config{\%?cc{\textless}\%cH:\%cM{\textbar}No clock detected{\textgreater}}
439 \section{Text Translation}
440 \begin{tagmap}{}{}
441 \config{\%Sx{\textbar}{\textless}English{\textgreater}{\textbar}}
442 & Display the translation of ``English'' in the current language\\
443 \end{tagmap}
445 \begin{itemize}
446 \item ``English'' must be a phrase used in the language file.
447 \item It should match the \config{Source:} line in the language file.
448 \end{itemize}
450 \note{checkwps cannot verify that the string is correct, so please check on
451 either the simulator or on target.}
454 \opt{touchscreen}{
455 \section{Touchscreen Areas (WPS only)}
456 \begin{tagmap}{}{}
457 \config{\%T{\textbar}x{\textbar}y{\textbar}width{\textbar}height%
458 {\textbar}action{\textbar}}
459 & Invoke the action specified when the user presses in the defined
460 touchscreen area.\\
461 \end{tagmap}
462 If the action starts with \& then the area must be held. Possible actions are:
464 \begin{description}
465 \item[play] -- Play/pause playback.
466 \item[stop] -- Stop playback and exit the WPS.
467 \item[prev] -- Previous track.
468 \item[next] -- Next track.
469 \item[ffwd] -- Seek forwards in the track.
470 \item[rwd] -- Seek backwards in the track.
471 \item[menu] -- Go to the main menu.
472 \item[browse] -- Go back to the file browser or database.
473 \item[shuffle] -- Toggle shuffle mode.
474 \item[repmode] -- Cycle through the repeat modes.
475 \item[quickscreen] -- Go to the quickscreen.
476 \item[contextmenu] -- Open the context menu.
477 \item[playlist] -- Go to the playlist viewer.
478 \item[progressbar] -- Seek to the appropriate position in the track based on the touch.
479 \item[volume] -- Set the volume to the appropriate level based on the touch.
480 \item[pitch] -- Open the pitchscreen.
481 \item[voldown] -- Decrease the volume by one step.
482 \item[volup] -- Increase the volume by one step.
483 \end{description}
485 \section{Last Touchscreen Press (WPS only)}
486 \begin{tagmap}{}{}
487 \config{\%Tl} & Indicates that the touchscreen is pressed.\\
488 \end{tagmap}
489 This tag can be used to display text or images or a viewport when the
490 touchscreen is pressed (like an On Screen Display). If you put a number
491 straight after \%Tl it will be used as a timeout in seconds
492 (e.g \%Tl2.5 will give a 2.5 second timeout) between the touchscreen press
493 being released and the tag going false. If no number is specified it will
494 use a 1 second timeout. It can also be used as a conditional, and can be
495 used with conditional viewports.
498 \section{Other Tags}
499 \begin{tagmap}{}{}
500 \config{\%\%} & The character `\%'\\
501 \config{\%{\textless}} & The character `{\textless}'\\
502 \config{\%{\textbar}} & The character `{\textbar}'\\
503 \config{\%{\textgreater}} & The character `{\textgreater}'\\
504 \config{\%;} & The character `;'\\
505 \config{\%s} & Indicate that the line should scroll. Can occur
506 anywhere in a line (given that the text is
507 displayed; see conditionals above). You can specify
508 up to ten scrolling lines. Scrolling lines can not
509 contain dynamic content such as timers, peak meters
510 or progress bars.\\
511 \end{tagmap}