summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmanual/configure_rockbox/file_view.tex57
1 files changed, 32 insertions, 25 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
index dfbbb3aa8f..94ff5a5564 100755
--- a/manual/configure_rockbox/file_view.tex
+++ b/manual/configure_rockbox/file_view.tex
@@ -24,41 +24,48 @@ displays files.
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. 27 \item[All:] The \setting{File Browser} displays all files and directories.
28 Extensions are shown. No files or directories are hidden. 28 Extensions are shown. No files or directories are hidden.
29 \item[ID3 Database:] This shows the files based on the Tag Cache 29 \item[Supported:] The \setting{File Browser} displays all directories and
30 information, thus disabling the file browser. You can browse the 30 files supported by Rockbox (see \reference{ref:Supportedfileformats}).
31 database by various tags and search them. Only information present 31 Files and directories starting with \fname{.} or with the ``hidden''
32 in music file tags are shown. For a detailed description of Tag Cache
33 refer to \reference{ref:tagcache}.
34 \item[Playlists:] The File Browser displays only directories and playlists,
35 for simplified navigation.
36 \item[Music:] The File Browser displays only folders, \fname{.m3u} files
37 and the supported \emph{audio} file formats. Extensions are stripped.
38 Files and directories starting with \fname{.} or with the ``hidden''
39 flag set are hidden.
40 \item[Supported:] The File Browser displays all directories and files
41 supported by Rockbox (see \reference{ref:Supportedfileformats}).
42 Files and directories starting with \fname{.} or with the ``hidden''
43 flag set are hidden. 32 flag set are hidden.
33 \item[Music:] The \setting{File Browser} displays only folders, playlists and
34 the supported \emph{audio} file formats. Extensions are stripped. Files and
35 directories starting with \fname{.} or with the ``hidden'' flag set are
36 hidden.
37 \item[Playlists:] The \setting{File Browser} displays only directories and playlists,
38 for simplified navigation.
39 \item[ID3 Database:] This shows the files based on the \setting{Tag Cache}
40 information, thus disabling the \setting{File Browser}. You can browse the
41 database by various tags and search them. Only information present
42 in music file tags are shown. For a detailed description of
43 \setting{Tag Cache} refer to \reference{ref:tagcache}.
44
44 \end{description} 45 \end{description}
45 46
46\item[Follow Playlist:] 47\item[Follow Playlist:]
47 This option determines what directory the File Browser displays first. If 48 This option determines what directory the \setting{File Browser} displays
48 \setting{Follow Playlist} is set to \setting{Yes}, when you enter the File 49 first. If \setting{Follow Playlist} is set to \setting{Yes}, when you enter
49 Browser from the WPS, you will find yourself in the same directory as the 50 the \setting{File Browser} from the WPS, you will find yourself in the same
50 currently playing file. If \setting{Follow Playlist} is set to \setting{No}, 51 directory as the currently playing file. If \setting{Follow Playlist} is set
51 when you enter the File Browser from the WPS, you will find yourself in the 52 to \setting{No}, when you enter the \setting{File Browser} from the WPS, you
52 directory you were in when you last left the File Browser. 53 will find yourself in the directory you were in when you last left the
54 \setting{File Browser}.
53 55
54\item[Show Icons:] 56\item[Show Icons:]
55 Rockbox has the ability to display an icon to the left of the file 57 Rockbox has the ability to display an icon to the left of the file
56 in the File Browser. For details of these icons, please see 58 in the \setting{File Browser}. For details of these icons, please see
57 \reference{ref:Supportedfileformats}. 59 \reference{ref:Supportedfileformats}.
58 60
61\item[Show Path:]
62 If this setting is set to \setting{Full Path} the full path to the current
63 directory will be displayed on the first line in the \setting{File Browser}.
64 If set to \setting{Current Directory Only} only the name of the current
65 directory will be displayed.
66
59\item[Tag Cache:] 67\item[Tag Cache:]
60 This option allows you to configure the Tag Cache. 68 This option allows you to configure the Tag Cache.
61 See \reference{ref:tagcache} for more information about using 69 See \reference{ref:tagcache} for more information about using
62 the Tag Cache. 70 the Tag Cache.
63
64\end{description} 71\end{description}