summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-04-11 11:44:18 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-04-11 11:44:18 +0000
commit629bf3e94a0d550ccd8b36fd7b744d414be74b86 (patch)
treed23a9f79f6beec407f161822d0dc49f3603bc60e
parenta1c0d5597feb7a5cc3238ee4c91d3f8721dddefa (diff)
downloadrockbox-629bf3e94a0d550ccd8b36fd7b744d414be74b86.tar.gz
rockbox-629bf3e94a0d550ccd8b36fd7b744d414be74b86.zip
Document new %mp values that were introduced with the sbs change
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25586 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/wps_tags.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index badcbccfc4..155de3699f 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -205,10 +205,12 @@ Example: \config{\%?mm{\textless}Off{\textbar}All{\textbar}One{\textbar}Shuffle%
205\section{Playback Mode} 205\section{Playback Mode}
206 \begin{tagmap} 206 \begin{tagmap}
207 \config{\%mp} & Play status, 0-4, in the order: Stop, Play, Pause, 207 \config{\%mp} & Play status, 0-4, in the order: Stop, Play, Pause,
208 Fast Forward, Rewind\\ 208 Fast Forward, Rewind, Recording, Recording paused, FM Radio playing,
209 FM Radio muted\\
209 \end{tagmap} 210 \end{tagmap}
210Example: \config{\%?mp{\textless}Stop{\textbar}Play{\textbar}Pause{\textbar}% 211Example: \config{\%?mp{\textless}Stop{\textbar}Play{\textbar}Pause{\textbar}%
211Ffwd{\textbar}Rew{\textgreater}} 212Ffwd{\textbar}Rew{\textbar}Rec{\textbar}Rec pause{\textbar}FM{\textbar}%
213FM pause{\textgreater}}
212 214
213\section{Current Screen} 215\section{Current Screen}
214 \begin{tagmap} 216 \begin{tagmap}