From c16deb37548f7531c1205eb1e43bfdc47f0b34c0 Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Thu, 13 Jan 2011 18:09:46 +0000 Subject: [PATCH] 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 --- manual/appendix/wps_tags.tex | 4 ++++ 1 file changed, 4 insertions(+) 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\\ -- 2.11.4.GIT