summaryrefslogtreecommitdiff
path: root/www/manual/play-dir.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/manual/play-dir.t')
-rw-r--r--www/manual/play-dir.t61
1 files changed, 0 insertions, 61 deletions
diff --git a/www/manual/play-dir.t b/www/manual/play-dir.t
deleted file mode 100644
index a0abfd3110..0000000000
--- a/www/manual/play-dir.t
+++ /dev/null
@@ -1,61 +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.
7<p>
8[screen dump]
9<p>
10If you have enabled 'mp3/m3u filter' in the global settings, only files ending
11with .mp3 or .m3u will be displayed in the browser.
12<p>
13<table class=buttontable>
14<tr><th>Button</th><th>Function</th>
15<tr><td>-</td><td>
16 Move up in the list. If you already are on the topmost entry, the
17 cursor will move to the last entry in the list.
18</td></tr>
19<tr><td> +</td><td>
20 Move down in the list. If you already are on the last entry,
21 the cursor will move to the first entry in the list.
22</td></tr>
23<tr><td>
24 STOP
25</td><td>
26 Move to the parent directory.
27</td></tr>
28<tr><td>
29 PLAY
30</td>
31<td>If the cursor is on a directory, the browser will go into that directory.
32
33<p>If the cursor is on an .mp3 file, it'll jump into the
34 <a href="rec-wps.html">WPS</a> and start playing this file. It will then
35 continue to play the other songs in the same directory.
36
37<p> If the cursor is on an .m3u file (playlist), the list will first be
38 loaded and then pop up the WPS showing the first file that gets played from
39 the list.
40
41<p> If the cursor is on a .mod file (firmware), the firmware file will
42 be loaded and executed.
43
44<p> If the cursor is on a .wps file (WPS config), the file will
45 be loaded and used for the wps display.
46
47</td></tr>
48<tr><td>
49 ON
50</td><td>
51 If there is an mp3 playing, this'll switch back the
52 <a href="play-wps.html">WPS</a>.
53</td></tr>
54<tr><td>
55 MENU
56</td><td>
57 Switches to the <a href="play-menu.html">main menu</a>.
58</td></tr>
59</table>
60
61#include "foot.t"