summaryrefslogtreecommitdiff
path: root/www/manual/dir.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/manual/dir.t')
-rw-r--r--www/manual/dir.t98
1 files changed, 98 insertions, 0 deletions
diff --git a/www/manual/dir.t b/www/manual/dir.t
new file mode 100644
index 0000000000..e41530ce84
--- /dev/null
+++ b/www/manual/dir.t
@@ -0,0 +1,98 @@
1#define _PAGE_ Manual - Directory Browser
2#include "head.t"
3#include "manual.t"
4
5<p>
6<table>
7<tr valign=top><td>
8<img src="rec-dir.png" width=120 height=68 alt="Dir browser">
9<br><small>Recorder screenshot</small>
10</td>
11</tr></table>
12
13
14<p>
15In the dir browser, you navigate your way around the harddisk.
16There are icons on the left side of each file that shows what file type it is.
17
18<p>
19The list of files you see is affected by the
20<a href="general.html">"Show files" setting</a>.
21
22<h2>Button bindings</h2>
23
24<table class=buttontable>
25<tr><th>Button</th><th>Function</th>
26<tr valign=top>
27<td nowrap> UP/DOWN (r) <br> LEFT/RIGHT (p)</td>
28<td>
29 Go to previous/next item in list. If you are on the first/last entry,
30 the cursor will wrap to the last/first entry.
31</td></tr>
32<tr valign=top>
33<td nowrap> ON + UP/DOWN </td>
34<td>
35 (Recorder only:) Move one page up/down in list.
36</td></tr>
37<tr valign=top>
38<td> LEFT (r) <br> STOP (p)</td>
39<td> Go to the parent directory.
40</td></tr>
41<tr valign=top>
42<td> PLAY </td>
43<td>Action depends on the file type the cursor points at:
44<dl>
45<dt><b>Directory</b>
46<dd>The browser enters that directory.
47
48<dt><b>.mp3 file</b>
49<dd>You will be taken to the <a href="wps.html">WPS</a>
50and start playing the file.
51
52<dt><b>.m3u file</b>
53<dd>The playlist will be loaded and started and you will then be taken to the WPS.
54
55<dt><b>.ajz (recorder) or .mod (player) file</b>
56<dd>The firmware file will be loaded and executed.
57
58<dt><b>.wps file</b>
59<dd>The file will be loaded and used for the wps display.
60 Look <a href="/docs/custom_wps_format.html">here</a> for information about
61 the .wps file format.
62
63<dt><b>.cfg file</b>
64<dd>The file will be loaded and the sound settings will be set accordingly.
65 Look <a href="/docs/custom_cfg_format.html">here</a> for information about
66 the .cfg file format.
67
68<dt><b>.lng file</b>
69<dd>The language file will be loaded and replace the current language.
70 Look <a href="/lang/">here</a> for downloadable language files.
71
72<dt><b>.txt file</b>
73<dd> The text file will be displayed in the <a href="textreader.html">Text Reader</a>.
74
75<dt><b>.fnt file</b>
76<dd> (Recorder only:) The font will be loaded and used in place of the
77 default font.
78 Look <a href="/fonts/">here</a> for downloadable fonts.
79
80</dl>
81</td></tr>
82<tr><td>
83 ON
84</td><td>
85 If there is an mp3 playing, this will go back to the WPS.
86</td></tr>
87<tr><td>
88 OFF (r)
89</td><td>
90 If there is an mp3 playing, this stops playback.
91</td></tr>
92<tr><td>F1 (r) <br>MENU (p)</td>
93<td>Switches to the <a href="menu.html">main menu</a>.</td></tr>
94<tr><td>F2 (r)</td><td>(Recorder only) Show browse/play settings screen. A quick press will leave the screen up (press F2 again to exit), while holding it will close the screen when you release it.</td></tr>
95<tr><td>F3 (r)</td><td>(Recorder only) Show display settings screen. Quick/hold works as for F2.</td></tr>
96</table>
97
98#include "foot.t"