diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-04-22 22:11:12 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-04-22 22:11:12 +0000 |
commit | 2ec18b521c845be6ccb18217a877680904db3905 (patch) | |
tree | 8135d9288dda61bcec88c03a98650e7b5ba5c2a6 /manual | |
parent | 750aacb0e67fb7a069c75e353e3f28d061caf4db (diff) |
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
Diffstat (limited to 'manual')
-rwxr-xr-x | manual/configure_rockbox/file_view.tex | 13 |
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 @@ This option controls which files are displayed in the File Browser. % \begin{description} + \item[All:] The File Browser displays all files and directories. + Extensions are shown. No files or directories are hidden. + \item[ID3 Database:] This shows the files based on the Tag Cache + information, thus disabling the file browser. You can browse the + database by various Tags and search them. Only information present + in music file tags are shown. For a detailed description of Tag Cache + refer to page \pageref{ref:tagcache}. + \item[Playlists:] The File Browser displays only directories and playlists, + for simplified navigation. \item[Music:] The File Browser displays only folders, \fname{.m3u} files and the supported \emph{audio} file formats. Extensions are stripped. Files and directories starting with \fname{.} or with the ``hidden'' flag set are hidden. - \item[Playlists:] The File Browser displays only directories and playlists, - for simplified navigation. \item[Supported:] The File Browser displays all directories and files supported by Rockbox (see page \pageref{ref:Supportedfileformats}). Files and directories starting with \fname{.} or with the ``hidden'' flag set are hidden. - \item[All:] The File Browser displays all files and directories. - Extensions are shown. No files or directories are hidden. \end{description} \item[Follow Playlist:] |