diff options
author | Alex Mayer <magictrick4906@aim.com> | 2012-12-04 01:10:59 -0500 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2012-12-04 07:24:11 +0100 |
commit | 659e599eb6d7672e648e9c5a5517e5bc78a7157e (patch) | |
tree | ac330351fdd1af99e62365d9300d445c49551e45 /manual | |
parent | d119fb1fc5b917e430b23a28bebf6ec5db35b34e (diff) |
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>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/appendix/wps_tags.tex | 4 |
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. \config{\%ps} & ``s'' if shuffle mode is enabled\\ \config{\%pt} & Total track time\\ \config{\%pv} & Current volume (in dB). Can also be used in a conditional: - \config{\%?pv<0|1|2|\ldots|N>}\newline - 0 is used for mute, the last option is used for values greater than zero. + \config{\%?pv<Mute|\ldots|0 dB|Above 0 dB>}\newline + Mute is 0\% volume, \ldots is the values between Mute and max, 0 dB is max volume, and Above 0 dB is amplified volume \opt{lcd_bitmap}{This can also be used like \%pb to provide a continuous scale: \config{\%pv(x,y,[width],[height],image.bmp)}} \\ \config{\%pS} & Track is starting. An optional number gives how many seconds |