summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-03-21 10:20:09 +0000
committerAlex Parker <rockbox@aeparker.com>2010-03-21 10:20:09 +0000
commitbbb2dd526d264febcb408de3f32ea1dba1605c38 (patch)
treebddc561cd3a80fb0907b712bc9a32ac9ef797240 /manual
parentda325b627051cf42270bd4121bdb075044db32df (diff)
downloadrockbox-bbb2dd526d264febcb408de3f32ea1dba1605c38.tar.gz
rockbox-bbb2dd526d264febcb408de3f32ea1dba1605c38.zip
Add %pS and %pE tags to the manual. Closes FS#11121.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25267 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/wps_tags.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 9974401f7f..e2a97652f8 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -133,6 +133,16 @@ produce the information for the next file to be played.
& \config{\%?pv{\textless}0{\textbar}1{\textbar}2{\textbar}\ldots%
{\textbar}N{\textgreater}}\\
& 0 is used for mute, the last option is used for values greater than zero.\\
+ \config{\%pS} & Track is starting. An optional number gives how many seconds
+ the tag remains true for after the start of the track. The default is
+ 10 seconds if no number is specified.\\
+ & \config{\%pS7{\textless}in the first 7 seconds of track{\textbar}in
+ the rest of the track{\textgreater}}\\
+ \config{\%pE} & Track is ending. An optional number gives how many seconds
+ the tag remains true for after the start of the track. The default is
+ 10 seconds if no number is specified.\\
+ & \config{\%pE7{\textless}in the last 7 seconds of track{\textbar}in
+ the rest of the track{\textgreater}}\\
\config{\%Sp} & Current Playback Pitch\\
\end{tagmap}