summaryrefslogtreecommitdiff
path: root/www/manual/rec-general.t
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-10-11 11:42:42 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-10-11 11:42:42 +0000
commit2931a4b838f960ff98ed90ba05ee590cd06f689c (patch)
tree28bb40598aab963d9aad07d7ada7025d69383067 /www/manual/rec-general.t
parent1305c88d18a13772617533bd6ebd9f10d3797aa6 (diff)
downloadrockbox-2931a4b838f960ff98ed90ba05ee590cd06f689c.tar.gz
rockbox-2931a4b838f960ff98ed90ba05ee590cd06f689c.zip
Manual update
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2583 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/manual/rec-general.t')
-rw-r--r--www/manual/rec-general.t59
1 files changed, 0 insertions, 59 deletions
diff --git a/www/manual/rec-general.t b/www/manual/rec-general.t
deleted file mode 100644
index 867a57a50c..0000000000
--- a/www/manual/rec-general.t
+++ /dev/null
@@ -1,59 +0,0 @@
1#define _PAGE_ Rockbox General Settings
2#include "head.t"
3#include "manual.t"
4The general settings menu offers:
5<p>
6 <img src="rec-generalsettings.png">
7
8<p> <b>Shuffle mode</b> - Select shuffle ON/OFF. This alters how Rockbox will
9 select which next song to play.
10
11<p> <b>mp3/m3u filter</b> - When set to ON, this will hide all files in the <a
12href="rec-dir.html">dir browser</a> that aren't mp3 or m3u files. Set to OFF
13to see all files.
14
15<p> <b>Sort mode</b> - How to sort directories displayed in the <a
16href="rec-dir.html">dir browser</a>. Case sensitive ON makes uppercase and
17lowercase differences matter. Having it OFF makes them get treated the same.
18
19<p> <b>Backlight timer</b> - How long time the backlight should be switched on
20after a keypress. Set to OFF to never light it, set to ON to never shut it off
21or set a prefered timeout period.
22
23<p> <b>Contrast</b> - changes the contrast of your LCD display.
24
25<p> <b>Scroll speed</b> - controls at what speed the general line scrolling
26will use. The scroll appears in the <a href="rec-dir.html">dir browser</a>,
27the <a href="rec-wps.html">WPS</a> and elsewhere.
28
29<p> <b>While Playing</b> - ID3 tags, file, parse
30
31<p> <b>Deep discharge</b> - Set this to ON if you intend to keep your charger
32connected for a long period of time. It lets the batteries go down to 10%
33before starting to charge again. Setting this to OFF will cause the charging
34restart on 95%.
35
36<p> <b>Time/Date</b> - Set current time and date.
37
38<p> <b>Show Hidden Files</b> - Files with names that start with a dot or use
39the 'hidden' attribute are shown in the <a href="rec-dir.html">dir browser</a>
40if this is set to ON. If set to OFF, they're not shown.
41
42<p> <b>FF/Rewind</b> - set the FF/rewind speed. Holding down the LEFT or RIGHT
43keys in the <a href="rec-wps.html">WPS</a> makes a fast forward/backward. This
44setting controls how fast it is.
45
46<p> <b>Resume</b> - ASK, ON or OFF. If set to ASK or ON, Rockbox will save
47info about playlists/directories being played, to allow later resuming. If ASK
48is selected, a 'continue resumed play' question will appear when starting
49Rockbox. If ON is selected, resuming is done unconditionally. If OFF, no
50resuming is made.
51
52<p> <b>Disk Spindown</b> - Rockbox has a timer that makes it spin down the
53disk driver a certain time of idleness. You modify this timeout here. A very
54short 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
56use more batteries...
57
58#include "foot.t"
59