summaryrefslogtreecommitdiff
path: root/manual/appendix/wps_tags.tex
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2009-12-07 09:17:48 +0000
committerBjörn Stenberg <bjorn@haxx.se>2009-12-07 09:17:48 +0000
commit36a81eb9b98ac7b1dff0d6658dba0255dd579f5f (patch)
tree81b81008c4cb69c276329ecd50200887c4da4838 /manual/appendix/wps_tags.tex
parent66fa5b578904f7df61293d6ce5c08966b5db13db (diff)
downloadrockbox-36a81eb9b98ac7b1dff0d6658dba0255dd579f5f.tar.gz
rockbox-36a81eb9b98ac7b1dff0d6658dba0255dd579f5f.zip
Reverted r23881 mistakenly committed to branch.v3.4
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@23882 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix/wps_tags.tex')
-rw-r--r--manual/appendix/wps_tags.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 828a379d23..7c4fd5418a 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -112,7 +112,7 @@ produce the information for the next file to be played.
112\begin{table} 112\begin{table}
113 \begin{tagmap}{}{} 113 \begin{tagmap}{}{}
114 \config{\%pb} & Progress Bar\\ 114 \config{\%pb} & Progress Bar\\
115 \opt{archosplayer}{ 115 \opt{player}{
116 & This will display a one character ``cup'' 116 & This will display a one character ``cup''
117 that empties as the time progresses.} 117 that empties as the time progresses.}
118 \opt{lcd_bitmap}{ 118 \opt{lcd_bitmap}{
@@ -120,13 +120,13 @@ produce the information for the next file to be played.
120 & You can set the position, width and height of the progressbar % 120 & You can set the position, width and height of the progressbar %
121 (in pixels) and load a custom image for it: % 121 (in pixels) and load a custom image for it: %
122 \config{\%pb{\textbar}image.bmp{\textbar}x{\textbar}y{\textbar}width{\textbar}height{\textbar}}} \\ 122 \config{\%pb{\textbar}image.bmp{\textbar}x{\textbar}y{\textbar}width{\textbar}height{\textbar}}} \\
123 \opt{archosplayer}{% 123 \opt{player}{%
124 \config{\%pf} & Full-line progress bar \& time display\\ 124 \config{\%pf} & Full-line progress bar \& time display\\
125 }% 125 }%
126 \config{\%px} & Percentage Played In Song\\ 126 \config{\%px} & Percentage Played In Song\\
127 \config{\%pc} & Current Time In Song\\ 127 \config{\%pc} & Current Time In Song\\
128 \config{\%pe} & Total Number of Playlist Entries\\ 128 \config{\%pe} & Total Number of Playlist Entries\\
129 \nopt{archosplayer}{% 129 \nopt{player}{%
130 \config{\%pm} & Peak Meter. The entire line is used as % 130 \config{\%pm} & Peak Meter. The entire line is used as %
131 volume peak meter.\\% 131 volume peak meter.\\%
132 }% 132 }%
@@ -202,7 +202,7 @@ produce the information for the next file to be played.
202\begin{table} 202\begin{table}
203 \begin{tagmap}{}{} 203 \begin{tagmap}{}{}
204 \config{\%mm} & Repeat mode, 0-4, in the order: Off, All, One, Shuffle 204 \config{\%mm} & Repeat mode, 0-4, in the order: Off, All, One, Shuffle
205 \opt{archosplayer,archosrecorder,archosrecorderv2fm}{, A-B}\\ 205 \opt{player,recorder,recorderv2fm}{, A-B}\\
206 \end{tagmap} 206 \end{tagmap}
207\end{table} 207\end{table}
208Example: \config{\%?mm{\textless}Off{\textbar}All{\textbar}One{\textbar}Shuffle% 208Example: \config{\%?mm{\textless}Off{\textbar}All{\textbar}One{\textbar}Shuffle%
@@ -422,9 +422,9 @@ used as a conditional. This can be very useful for designing a WPS that works on
422multiple targets, some with and some without a clock. By using this tag as a 422multiple targets, some with and some without a clock. By using this tag as a
423conditional it is possible to display current date and time on those targets that 423conditional it is possible to display current date and time on those targets that
424support this 424support this
425\opt{rtc}{ (like the \archosplayertype)}, 425\opt{rtc}{ (like the \playertype)},
426or alternate information on those that do not 426or alternate information on those that do not
427\nopt{rtc}{ (like the \archosplayertype)}% 427\nopt{rtc}{ (like the \playertype)}%
428. 428.
429 429
430Example: 430Example: