From bbb2dd526d264febcb408de3f32ea1dba1605c38 Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Sun, 21 Mar 2010 10:20:09 +0000 Subject: [PATCH] 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 --- manual/appendix/wps_tags.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) 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}