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.t42
1 files changed, 24 insertions, 18 deletions
diff --git a/www/manual/play-dir.t b/www/manual/play-dir.t
index d1cbe58ded..a0abfd3110 100644
--- a/www/manual/play-dir.t
+++ b/www/manual/play-dir.t
@@ -10,34 +10,40 @@ directory you are currently browsing.
10If you have enabled 'mp3/m3u filter' in the global settings, only files ending 10If you have enabled 'mp3/m3u filter' in the global settings, only files ending
11with .mp3 or .m3u will be displayed in the browser. 11with .mp3 or .m3u will be displayed in the browser.
12<p> 12<p>
13Buttons: 13<table class=buttontable>
14<table class=listtable> 14<tr><th>Button</th><th>Function</th>
15<tr><td>-</td><td> 15<tr><td>-</td><td>
16 Move upwards in the list, if it already is on the topmost entry, you'll 16 Move up in the list. If you already are on the topmost entry, the
17 see the cursor moved to the last entry in the list. 17 cursor will move to the last entry in the list.
18</td></tr> 18</td></tr>
19<tr><td> +</td><td> 19<tr><td> +</td><td>
20 Move downwards in the list, if it already is on the last entry, you'll 20 Move down in the list. If you already are on the last entry,
21 see the cursor moved to the first entry in the list. 21 the cursor will move to the first entry in the list.
22</td></tr> 22</td></tr>
23<tr><td> 23<tr><td>
24 STOP 24 STOP
25</td><td> 25</td><td>
26 Move "up" one directory level to the parent directory. 26 Move to the parent directory.
27</td></tr> 27</td></tr>
28<tr><td> 28<tr><td>
29 PLAY 29 PLAY
30</td><td> 30</td>
31 If the cursor is now on a line of a directory, the browser will switch 31<td>If the cursor is on a directory, the browser will go into that directory.
32 into browsing that directory. If the cursor is on a line with a file, 32
33 special actions are peformed depending on the file type. If the file 33<p>If the cursor is on an .mp3 file, it'll jump into the
34 is an mp3 file, it'll jump into the <a href="play-wps.html">WPS</a> 34 <a href="rec-wps.html">WPS</a> and start playing this file. It will then
35 and start playing this file. 35 continue to play the other songs in the same directory.
36 If the file is an m3u file (playlist), the list will first be loaded 36
37 and then pop up the WPS showing the first file that gets played from 37<p> If the cursor is on an .m3u file (playlist), the list will first be
38 the list. If you have 'shuffle' selected in the global settings, the 38 loaded and then pop up the WPS showing the first file that gets played from
39 playlist will be shuffled directly after having been loaded, otherwise 39 the list.
40 it'll be played in a straight top-to-bottom fashion. 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
41</td></tr> 47</td></tr>
42<tr><td> 48<tr><td>
43 ON 49 ON