summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2011-01-13 18:09:46 +0000
committerAlex Parker <rockbox@aeparker.com>2011-01-13 18:09:46 +0000
commitc16deb37548f7531c1205eb1e43bfdc47f0b34c0 (patch)
tree4e0f830daf9dddf999e3eadc990bac5813f99000
parentb33a2d869ea65f1bf76737ac5a007f835167e26e (diff)
downloadrockbox-c16deb37548f7531c1205eb1e43bfdc47f0b34c0.tar.gz
rockbox-c16deb37548f7531c1205eb1e43bfdc47f0b34c0.zip
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
-rw-r--r--manual/appendix/wps_tags.tex4
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.
163 \nopt{player}{% 163 \nopt{player}{%
164 \config{\%pm} & Peak Meter. The entire line is used as % 164 \config{\%pm} & Peak Meter. The entire line is used as %
165 volume peak meter.\\% 165 volume peak meter.\\%
166 \config{\%pL} & Peak meter for the left channel. Can be used as a value, %
167 a conditional tag or a bar tag.\\
168 \config{\%pR} & Peak meter for the right channel. Can be used as a value, %
169 a conditional tag or a bar tag.\\
166 }% 170 }%
167 \config{\%pn} & Playlist name (without path or extension)\\ 171 \config{\%pn} & Playlist name (without path or extension)\\
168 \config{\%pp} & Playlist position\\ 172 \config{\%pp} & Playlist position\\