summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/file_view.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/configure_rockbox/file_view.tex')
-rwxr-xr-xmanual/configure_rockbox/file_view.tex72
1 files changed, 48 insertions, 24 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
index 90d1b71156..2d4eb884e9 100755
--- a/manual/configure_rockbox/file_view.tex
+++ b/manual/configure_rockbox/file_view.tex
@@ -1,29 +1,53 @@
1% $Id$ %
1\section{File View} 2\section{File View}
2 The File View menu deals with options relating to how the File Browser displays files. 3 The File View menu deals with options relating to how the File Browser
3 4 displays files.
4 \begin{itemize} 5 %
5 \item \textbf{Sort Case Sensitive: } 6 \begin{description}
6 If this option is set to 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. 7 \item[Sort Case Sensitive:]
7 \item \textbf{Sort Directories} 8 If this option is set to ``Yes'', all files that start with upper case
8 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. 9 letters will be listed first, followed by all files that begin with lower
10 case letters. If this option is set to NO, then case will be ignored when
11 sorting files.
12 \item[Sort Directories:]
13 This option controls how Rockbox sorts folders. The default is to sort
14 them alphabetically. ``By date'' sorts them with the oldest folder first.
15 ``By newest date'' sorts them with the newest folder first.
9 16
10 \item \textbf{Sort Files: } 17 \item[Sort Files:]
11 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. 18 This option controls how Rockbox sorts files. All of the options for
19 ``Sort Directories'' are available in this option. In addition, there
20 is a ``By type'' option which sorts files alphabetically by their type
21 (such as .mp3) then alphabetically within each type.
12 22
13 \item \textbf{\label{ref:ShowFiles}Show Files: } 23 \item[\label{ref:ShowFiles}Show Files:]
14 This option controls which files are displayed in the File Browser: 24 This option controls which files are displayed in the File Browser.
25 %
26 \begin{description}
27 \item[Music:] The File Browser displays only folders, \fname{.m3u} files
28 and the supported \emph{audio} file formats. Extensions are stripped.
29 Files and directories starting with \fname{.} or with the ``hidden''
30 flag set are hidden.
31 \item[Playlists:] The File Browser displays only directories and playlists,
32 for simplified navigation.
33 \item[Supported:] The File Browser displays all directories and files
34 supported by Rockbox (see page \pageref{ref:Supportedfileformats}).
35 Files and directories starting with \fname{.} or with the ``hidden''
36 flag set are hidden.
37 \item[All:] The File Browser displays all files and directories.
38 Extensions are shown. No files or directories are hidden.
39 \end{description}
15 40
16 \begin{itemize} 41 \item[Follow Playlist:]
17 \item \textbf{Music: }The File Browser displays only folders, .m3u files and the supported \emph{audio} file formats. Extensions are stripped. Files and directories starting with . or with the ``hidden'' flag set are hidden. 42 This option determine what directory the File Browser displays first.
18 \item \textbf{Playlists: }The File Browser displays only directories and playlists, for simplified navigation. 43 If Follow Playlist is set to YES, when you enter the File Browser from
19 \item \textbf{Supported: }The File Browser displays all directories and files supported by Rockbox (see page \pageref{ref:Supportedfileformats}). Files and directories starting with . or with the ``hidden'' flag set are hidden. 44 the WPS, you will find yourself in the same directory as the currently
20 \item \textbf{All: }The File Browser displays all files and directories. Extensions are shown. No files or directories are hidden. 45 playing file. If Follow Playlist is set to NO, when you enter the File
21 \end{itemize} 46 Browser from the WPS, you will find yourself in the directory you were
47 in when you last left the File Browser.
22 48
23 \item \textbf{Follow Playlist} 49 \item[Show Icons:]
24 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. 50 Rockbox has the ability to display an icon to the left of the file
25 51 in the File Browser. For details of these icons, please see page
26 \item \textbf{Show Icons} 52 \pageref{ref:Supportedfileformats}.
27 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 page \pageref{ref:Supportedfileformats}. 53 \end{description}
28 \end{itemize}
29 \ No newline at end of file