1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Alex Parker 2010-03-21 10:20:09 +00:00
parent da325b6270
commit bbb2dd526d

View file

@ -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}