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:
parent
da325b6270
commit
bbb2dd526d
1 changed files with 10 additions and 0 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue