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.tex34
1 files changed, 15 insertions, 19 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
index c1621bce82..c8a880e49e 100755
--- a/manual/configure_rockbox/file_view.tex
+++ b/manual/configure_rockbox/file_view.tex
@@ -1,33 +1,29 @@
1\subsection{File View} 1\subsection{File View}
2 This menu deals with options relating to how the file browser displays files 2 The File View menu deals with options relating to how the File Browser displays files.
3 3
4 \begin{itemize} 4 \begin{itemize}
5 \item \textbf{Sort Case Sensitive} 5 \item \textbf{Sort Case Sensitive: }
6 If this option is enabled files that start with a lower case letter will appear after the files that start with an upper case letter have all been listed If disabled, then case will be ignored when sorting files. 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 \textbf{Sort Directories} 7 \item \textbf{Sort Directories}
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. 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 9
10 \item \textbf{Sort Files} 10 \item \textbf{Sort Files: }
11 This option controls how Rockbox sorts files. In addition to the options for directory sorting above, there is a ``By type'' option which sorts files alphabetically by their type (such as .mp3) then alphabetically within each type. 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.
12 12
13 \item \textbf{\label{ref:ShowFiles}Show Files} 13 \item \textbf{\label{ref:ShowFiles}Show Files: }
14 Controls which files are displayed in the directory browser: 14 This option controls which files are displayed in the File Browser:
15 15
16 \begin{itemize} 16 \begin{itemize}
17 \item \textbf{Music: } 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.
18 Only directories, .m3u files and the supported \emph{audio} file formats are shown. Extensions are stripped. Files anddirectories starting with . or with the ``hidden'' flag set are hidden. 18 \item \textbf{Playlists: }The File Browser displays only directories and playlists, for simplified navigation.
19 \item \textbf{Playlists:} 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.
20 Only shows directories and playlists, for simplified navigation. 20 \item \textbf{All: }The File Browser displays all files and directories. Extensions are shown. No files or directories are hidden.
21 \item \textbf{Supported:}
22 All directories and files Rockbox understands (see page \pageref{ref:Supportedfileformats}) are shown. Files and directories starting with . or with the ``hidden'' flag set are hidden.
23 \item \textbf{All:}
24 All files and directories are shown. Extensions are shown. No files or directories are hidden
25 \end{itemize} 21 \end{itemize}
26 22
27 \item \textbf{Follow Playlist} 23 \item \textbf{Follow Playlist}
28 If Follow Playlist is set to ``Yes'', you will find yourself in the same directory as the currently playing file if you go to the Directory Browser from the WPS. If set to ``No'', you will stay in the same directory as you were last in. 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.
29 25
30 \item \textbf{Show Icons} 26 \item \textbf{Show Icons}
31 This indicates whether Rockbox will display an icon representing what type a file is on the left of the file in the browser. For details of these icons, please see page \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}.
32 \end{itemize} 28 \end{itemize}
33 \ No newline at end of file 29 \ No newline at end of file