From 36a81eb9b98ac7b1dff0d6658dba0255dd579f5f Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 7 Dec 2009 09:17:48 +0000 Subject: Reverted r23881 mistakenly committed to branch. git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@23882 a1c6a512-1295-4272-9138-f99709370657 --- manual/appendix/wps_tags.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'manual/appendix/wps_tags.tex') 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. \begin{table} \begin{tagmap}{}{} \config{\%pb} & Progress Bar\\ - \opt{archosplayer}{ + \opt{player}{ & This will display a one character ``cup'' that empties as the time progresses.} \opt{lcd_bitmap}{ @@ -120,13 +120,13 @@ produce the information for the next file to be played. & You can set the position, width and height of the progressbar % (in pixels) and load a custom image for it: % \config{\%pb{\textbar}image.bmp{\textbar}x{\textbar}y{\textbar}width{\textbar}height{\textbar}}} \\ - \opt{archosplayer}{% + \opt{player}{% \config{\%pf} & Full-line progress bar \& time display\\ }% \config{\%px} & Percentage Played In Song\\ \config{\%pc} & Current Time In Song\\ \config{\%pe} & Total Number of Playlist Entries\\ - \nopt{archosplayer}{% + \nopt{player}{% \config{\%pm} & Peak Meter. The entire line is used as % volume peak meter.\\% }% @@ -202,7 +202,7 @@ produce the information for the next file to be played. \begin{table} \begin{tagmap}{}{} \config{\%mm} & Repeat mode, 0-4, in the order: Off, All, One, Shuffle - \opt{archosplayer,archosrecorder,archosrecorderv2fm}{, A-B}\\ + \opt{player,recorder,recorderv2fm}{, A-B}\\ \end{tagmap} \end{table} Example: \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 multiple targets, some with and some without a clock. By using this tag as a conditional it is possible to display current date and time on those targets that support this -\opt{rtc}{ (like the \archosplayertype)}, +\opt{rtc}{ (like the \playertype)}, or alternate information on those that do not -\nopt{rtc}{ (like the \archosplayertype)}% +\nopt{rtc}{ (like the \playertype)}% . Example: -- cgit v1.2.3