mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
manual nitpicking: use dash (instead of hyphen) for range of numbers
Change-Id: Ic9ae785b78dd4f5596c14c1656eba459b855b638
This commit is contained in:
parent
9aafbf9ca9
commit
16d959d368
2 changed files with 6 additions and 6 deletions
|
|
@ -221,7 +221,7 @@ or \config{\%D(2)}), produce the information for the next file to be played.
|
|||
\section{Runtime Database}
|
||||
\begin{tagmap}
|
||||
\config{\%rp} & Song playcount\\
|
||||
\config{\%rr} & Song rating (0-10). This tag can also be used in a conditional tag: %
|
||||
\config{\%rr} & Song rating (0--10). This tag can also be used in a conditional tag: %
|
||||
\config{\%?rr<0|1|2|3|4|5|6|7|8|9|10>}\\
|
||||
\config{\%ra} & Autoscore for the song\\
|
||||
\end{tagmap}
|
||||
|
|
@ -252,13 +252,13 @@ or \config{\%D(2)}), produce the information for the next file to be played.
|
|||
|
||||
\section{Repeat Mode}
|
||||
\begin{tagmap}
|
||||
\config{\%mm} & Repeat mode, 0-4, in the order: Off, All, One, Shuffle, A-B\\
|
||||
\config{\%mm} & Repeat mode, 0--4, in the order: Off, All, One, Shuffle, A-B\\
|
||||
\end{tagmap}
|
||||
Example: \config{\%?mm<Off|All|One|Shuffle|A-B>}
|
||||
|
||||
\section{Playback Mode}
|
||||
\begin{tagmap}
|
||||
\config{\%mp} & Play status, 0-4, in the order: Stop, Play, Pause,
|
||||
\config{\%mp} & Play status, 0--4, in the order: Stop, Play, Pause,
|
||||
Fast Forward, Rewind, Recording, Recording paused, FM Radio playing,
|
||||
FM Radio muted\\
|
||||
\end{tagmap}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue