summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/appendix/wps_tags.tex10
-rw-r--r--manual/preamble.tex2
2 files changed, 7 insertions, 5 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 7784bd941e..2a0145c371 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
86 & You can set the height, position and width of the progressbar % 86 & You can set the height, position and width of the progressbar %
87 (in pixels): \config{\%pb{\textbar}height{\textbar}leftpos% 87 (in pixels): \config{\%pb{\textbar}height{\textbar}leftpos%
88 {\textbar}rightpos{\textbar}}} \\ 88 {\textbar}rightpos{\textbar}}} \\
89 \opt{player}{ 89 \opt{player}{%
90 \config{\%pf} & Full-line progress bar \& time display\\ 90 \config{\%pf} & Full-line progress bar \& time display\\
91 } 91 }%
92 \config{\%pc} & Current Time In Song\\ 92 \config{\%pc} & Current Time In Song\\
93 \config{\%pe} & Total Number of Playlist Entries\\ 93 \config{\%pe} & Total Number of Playlist Entries\\
94 \config{\%pm} & Peak Meter (Recorder only) The entire line is used as% 94 \nopt{player}{%
95 volume peak meter.\\ 95 \config{\%pm} & Peak Meter. The entire line is used as %
96 volume peak meter.\\%
97 }%
96 \config{\%pn} & Playlist Name (Without path or extension)\\ 98 \config{\%pn} & Playlist Name (Without path or extension)\\
97 \config{\%pp} & Playlist Position\\ 99 \config{\%pp} & Playlist Position\\
98 \config{\%pr} & Remaining Time In Song\\ 100 \config{\%pr} & Remaining Time In Song\\
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 99dfb2f44c..6db6e5394b 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -288,7 +288,7 @@
288\newcommand{\optnvalue}{0} 288\newcommand{\optnvalue}{0}
289 \newcommand{\nopt}[2]{% 289 \newcommand{\nopt}[2]{%
290 \renewcommand{\optnvalue}{0}\opt{#1}{\renewcommand{\optnvalue}{1}}% 290 \renewcommand{\optnvalue}{0}\opt{#1}{\renewcommand{\optnvalue}{1}}%
291 \ifthenelse{\optnvalue > 0}{}{#2} 291 \ifthenelse{\optnvalue > 0}{}{#2}%
292 } 292 }
293 293
294% Use the reference to handle get a flexible reference command 294% Use the reference to handle get a flexible reference command