summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-22 22:11:12 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-22 22:11:12 +0000
commit2ec18b521c845be6ccb18217a877680904db3905 (patch)
tree8135d9288dda61bcec88c03a98650e7b5ba5c2a6
parent750aacb0e67fb7a069c75e353e3f28d061caf4db (diff)
downloadrockbox-2ec18b521c845be6ccb18217a877680904db3905.tar.gz
rockbox-2ec18b521c845be6ccb18217a877680904db3905.zip
Add ID3 Database to Show Files. Resort Show Files to match actual order.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9768 a1c6a512-1295-4272-9138-f99709370657
-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:]