summaryrefslogtreecommitdiffstats
path: root/manual/configure_rockbox/file_view.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-08-15 10:53:14 +0000
committerMartin Arver <martin.arver@gmail.com>2006-08-15 10:53:14 +0000
commit8570911e4ee0ec30ce73581518ad9b5afe00a15e (patch)
treec332952ff2b3e8133ade88b02fe88d734b0818ac /manual/configure_rockbox/file_view.tex
parentaa38ce54bb06cb0c1f97fc9d0feddf65bc99a326 (diff)
downloadrockbox-8570911e4ee0ec30ce73581518ad9b5afe00a15e.tar.gz
rockbox-8570911e4ee0ec30ce73581518ad9b5afe00a15e.zip
various changes/corrections from Andrew Melville (FS#5815). Some code policy as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10580 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/configure_rockbox/file_view.tex')
-rwxr-xr-xmanual/configure_rockbox/file_view.tex118
1 files changed, 59 insertions, 59 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
index 5170215bd4..dfbbb3aa8f 100755
--- a/manual/configure_rockbox/file_view.tex
+++ b/manual/configure_rockbox/file_view.tex
@@ -1,64 +1,64 @@
% $Id$ %
\section{File View}
- The File View menu deals with options relating to how the File Browser
- displays files.
+The File View menu deals with options relating to how the File Browser
+displays files.
+%
+\begin{description}
+\item[Sort Case Sensitive:]
+ 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. \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
+ \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.
%
\begin{description}
- \item[Sort Case Sensitive:]
- 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. \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
- \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.
- %
- \begin{description}
- \item[All:] The File Browser displays all files and directories.
- 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
- in music file tags are shown. For a detailed description of Tag Cache
- refer to \reference{ref:tagcache}.
- \item[Playlists:] The File Browser displays only directories and playlists,
- for simplified navigation.
- \item[Music:] The File Browser displays only folders, \fname{.m3u} files
- and the supported \emph{audio} file formats. Extensions are stripped.
- Files and directories starting with \fname{.} or with the ``hidden''
- flag set are hidden.
- \item[Supported:] The File Browser displays all directories and files
- supported by Rockbox (see \reference{ref:Supportedfileformats}).
- Files and directories starting with \fname{.} or with the ``hidden''
- flag set are hidden.
- \end{description}
-
- \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
- in the File Browser. For details of these icons, please see
- \reference{ref:Supportedfileformats}.
-
- \item[Tag Cache:]
- This option allows you to configure the Tag Cache.
- See \reference{ref:tagcache} for more information about using
- the Tag Cache.
-
+ \item[All:] The File Browser displays all files and directories.
+ 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
+ in music file tags are shown. For a detailed description of Tag Cache
+ refer to \reference{ref:tagcache}.
+ \item[Playlists:] The File Browser displays only directories and playlists,
+ for simplified navigation.
+ \item[Music:] The File Browser displays only folders, \fname{.m3u} files
+ and the supported \emph{audio} file formats. Extensions are stripped.
+ Files and directories starting with \fname{.} or with the ``hidden''
+ flag set are hidden.
+ \item[Supported:] The File Browser displays all directories and files
+ supported by Rockbox (see \reference{ref:Supportedfileformats}).
+ Files and directories starting with \fname{.} or with the ``hidden''
+ flag set are hidden.
\end{description}
+
+\item[Follow Playlist:]
+ This option determines 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
+ in the File Browser. For details of these icons, please see
+ \reference{ref:Supportedfileformats}.
+
+\item[Tag Cache:]
+ This option allows you to configure the Tag Cache.
+ See \reference{ref:tagcache} for more information about using
+ the Tag Cache.
+
+\end{description}