summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/manual/play-dir.t42
-rw-r--r--www/manual/play-menu.t5
-rw-r--r--www/manual/play-wps.t15
-rw-r--r--www/manual/rec-dir.t55
-rw-r--r--www/manual/rec-general.t10
-rw-r--r--www/manual/rec-menu.t19
-rw-r--r--www/manual/rec-sound.t13
-rw-r--r--www/manual/rec-wps.t41
8 files changed, 88 insertions, 112 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
diff --git a/www/manual/play-menu.t b/www/manual/play-menu.t
index 807c797d64..52d0f5438a 100644
--- a/www/manual/play-menu.t
+++ b/www/manual/play-menu.t
@@ -17,9 +17,8 @@ Version -
17(Debug? -) 17(Debug? -)
18 18
19<p> 19<p>
20Buttons: 20<table class=buttontable>
21<p> 21<tr><th>Button</th><th>Function</th>
22<table>
23<tr><td>-</td><td>Move upwards in the list</td></tr> 22<tr><td>-</td><td>Move upwards in the list</td></tr>
24<tr><td>+</td><td>Move downwards in the list</td></tr> 23<tr><td>+</td><td>Move downwards in the list</td></tr>
25<tr><td>PLAY</td><td>Selects the menu alternative the cursor is "on"</td></tr> 24<tr><td>PLAY</td><td>Selects the menu alternative the cursor is "on"</td></tr>
diff --git a/www/manual/play-wps.t b/www/manual/play-wps.t
index ba768e15e2..e5a5f14739 100644
--- a/www/manual/play-wps.t
+++ b/www/manual/play-wps.t
@@ -5,20 +5,25 @@
5<p> 5<p>
6The While Playing Screen shows info about what is currently played and can 6The While Playing Screen shows info about what is currently played and can
7only be seen while there is actual music playback. 7only be seen while there is actual music playback.
8
9<p>You can configure the WPS contents by creating a .wps file and "playing" it.
10The <a href="/docs/custom_wps_format.html">custom wps format</a> supports a wide variety of configurations.
11
8<p> 12<p>
9[screen dump] 13[screen dump]
10<p> 14<p>
11[explain screen info] 15[explain screen info]
12<p> 16<p>
13Buttons: 17<table class=buttontable>
14<p> 18<tr><th>Button</th><th>Function</th>
15<table> 19<tr><td> PLAY </td><td> Toggle PAUSE/PLAY. If 'resume' is enabled, pressing PAUSE will make it save "resume point" to disk. </td></tr>
16<tr><td> PLAY </td><td> Toggle PAUSE/PLAY. If 'resume' is enabled, pressing PAUSE will make it store a "resume point" where it can start again from later. </td></tr>
17<tr><td> ON </td><td> Switch to the <a href="play-dir.html">dir browser</a>. 20<tr><td> ON </td><td> Switch to the <a href="play-dir.html">dir browser</a>.
18</td></tr> 21</td></tr>
19<tr><td> STOP </td><td> Stop playback </td></tr> 22<tr><td> STOP </td><td> Stop playback </td></tr>
20<tr><td> MENU </td><td> Switches to the <a href="play-menu.html">main menu</a>. 23<tr><td> MENU </td><td> Switches to the <a href="play-menu.html">main menu</a>.
21<tr><td> MENU+STOP </td><td> Toggle key lock ON/OFF </td></tr> 24<tr><td> MENU+STOP </td><td> Key lock on/off </td></tr>
25<tr><td> MENU+PLAY </td><td> Mute on/off </td></tr>
26<tr><td> MENU+ON </td><td> Enter id3 browser </td></tr>
22<tr><td> MENU+ '-' </td><td> Lower the volume </td></tr> 27<tr><td> MENU+ '-' </td><td> Lower the volume </td></tr>
23<tr><td> MENU+ '+' </td><td> Raise the volume </td></tr> 28<tr><td> MENU+ '+' </td><td> Raise the volume </td></tr>
24</td></tr> 29</td></tr>
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"
diff --git a/www/manual/rec-general.t b/www/manual/rec-general.t
index 49d1aeb989..867a57a50c 100644
--- a/www/manual/rec-general.t
+++ b/www/manual/rec-general.t
@@ -55,15 +55,5 @@ short timeout makes the interface less responsive and use more batteries for
55more frequent spinups, while a long timeout makes the disk spin too long and 55more frequent spinups, while a long timeout makes the disk spin too long and
56use more batteries... 56use more batteries...
57 57
58<p>
59Buttons:
60<p>
61<table>
62<tr><td>UP</td><td>Move upwards in the list</td></tr>
63<tr><td>DOWN</td><td>Move downwards in the list</td></tr>
64<tr><td>RIGHT</td><td>Select item in list</td></tr>
65<tr><td>F1</td><td>Toggle back to the screen you came from when you arrived here, <a href="rec-wps.html">WPS</a> or <a href="rec-dir.html">dir browser</a></td></tr>
66</table>
67
68#include "foot.t" 58#include "foot.t"
69 59
diff --git a/www/manual/rec-menu.t b/www/manual/rec-menu.t
index af63acb159..9c69c16386 100644
--- a/www/manual/rec-menu.t
+++ b/www/manual/rec-menu.t
@@ -5,9 +5,9 @@ The main menu offers:
5<p> 5<p>
6<img src="rec-menu.png" width=120 height=70 alt="Main menu"> 6<img src="rec-menu.png" width=120 height=70 alt="Main menu">
7 7
8<p> <a href="rec-sound.html">Sound Settings</a> 8<p> <b><a href="rec-sound.html">Sound Settings</a></b> - Vol, bass, treble etc.
9 9
10<p> <a href="rec-general.html">General Settings</a> 10<p> <b><a href="rec-general.html">General Settings</a></b> - Scroll, display, filters etc.
11 11
12<p> <b>Games</b> - pick a game to play! 12<p> <b>Games</b> - pick a game to play!
13 13
@@ -20,15 +20,12 @@ The main menu offers:
20<p> <b>Debug (keep out)</b> - various informational displays for development purposes. 20<p> <b>Debug (keep out)</b> - various informational displays for development purposes.
21 21
22<p> 22<p>
23Buttons: 23<table class=buttontable>
24<p> 24<tr><th>Button</th><th>Function</th>
25<table> 25<tr><td>UP</td><td>Move up in menu</td></tr>
26<tr><td>UP</td><td>Move upwards in the list</td></tr> 26<tr><td>DOWN</td><td>Move down in menu</td></tr>
27<tr><td>DOWN</td><td>Move downwards in the list</td></tr> 27<tr><td>RIGHT or PLAY</td><td>Select item</td></tr>
28<tr><td>RIGHT</td><td>Select item in list</td></tr> 28<tr><td>LEFT or F1</td><td>Toggle back to the screen you came from when you arrived here: <a href="rec-wps.html">WPS</a> or <a href="rec-dir.html">dir browser</a></td></tr>
29<tr><td>LEFT</td><td>Same as F1</td></tr>
30<tr><td>F1</td><td>Toggle back to the screen you came from when you arrived here, <a href="rec-wps.html">WPS</a> or <a href="rec-dir.html">dir browser</a></td></tr>
31<tr><td>F3</td><td>Toggle status bar ON/OFF</td></tr>
32</table> 29</table>
33 30
34#include "foot.t" 31#include "foot.t"
diff --git a/www/manual/rec-sound.t b/www/manual/rec-sound.t
index c62a26f1d1..41cbf3b169 100644
--- a/www/manual/rec-sound.t
+++ b/www/manual/rec-sound.t
@@ -17,19 +17,8 @@
17<p> <b>Auto Volume</b> 17<p> <b>Auto Volume</b>
18 18
19<p> 19<p>
20This is how the volumne screen looks like: 20This is what the volume screen looks like:<br>
21 <img src="rec-volume.png"> 21 <img src="rec-volume.png">
22 22
23<p>
24Buttons:
25<p>
26<table>
27<tr><td>UP</td><td>Move upwards in the list</td></tr>
28<tr><td>DOWN</td><td>Move downwards in the list</td></tr>
29<tr><td>RIGHT</td><td>Select an item in list</td></tr>
30<tr><td>F1</td><td>Toggle back to the screen you came from when you arrived here, <a href="rec-wps.html">WPS</a> or <a href="rec-dir.html">dir browser</a></td></tr>
31<tr><td>F3</td><td>Toggle status bar ON/OFF</td></tr>
32</table>
33
34#include "foot.t" 23#include "foot.t"
35 24
diff --git a/www/manual/rec-wps.t b/www/manual/rec-wps.t
index c4ac390392..0949fd256a 100644
--- a/www/manual/rec-wps.t
+++ b/www/manual/rec-wps.t
@@ -7,38 +7,43 @@ only be seen while there is actual music playback.
7<p> 7<p>
8<img src="rec-wps.png"> 8<img src="rec-wps.png">
9<p> 9<p>
10The screen lines contain the following information: 10The screen lines by default contain the following information:
11<ol> 11<ol>
12<li>Status bar: Battery level, charger status, volume, play mode, repeat mode, shuffle mode and clock 12<li>Status bar: Battery level, charger status, volume, play mode, repeat mode, shuffle mode and clock
13<li>Scrolling path+filename of the current song. 13<li>Scrolling path+filename of the current song.
14<li>The ID3 track name 14<li>The ID3 track name
15<li>The ID3 album name 15<li>The ID3 album name
16<li>The ID3 artist namn 16<li>The ID3 artist namn
17<li>Bit rate and sample frequency. VBR files display average bitrate. 17<li>Bit rate. VBR files display average bitrate and "(avg)".
18<li>Elapsed and total time 18<li>Elapsed and total time
19<li>A slider bar representing where in the song you are 19<li>A slidebar representing where in the song you are
20</ol> 20</ol>
21<p>
22<table>
23 21
24<tr><th> Key </th><th> Function </th></tr> 22<p>You can configure the WPS contents by creating a .wps file and "playing" it.
23The <a href="/docs/custom_wps_format.html">custom wps format</a> supports a wide variety of configurations.
24
25<p>
26<table class=buttontable>
27<tr><th>Key</th><th>Function</th></tr>
25<tr><td> UP</td><td> Increase volume </td></tr> 28<tr><td> UP</td><td> Increase volume </td></tr>
26<tr><td> DOWN </td><td> Decrease volume </td></tr> 29<tr><td> DOWN </td><td> Decrease volume </td></tr>
27 30
28<tr><td> LEFT </td><td> Quick press: moves to the beginning of the song, or if 31<tr><td> LEFT </td><td> Quick press = Go to beginning of track, or if
29pressed while in the beginning of a song it moves to the previous 32pressed while in the first second of a track, go to previous track.<br>
30song. Keep the button pressed to rewind the song. </td></tr> 33Hold = Rewind in track. </td></tr>
31 34
32<tr><td> RIGHT </td><td> Quick press: moves to next song. Keep the button pressed to fast-forward the song. </td></tr> 35<tr><td> RIGHT </td><td> Quick press = Go to next track. <br>
33<tr><td> PLAY </td><td> Toggle PAUSE/PLAY. If 'resume' is enabled, pressing PAUSE will make it store a "resume point" where it can start again from later. </td></tr> 36Hold = Fast-forward in track. </td></tr>
34<tr><td>ON</td><td> Switch to the <a href="rec-dir.html">dir browser</a> </td></tr> 37<tr><td> PLAY </td><td> Toggle play/pause.</td></tr>
38<tr><td>ON</td><td> Quick press: Go to <a href="rec-dir.html">dir browser</a> <br>
39Hold: Show pitch setting screen </td></tr>
35<tr><td>OFF</td><td> Stop playback </td></tr> 40<tr><td>OFF</td><td> Stop playback </td></tr>
36<tr><td>F1</td><td> Switch to the <a href="rec-menu.html">main menu</a></td></tr> 41<tr><td>F1</td><td> Go to <a href="rec-menu.html">main menu</a></td></tr>
37<tr><td>F2</td></tr> 42<tr><td nowrap>F1 + DOWN</td><td> Key lock on/off </td></tr>
38<tr><td>F3</td><td>Toggle status bar ON/OFF</td></tr> 43<tr><td nowrap>F1 + PLAY</td><td> Mute on/off </td></tr>
39<tr><td> F1 + DOWN </td><td> Toggle key lock ON/OFF </td></tr> 44<tr><td nowrap>F1 + ON</td><td> Enter ID3 viewer </td></tr>
45<tr><td>F2</td><td>Show browse/play settings screen</td></tr>
46<tr><td>F3</td><td>Show display settings screen</td></tr>
40</table> 47</table>
41 48
42#include "foot.t" 49#include "foot.t"
43
44