diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-08-14 15:27:46 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-08-14 15:27:46 +0000 |
| commit | d23d7a16863ca97d86c6b2f3c3620e254436bd08 (patch) | |
| tree | 9a59d64cc073d068f3a1444dd8de5d89e7ec4fc5 /manual/appendix | |
| parent | b9093f22dd7e7be25e69180652537f5988f854e6 (diff) | |
| download | rockbox-d23d7a16863ca97d86c6b2f3c3620e254436bd08.zip rockbox-d23d7a16863ca97d86c6b2f3c3620e254436bd08.tar.gz rockbox-d23d7a16863ca97d86c6b2f3c3620e254436bd08.tar.bz2 rockbox-d23d7a16863ca97d86c6b2f3c3620e254436bd08.tar.xz | |
last warning and fix manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27816 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/wps_tags.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index ef0613a..703cded 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -169,16 +169,16 @@ or \config{\%D(2)}), produce the information for the next file to be played. \section{Playlist Viewer} \begin{tagmap} - \config{\%Vp(start,if tag present,other)} & Display the playlist viewer in + \config{\%Vp(start,code to render)} & Display the playlist viewer in the current viewport.\\ \end{tagmap} \begin{itemize} \item `start' is the offset relative to the currently playing track for the playlist to display from (0 the current track, 1 is the next track, etc.). - \item `if tag present' is the skin code to display if the track has been buffered. - \item `other' is the skin code to display if the track hasnt been buffered, - essentially only the filename is know at this point. + \item `code to render' is a line of skin code which will be displayed for + each line in the viewer. All text tags are supporte (including conditionals + and sublines) \end{itemize} The entire viewport will be used, so don't expect other tags in the same |