summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Mayer <magictrick4906@aim.com>2012-12-04 01:10:59 -0500
committerJonathan Gordon <rockbox@jdgordon.info>2012-12-04 07:24:11 +0100
commit659e599eb6d7672e648e9c5a5517e5bc78a7157e (patch)
treeac330351fdd1af99e62365d9300d445c49551e45
parentd119fb1fc5b917e430b23a28bebf6ec5db35b34e (diff)
downloadrockbox-659e599eb6d7672e648e9c5a5517e5bc78a7157e.tar.gz
rockbox-659e599eb6d7672e648e9c5a5517e5bc78a7157e.zip
Manual: update %?pv description
Update %?pv description to better describe the conditions it returns Change-Id: I6be4d5293aa6816ae35d743b172fe324d7dc6d12 Reviewed-on: http://gerrit.rockbox.org/367 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
-rw-r--r--manual/appendix/wps_tags.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 220a308322..9fea2bade3 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -190,8 +190,8 @@ or \config{\%D(2)}), produce the information for the next file to be played.
190 \config{\%ps} & ``s'' if shuffle mode is enabled\\ 190 \config{\%ps} & ``s'' if shuffle mode is enabled\\
191 \config{\%pt} & Total track time\\ 191 \config{\%pt} & Total track time\\
192 \config{\%pv} & Current volume (in dB). Can also be used in a conditional: 192 \config{\%pv} & Current volume (in dB). Can also be used in a conditional:
193 \config{\%?pv<0|1|2|\ldots|N>}\newline 193 \config{\%?pv<Mute|\ldots|0 dB|Above 0 dB>}\newline
194 0 is used for mute, the last option is used for values greater than zero. 194 Mute is 0\% volume, \ldots is the values between Mute and max, 0 dB is max volume, and Above 0 dB is amplified volume
195 \opt{lcd_bitmap}{This can also be used like \%pb to provide a continuous scale: 195 \opt{lcd_bitmap}{This can also be used like \%pb to provide a continuous scale:
196 \config{\%pv(x,y,[width],[height],image.bmp)}} \\ 196 \config{\%pv(x,y,[width],[height],image.bmp)}} \\
197 \config{\%pS} & Track is starting. An optional number gives how many seconds 197 \config{\%pS} & Track is starting. An optional number gives how many seconds