diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-04-07 22:48:11 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-04-07 22:48:11 +0000 |
| commit | eef96946e1e962473e9049005eec2b2d0b2f8463 (patch) | |
| tree | 7a38423a2ba554e1a08bcbe4d38bae441ae1c254 /manual/appendix | |
| parent | 7b1e827f0cf6930a61671c1c26aab8ed662b4134 (diff) | |
| download | rockbox-eef96946e1e962473e9049005eec2b2d0b2f8463.zip rockbox-eef96946e1e962473e9049005eec2b2d0b2f8463.tar.gz rockbox-eef96946e1e962473e9049005eec2b2d0b2f8463.tar.bz2 rockbox-eef96946e1e962473e9049005eec2b2d0b2f8463.tar.xz | |
WPS tags: The player doesn't have peak meters. Fix a glitch in \nopt which introduced a stray protected space.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13061 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/wps_tags.tex | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 7784bd9..2a0145c 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -86,13 +86,15 @@ Example for the \config{\%dN} commands: If the path is & You can set the height, position and width of the progressbar % (in pixels): \config{\%pb{\textbar}height{\textbar}leftpos% {\textbar}rightpos{\textbar}}} \\ - \opt{player}{ + \opt{player}{% \config{\%pf} & Full-line progress bar \& time display\\ - } + }% \config{\%pc} & Current Time In Song\\ \config{\%pe} & Total Number of Playlist Entries\\ - \config{\%pm} & Peak Meter (Recorder only) The entire line is used as% - volume peak meter.\\ + \nopt{player}{% + \config{\%pm} & Peak Meter. The entire line is used as % + volume peak meter.\\% + }% \config{\%pn} & Playlist Name (Without path or extension)\\ \config{\%pp} & Playlist Position\\ \config{\%pr} & Remaining Time In Song\\ |