summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmanual/configure_rockbox/file_view.tex13
1 files changed, 9 insertions, 4 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
index 2d4eb884e9..bbb8b0ce1b 100755
--- a/manual/configure_rockbox/file_view.tex
+++ b/manual/configure_rockbox/file_view.tex
@@ -24,18 +24,23 @@
24 This option controls which files are displayed in the File Browser. 24 This option controls which files are displayed in the File Browser.
25 % 25 %
26 \begin{description} 26 \begin{description}
27 \item[All:] The File Browser displays all files and directories.
28 Extensions are shown. No files or directories are hidden.
29 \item[ID3 Database:] This shows the files based on the Tag Cache
30 information, thus disabling the file browser. You can browse the
31 database by various Tags and search them. Only information present
32 in music file tags are shown. For a detailed description of Tag Cache
33 refer to page \pageref{ref:tagcache}.
34 \item[Playlists:] The File Browser displays only directories and playlists,
35 for simplified navigation.
27 \item[Music:] The File Browser displays only folders, \fname{.m3u} files 36 \item[Music:] The File Browser displays only folders, \fname{.m3u} files
28 and the supported \emph{audio} file formats. Extensions are stripped. 37 and the supported \emph{audio} file formats. Extensions are stripped.
29 Files and directories starting with \fname{.} or with the ``hidden'' 38 Files and directories starting with \fname{.} or with the ``hidden''
30 flag set are hidden. 39 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 40 \item[Supported:] The File Browser displays all directories and files
34 supported by Rockbox (see page \pageref{ref:Supportedfileformats}). 41 supported by Rockbox (see page \pageref{ref:Supportedfileformats}).
35 Files and directories starting with \fname{.} or with the ``hidden'' 42 Files and directories starting with \fname{.} or with the ``hidden''
36 flag set are hidden. 43 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} 44 \end{description}
40 45
41 \item[Follow Playlist:] 46 \item[Follow Playlist:]