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.t55
1 files changed, 20 insertions, 35 deletions
diff --git a/www/manual/rec-dir.t b/www/manual/rec-dir.t
index 49f8547e4e..7100327d81 100644
--- a/www/manual/rec-dir.t
+++ b/www/manual/rec-dir.t
@@ -35,10 +35,11 @@ side of each entry that shows what kind of entry it is.
35<p> 35<p>
36If you have enabled 'mp3/m3u filter' in the global settings, only files ending 36If you have enabled 'mp3/m3u filter' in the global settings, only files ending
37with .mp3 or .m3u will be displayed in the browser. 37with .mp3 or .m3u will be displayed in the browser.
38
38<p> 39<p>
39Buttons: 40
40<p> 41<table class=buttontable>
41<table class=listtable> 42<tr><th>Button</th><th>Function</th>
42<tr valign=top> 43<tr valign=top>
43<td> UP </td> 44<td> UP </td>
44<td> 45<td>
@@ -56,53 +57,37 @@ Buttons:
56<td> Move "up" one directory level to the parent directory. 57<td> Move "up" one directory level to the parent directory.
57</td></tr> 58</td></tr>
58<tr valign=top> 59<tr valign=top>
59<td> RIGHT</td> 60<td> PLAY or RIGHT</td>
60<td> 61<td>If the cursor is on a directory, the browser will go into that directory.
61
62 If the cursor is now on a line of a directory, the browser will switch into
63 browsing that directory.
64 62
65<p> If the cursor is on a line with a file, special actions are peformed 63<p>If the cursor is on an .mp3 file, it'll jump into the
66 depending on the file type. If the file is an mp3 file, it'll jump into the
67 <a href="rec-wps.html">WPS</a> and start playing this file. It will then 64 <a href="rec-wps.html">WPS</a> and start playing this file. It will then
68 continue to play the other songs in the same directory. Your 'shuffle' 65 continue to play the other songs in the same directory.
69 setting is acknowledged.
70 66
71<p> If the selected entry is an m3u file (playlist), the list will first be 67<p> If the cursor is on an .m3u file (playlist), the list will first be
72 loaded and then pop up the WPS showing the first file that gets played from 68 loaded and then pop up the WPS showing the first file that gets played from
73 the list. If you have 'shuffle' selected in the global settings, the 69 the list.
74 playlist will be shuffled directly after having been loaded, otherwise it'll 70
75 be played in a straight top-to-bottom fashion. 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 76
77</td></tr>
78<tr><td>
79 PLAY
80</td><td>
81 The same as RIGHT
82</td></tr> 77</td></tr>
83<tr><td> 78<tr><td>
84 ON 79 ON
85</td><td> 80</td><td>
86 If there is an mp3 playing, this'll switch back the WPS. 81 If there is an mp3 playing, this will go back to the WPS.
87</td></tr> 82</td></tr>
88<tr><td> 83<tr><td>
89 OFF 84 OFF
90</td><td> 85</td><td>
91 If there is an mp3 playing, this stops playback. 86 If there is an mp3 playing, this stops playback.
92</td></tr> 87</td></tr>
93<tr><td> 88<tr><td>F1</td><td>Switches to the <a href="rec-menu.html">main menu</a>.</td></tr>
94 F1 89<tr><td>F2</td><td>Show browse/play settings screen</td></tr>
95</td><td> 90<tr><td>F3</td><td>Show display settings screen</td></tr>
96 Switches to the <a href="rec-menu.html">main menu</a>.
97</td></tr>
98<tr><td>
99 F2
100</td></tr>
101<tr><td>
102 F3
103</td><td>
104 Toggles status bar on/off
105</td></tr>
106</table> 91</table>
107 92
108#include "foot.t" 93#include "foot.t"