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.t46
1 files changed, 35 insertions, 11 deletions
diff --git a/www/manual/play-dir.t b/www/manual/play-dir.t
index 1eb0ebe50f..d6dda5d5f0 100644
--- a/www/manual/play-dir.t
+++ b/www/manual/play-dir.t
@@ -1,19 +1,33 @@
1#define _PAGE_ Rockbox Directory Browser
2#include "head.t"
3<p>
1In the dir browser, you will see the files and directories that are put in the 4In the dir browser, you will see the files and directories that are put in the
2directory you are currently browsing. 5directory you are currently browsing.
3 6<p>
4[screen dump] 7[screen dump]
5 8<p>
6If you have enabled 'mp3/m3u filter' in the global settings, only files ending 9If you have enabled 'mp3/m3u filter' in the global settings, only files ending
7with .mp3 or .m3u will be displayed in the browser. 10with .mp3 or .m3u will be displayed in the browser.
8 11<p>
9Buttons: 12Buttons:
10 13<table>
11 - Move upwards in the list, if it already is on the topmost entry, you'll 14<tr><td>-</td><td>
12 see the cursor moved to the last entry in the list. 15 Move upwards in the list, if it already is on the topmost entry, you'll
13 + Move downwards in the list, if it already is on the last entry, you'll 16 see the cursor moved to the last entry in the list.
17</td></tr>
18<tr><td> +</td><td>
19 Move downwards in the list, if it already is on the last entry, you'll
14 see the cursor moved to the first entry in the list. 20 see the cursor moved to the first entry in the list.
15 STOP Move "up" one directory level to the parent directory. 21</td></tr>
16 PLAY If the cursor is now on a line of a directory, the browser will switch 22<tr><td>
23 STOP
24</td><td>
25 Move "up" one directory level to the parent directory.
26</td></tr>
27<tr><td>
28 PLAY
29</td><td>
30 If the cursor is now on a line of a directory, the browser will switch
17 into browsing that directory. If the cursor is on a line with a file, 31 into browsing that directory. If the cursor is on a line with a file,
18 special actions are peformed depending on the file type. If the file 32 special actions are peformed depending on the file type. If the file
19 is an mp3 file, it'll jump into the <a href="play-wps.html">WPS</a> 33 is an mp3 file, it'll jump into the <a href="play-wps.html">WPS</a>
@@ -23,6 +37,16 @@ Buttons:
23 the list. If you have 'shuffle' selected in the global settings, the 37 the list. If you have 'shuffle' selected in the global settings, the
24 playlist will be shuffled directly after having been loaded, otherwise 38 playlist will be shuffled directly after having been loaded, otherwise
25 it'll be played in a straight top-to-bottom fashion. 39 it'll be played in a straight top-to-bottom fashion.
26 ON If there is an mp3 playing, this'll switch back the 40</td></tr>
41<tr><td>
42 ON
43</td><td>
44 If there is an mp3 playing, this'll switch back the
27 <a href="play-wps.html">WPS</a>. 45 <a href="play-wps.html">WPS</a>.
28 MENU Switches to the <a href="play-menu.html">main menu</a>. 46</td></tr>
47<tr><td>
48 MENU
49</td><td>
50 Switches to the <a href="play-menu.html">main menu</a>.
51</td></tr>
52</table>