summaryrefslogtreecommitdiff
path: root/manual/appendix/wps_tags.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/appendix/wps_tags.tex')
-rw-r--r--manual/appendix/wps_tags.tex19
1 files changed, 6 insertions, 13 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 1a0661c008..70fef71015 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -159,11 +159,10 @@ or \config{\%D(2)}), produce the information for the next file to be played.
159\section{Playlist/Song Info} 159\section{Playlist/Song Info}
160 \begin{tagmap} 160 \begin{tagmap}
161 \config{\%pb} & Progress Bar. 161 \config{\%pb} & Progress Bar.
162 \opt{lcd_bitmap}{ 162 This will replace the entire line with a progress bar.
163 This will replace the entire line with a progress bar. 163 You can set the position, width and height of the progressbar
164 You can set the position, width and height of the progressbar 164 (in pixels) and load a custom image for it:
165 (in pixels) and load a custom image for it: 165 \config{\%pb(x,y,[width],[height],image.bmp)} \\
166 \config{\%pb(x,y,[width],[height],image.bmp)}} \\
167 \config{\%px} & Percentage played in song\\ 166 \config{\%px} & Percentage played in song\\
168 \config{\%pc} & Current time in song\\ 167 \config{\%pc} & Current time in song\\
169 \config{\%pe} & Total number of playlist entries\\ 168 \config{\%pe} & Total number of playlist entries\\
@@ -181,8 +180,8 @@ or \config{\%D(2)}), produce the information for the next file to be played.
181 \config{\%pv} & Current volume (in dB). Can also be used in a conditional: 180 \config{\%pv} & Current volume (in dB). Can also be used in a conditional:
182 \config{\%?pv<Mute|\ldots|0 dB|Above 0 dB>}\newline 181 \config{\%?pv<Mute|\ldots|0 dB|Above 0 dB>}\newline
183 Mute is 0\% volume, \ldots is the values between Mute and max, 0 dB is max volume, and Above 0 dB is amplified volume 182 Mute is 0\% volume, \ldots is the values between Mute and max, 0 dB is max volume, and Above 0 dB is amplified volume
184 \opt{lcd_bitmap}{This can also be used like \%pb to provide a continuous scale: 183 This can also be used like \%pb to provide a continuous scale:
185 \config{\%pv(x,y,[width],[height],image.bmp)}} \\ 184 \config{\%pv(x,y,[width],[height],image.bmp)} \\
186 \config{\%pS} & Track is starting. An optional number gives how many seconds 185 \config{\%pS} & Track is starting. An optional number gives how many seconds
187 the tag remains true for after the start of the track. The default is 186 the tag remains true for after the start of the track. The default is
188 10 seconds if no number is specified. 187 10 seconds if no number is specified.
@@ -227,20 +226,16 @@ or \config{\%D(2)}), produce the information for the next file to be played.
227 \config{\%ra} & Autoscore for the song\\ 226 \config{\%ra} & Autoscore for the song\\
228 \end{tagmap} 227 \end{tagmap}
229 228
230\opt{swcodec}{
231\section{Sound (DSP) settings} 229\section{Sound (DSP) settings}
232 \begin{tagmap} 230 \begin{tagmap}
233 \config{\%Sp} & Current playback pitch \\ 231 \config{\%Sp} & Current playback pitch \\
234 \opt{swcodec}{
235 \config{\%xf} & Crossfade setting, in the order: Off, Auto Skip, Man Skip, 232 \config{\%xf} & Crossfade setting, in the order: Off, Auto Skip, Man Skip,
236 Shuffle, Shuffle and Man Skip, Always\\ 233 Shuffle, Shuffle and Man Skip, Always\\
237 \config{\%rg} & ReplayGain value in use (x.y~dB). If used as a conditional, 234 \config{\%rg} & ReplayGain value in use (x.y~dB). If used as a conditional,
238 Replaygain type in use: \config{\%?rg<Off|Track% 235 Replaygain type in use: \config{\%?rg<Off|Track%
239 |Album|TrackShuffle|AlbumShuffle% 236 |Album|TrackShuffle|AlbumShuffle%
240 |No tag>}\\ 237 |No tag>}\\
241 }
242 \end{tagmap} 238 \end{tagmap}
243}
244 239
245\section{Hold} 240\section{Hold}
246 \begin{tagmap} 241 \begin{tagmap}
@@ -360,13 +355,11 @@ Examples:
360\end{enumerate} 355\end{enumerate}
361 356
362 357
363\opt{lcd_bitmap}{
364\section{\label{ref:wps_images}Images} 358\section{\label{ref:wps_images}Images}
365 \begin{tagmap} 359 \begin{tagmap}
366 \config{\%X(filename.bmp)} 360 \config{\%X(filename.bmp)}
367 & Load and set a backdrop image for the WPS. 361 & Load and set a backdrop image for the WPS.
368 This image must be exactly the same size as your LCD.\\ 362 This image must be exactly the same size as your LCD.\\
369 }%
370 \config{\%x(n,filename[,x,y])} 363 \config{\%x(n,filename[,x,y])}
371 & Load and display an image\newline 364 & Load and display an image\newline
372 \config{n}: image ID for later referencing in \config{\%xd}\newline 365 \config{n}: image ID for later referencing in \config{\%xd}\newline