summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-05-13 08:13:42 +0000
committerAlex Parker <rockbox@aeparker.com>2010-05-13 08:13:42 +0000
commit0926e3e38c56a04d420a77044a26af4fe4d28a12 (patch)
tree3bc40cf1070f538a1c4481b13e1afaea88b8a31d /manual
parent6d549df28d25f4037ff3955e5d8981b4530dcf4b (diff)
Add FMS tags to the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25988 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/wps_tags.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 3e2e50c079..95c2ed919d 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -378,6 +378,30 @@ Examples:
\end{enumerate}
}
+\section{FM Radio}
+ \begin{tagmap}
+ \config{\%tp} & Does this target have a radio? If it doesn't, the "true"
+ branch of this conditional is completly ignored so you don't need to
+ worry about tags which are not recognized on non radio targets.\\
+ \config{\%tt} & Is the tuner tuned?\\
+ \config{\%tm} & Scan or preset mode? Scan is "true", preset is "false"\\
+ \config{\%ts} & Is the station in stereo?\\
+ \config{\%ta} & Minimum frequency (region specific) in MHz, with two
+ decimal digits.\\
+ \config{\%tb} & Maximum frequency (region specific) in MHz, with two
+ decimal digits.\\
+ \config{\%tf} & Current frequency in MHz, with two decimal digits.\\
+ \config{\%Ti} & Current preset id, i.e. 1-based number of the preset
+ within the presets list (usable in playlist viewer).\\
+ \config{\%Tn} & Current preset name (usable in playlist viewer).\\
+ \config{\%Tf} & Current preset frequency (usable in playlist viewer).\\
+ \config{\%Tc} & Preset count, i.e. the number of stations in the current
+ preset list.\\
+ \config{\%tx} & Is RDS available?\\
+ \config{\%ty} & RDS name.\\
+ \config{\%tz} & RDS text.\\
+ \end{tagmap}
+
\section{Alignment}
\begin{tagmap}
\config{\%al} & Align the text left\\