Use \setting{} macro instead of quotation marks for settings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10366 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5360df96ef
commit
fa49c3c44a
1 changed files with 14 additions and 14 deletions
|
@ -5,20 +5,20 @@
|
|||
%
|
||||
\begin{description}
|
||||
\item[Sort Case Sensitive:]
|
||||
If this option is set to ``Yes'', all files that start with upper case
|
||||
If this option is set to \setting{Yes}, all files that start with upper case
|
||||
letters will be listed first, followed by all files that begin with lower
|
||||
case letters. If this option is set to NO, then case will be ignored when
|
||||
sorting files.
|
||||
\item[Sort Directories:]
|
||||
This option controls how Rockbox sorts folders. The default is to sort
|
||||
them alphabetically. ``By date'' sorts them with the oldest folder first.
|
||||
``By newest date'' sorts them with the newest folder first.
|
||||
them alphabetically. \setting{By date} sorts them with the oldest folder first.
|
||||
\setting{By newest date} sorts them with the newest folder first.
|
||||
|
||||
\item[Sort Files:]
|
||||
This option controls how Rockbox sorts files. All of the options for
|
||||
``Sort Directories'' are available in this option. In addition, there
|
||||
is a ``By type'' option which sorts files alphabetically by their type
|
||||
(such as .mp3) then alphabetically within each type.
|
||||
\setting{Sort Directories} are available in this option. In addition, there
|
||||
is a \setting{By type} option which sorts files alphabetically by their type
|
||||
(such as \fname{.mp3}) then alphabetically within each type.
|
||||
|
||||
\item[\label{ref:ShowFiles}Show Files:]
|
||||
This option controls which files are displayed in the File Browser.
|
||||
|
@ -28,7 +28,7 @@
|
|||
Extensions are shown. No files or directories are hidden.
|
||||
\item[ID3 Database:] This shows the files based on the Tag Cache
|
||||
information, thus disabling the file browser. You can browse the
|
||||
database by various Tags and search them. Only information present
|
||||
database by various tags and search them. Only information present
|
||||
in music file tags are shown. For a detailed description of Tag Cache
|
||||
refer to page \pageref{ref:tagcache}.
|
||||
\item[Playlists:] The File Browser displays only directories and playlists,
|
||||
|
@ -43,13 +43,13 @@
|
|||
flag set are hidden.
|
||||
\end{description}
|
||||
|
||||
\item[Follow Playlist:]
|
||||
This option determine what directory the File Browser displays first.
|
||||
If Follow Playlist is set to YES, when you enter the File Browser from
|
||||
the WPS, you will find yourself in the same directory as the currently
|
||||
playing file. If Follow Playlist is set to NO, when you enter the File
|
||||
Browser from the WPS, you will find yourself in the directory you were
|
||||
in when you last left the File Browser.
|
||||
\item[Follow Playlist:]
|
||||
This option determine what directory the File Browser
|
||||
displays first. If \setting{Follow Playlist} is set to \setting{Yes}, when
|
||||
you enter the File Browser from the WPS, you will find yourself in the same
|
||||
directory as the currently playing file. If \setting{Follow Playlist} is set
|
||||
to \setting{No}, when you enter the File Browser from the WPS, you will find
|
||||
yourself in the directory you were in when you last left the File Browser.
|
||||
|
||||
\item[Show Icons:]
|
||||
Rockbox has the ability to display an icon to the left of the file
|
||||
|
|
Loading…
Reference in a new issue