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.tex33
1 files changed, 33 insertions, 0 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
new file mode 100755
index 0000000000..5725cbc5a3
--- /dev/null
+++ b/manual/configure_rockbox/file_view.tex
@@ -0,0 +1,33 @@
1 \subsection{File View}
2 This menu deals with options relating to how the file browser displays files
3
4 \begin{itemize}
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.
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.
9
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.
12
13 \item \textbf{\label{ref:ShowFiles}Show Files}
14 Controls which files are displayed in the directory browser:
15
16 \begin{itemize}
17 \item \textbf{Music: }
18 Only directories, .m3u files and the supported \emph{audio} fileformats are shown. Extensions are strippe'd. Files anddirectories starting with . Or with the ``hidden'' flag set are hidden.
19 \item \textbf{Playlists:}
20 Only shows directories and playlists, for simplified navigation.
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 arehidden
25 \end{itemize}
26
27 \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.
29
30 \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}.
32 \end{itemize}
33 \ No newline at end of file