diff options
author | Alex Parker <rockbox@aeparker.com> | 2011-01-13 18:09:46 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2011-01-13 18:09:46 +0000 |
commit | c16deb37548f7531c1205eb1e43bfdc47f0b34c0 (patch) | |
tree | 4e0f830daf9dddf999e3eadc990bac5813f99000 /manual/appendix | |
parent | b33a2d869ea65f1bf76737ac5a007f835167e26e (diff) |
Manual: Fix FS#11872 - %pL/pR aren't in the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29050 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
-rw-r--r-- | manual/appendix/wps_tags.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index b4ec7ef8ce..5028fa81a9 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -163,6 +163,10 @@ or \config{\%D(2)}), produce the information for the next file to be played. \nopt{player}{% \config{\%pm} & Peak Meter. The entire line is used as % volume peak meter.\\% + \config{\%pL} & Peak meter for the left channel. Can be used as a value, % + a conditional tag or a bar tag.\\ + \config{\%pR} & Peak meter for the right channel. Can be used as a value, % + a conditional tag or a bar tag.\\ }% \config{\%pn} & Playlist name (without path or extension)\\ \config{\%pp} & Playlist position\\ |