summaryrefslogtreecommitdiff
path: root/www/manual/rec-dir.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/manual/rec-dir.t')
-rw-r--r--www/manual/rec-dir.t96
1 files changed, 0 insertions, 96 deletions
diff --git a/www/manual/rec-dir.t b/www/manual/rec-dir.t
deleted file mode 100644
index a8af057399..0000000000
--- a/www/manual/rec-dir.t
+++ /dev/null
@@ -1,96 +0,0 @@
1#define _PAGE_ Rockbox Directory Browser
2#include "head.t"
3#include "manual.t"
4<p>
5In the dir browser, you will see the files and directories that are put in the
6directory you are currently browsing. You will see tiny symbols on the left
7side of each entry that shows what kind of entry it is.
8
9<p>
10<table>
11<tr valign=top><td>
12<img src="rec-dir.png" width=120 height=70 alt="Dir browser">
13
14</td>
15<td>
16
17<table>
18
19<tr>
20 <td> <img src="rec-folder.png" width=33 height=42 alt="folder icon"></td>
21 <td>folder</td>
22</tr>
23<tr>
24 <td> <img src="rec-m3u.png" width=35 height=45 alt="m3u icon"></td>
25 <td>playlist</td>
26</tr>
27<tr>
28 <td> <img src="rec-mp3.png" width=32 height=40 alt="mp3 icon"></td>
29 <td>mp3 file </td>
30</tr>
31</table>
32
33</td></tr></table>
34
35<p>
36If you have enabled 'mp3/m3u filter' in the global settings, only files ending
37with .mp3 or .m3u will be displayed in the browser.
38
39<p>
40
41<table class=buttontable>
42<tr><th>Button</th><th>Function</th>
43<tr valign=top>
44<td> UP </td>
45<td>
46 Move upwards in the list, if it already is on the topmost entry, you'll
47 see the cursor moved to the last entry in the list.
48</td></tr>
49<tr valign=top>
50<td>DOWN</td>
51<td>
52 Move downwards in the list, if it already is on the last entry, you'll
53 see the cursor moved to the first entry in the list.
54</td></tr>
55<tr valign=top>
56<td> LEFT</td>
57<td> Move "up" one directory level to the parent directory.
58</td></tr>
59<tr valign=top>
60<td> PLAY or RIGHT</td>
61<td>If the cursor is on a directory, the browser will go into that directory.
62
63<p>If the cursor is on an .mp3 file, it'll jump into the
64 <a href="rec-wps.html">WPS</a> and start playing this file. It will then
65 continue to play the other songs in the same directory.
66
67<p> If the cursor is on an .m3u file (playlist), the list will first be
68 loaded and then pop up the WPS showing the first file that gets played from
69 the list.
70
71<p> If the cursor is on an .ajz file (firmware), the firmware file will
72 be loaded and executed.
73
74<p> If the cursor is on a .wps file (WPS config), the file will
75 be loaded and used for the wps display.
76
77<p> If the cursor is on a .eq file (Equalizer configuration), the file will
78 be loaded and the sound settings will be set accordingly.
79
80</td></tr>
81<tr><td>
82 ON
83</td><td>
84 If there is an mp3 playing, this will go back to the WPS.
85</td></tr>
86<tr><td>
87 OFF
88</td><td>
89 If there is an mp3 playing, this stops playback.
90</td></tr>
91<tr><td>F1</td><td>Switches to the <a href="rec-menu.html">main menu</a>.</td></tr>
92<tr><td>F2</td><td>Show browse/play settings screen</td></tr>
93<tr><td>F3</td><td>Show display settings screen</td></tr>
94</table>
95
96#include "foot.t"