summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface/browsing_and_playing.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/rockbox_interface/browsing_and_playing.tex')
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex28
1 files changed, 14 insertions, 14 deletions
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex
index affba1f446..41ee3cff67 100644
--- a/manual/rockbox_interface/browsing_and_playing.tex
+++ b/manual/rockbox_interface/browsing_and_playing.tex
@@ -3,8 +3,8 @@
3\section{\label{ref:file_browser}File Browser} 3\section{\label{ref:file_browser}File Browser}
4\screenshot{rockbox_interface/images/ss-file-browser}{The file browser}{} 4\screenshot{rockbox_interface/images/ss-file-browser}{The file browser}{}
5Rockbox lets you browse your music in either of two ways. The 5Rockbox lets you browse your music in either of two ways. The
6\setting{File Browser} lets you navigate through the files and folders on 6\setting{File Browser} lets you navigate through the files and directories on
7your \dap, entering folders and executing the default action on each file. 7your \dap, entering directories and executing the default action on each file.
8To help differentiate files, each file format is displayed with an icon. 8To help differentiate files, each file format is displayed with an icon.
9 9
10The \setting{Database Browser}, on the other hand, allows you to navigate 10The \setting{Database Browser}, on the other hand, allows you to navigate
@@ -29,14 +29,14 @@ Unlike the Archos Firmware, Rockbox provides multivolume support for the
29MultiMediaCard, this means the \dap{} can access both data volumes (internal 29MultiMediaCard, this means the \dap{} can access both data volumes (internal
30memory and the MMC), thus being able to for instance, build playlists with 30memory and the MMC), thus being able to for instance, build playlists with
31files from both volumes. 31files from both volumes.
32In the \setting{File Browser} a new folder will appear as soon as the device 32In the \setting{File Browser} a new directory will appear as soon as the device
33has read the content after inserting the card. This new folder's name is 33has read the content after inserting the card. This new directory's name is
34generated as \fname{<MMC1>}, and will behave exactly as any other folder 34generated as \fname{<MMC1>}, and will behave exactly as any other directory
35on the \dap{}. 35on the \dap{}.
36} 36}
37 37
38\opt{h10,h10_5gb}{\note{ 38\opt{h10,h10_5gb}{\note{
39If your \dap{} is a MTP model, the Music folder where all your music is stored 39If your \dap{} is a MTP model, the Music directory where all your music is stored
40may be hidden in the \setting{File Browser}. This may be fixed by either 40may be hidden in the \setting{File Browser}. This may be fixed by either
41either changing its properties (on a computer) to not hidden, or by changing 41either changing its properties (on a computer) to not hidden, or by changing
42the \setting{Show Files} setting to all. 42the \setting{Show Files} setting to all.
@@ -103,12 +103,12 @@ the \setting{Show Files} setting to all.
103\screenshot{rockbox_interface/images/ss-file-menu}{The File Menu}{} 103\screenshot{rockbox_interface/images/ss-file-menu}{The File Menu}{}
104 104
105The \setting{File Menu} allows you to perform certain operations on files or 105The \setting{File Menu} allows you to perform certain operations on files or
106folders. To access the \setting{File Menu}, position the selector over a file 106directories. To access the \setting{File Menu}, position the selector over a file
107or folder and access the context menu with \ActionStdContext{}. 107or directory and access the context menu with \ActionStdContext{}.
108 108
109\note{The \setting{File Menu} is a context sensitive menu. If the 109\note{The \setting{File Menu} is a context sensitive menu. If the
110\setting{File Menu} is invoked on a file, it will display options available 110\setting{File Menu} is invoked on a file, it will display options available
111for files. If the \setting{File Menu} is invoked on a folder or directory, 111for files. If the \setting{File Menu} is invoked on a directory,
112it will display options for directories.} 112it will display options for directories.}
113 113
114The \setting{File Menu} contains the following options (unless otherwise noted, 114The \setting{File Menu} contains the following options (unless otherwise noted,
@@ -137,9 +137,9 @@ each option pertains both to files and directories):
137 Press \ActionYesNoAccept{} 137 Press \ActionYesNoAccept{}
138 to confirm deletion or any other key to cancel. 138 to confirm deletion or any other key to cancel.
139\item [Delete Directory.] 139\item [Delete Directory.]
140 Deletes the currently selected directory and all of the files and folders 140 Deletes the currently selected directory and all of the files and subdirectories
141 contained in the selected directory. Deleted directories cannot be recovered. 141 it may contain. Deleted directories cannot be recovered. Use this feature with
142 Use this feature with caution! 142 caution!
143\item [Open with.] 143\item [Open with.]
144 Runs a viewer plugin on the file. Normally, when a file is selected in Rockbox, 144 Runs a viewer plugin on the file. Normally, when a file is selected in Rockbox,
145 Rockbox automatically detects the file type and runs the appropriate plugin. 145 Rockbox automatically detects the file type and runs the appropriate plugin.
@@ -153,8 +153,8 @@ each option pertains both to files and directories):
153 Create a new directory in the current directory on the disk. 153 Create a new directory in the current directory on the disk.
154\item [Properties.] 154\item [Properties.]
155 Shows properties such as size and the time and date of the last modification 155 Shows properties such as size and the time and date of the last modification
156 for the selected file. If used on a directory, the number of files and sub 156 for the selected file. If used on a directory, the number of files and
157 directories in that directory will be shown, as well as the total size. 157 subdirectories will be shown, as well as the total size.
158\item [Set As Recording Directory.] 158\item [Set As Recording Directory.]
159 Save recordings in the selected directory. 159 Save recordings in the selected directory.
160\end{description} 160\end{description}